/*
	* ----------------------------------------------------------------------------
        _  _        _                 _                                 _                                               
    ___| |(_) ___ _| |_  ____ _____ _| |_  ___   ___  _   _  _____  ___| |  _     _   _     _       _  _   _   _        
   / __  || |/ __|__  _|/ _  |  _  |_   _|/ __| / _ \| | | ||  _  |/ __  | |_| | |_  |_  | | |  /|   |  | |_  |_   /|   
  | (__| || |\__ \ | |_  (_| | | | | | |_ \__ \| |_| | |_| || | | | (__| |  _  |   |   | | | | |_|  _|  | | | | | |_|   
   \_____||_||___/ |___|\____|_| |_| |___||___/ \___/|_____||_| |_|\_____| |_| |  _|  _| | |_|   | |_   | |_| |_|   |   
   
  * CSS Document Css Reset 
  * CSS Document Css Grid Start 
	* Author: DistantSound 
	* IDE :  
  * ---------------------------------------------------------------------------------------------
*/ 
*{margin: 0;padding: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} 
*::before,
*::after {box-sizing: border-box;}
html{font-family: sans-serif;font-size:100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-overflow-scrolling: touch;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);overflow-x:hidden;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;} 
h1, h2, h3, h4, h5, h6, strong, i, em, address, caption, cite, code, dfn, th, var{font-weight:normal;font-style:normal;}
ul, ol, li{list-style:none;}
table {border-spacing: 0;border-collapse: collapse;}
td,th {padding: 0;}
button,input,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:none;background-color: transparent; border: none;outline:none;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {padding: 0;border: 0;}
input[type="radio"],input[type="checkbox"],input[type="button"], input[type="password"],input[type="reset"], input[type="search"], input[type="submit"], input[type="text"]{-webkit-appearance: none;-moz-appearance: none;border: 0; line-height: normal;}
input[type="search"]::-webkit-search-cancel-button{display: none;}input[type="search"],input[type="search"]::-webkit-search-decoration,input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-placeholder,input:-moz-input-placeholder,textarea:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-placeholder{font: inherit;line-height:normal;}
textarea {overflow: auto;resize:none;border: none;outline:none;}
fieldset {min-width: 0;border: 0;}
legend {display: block;width: 100%;max-width: 100%;white-space: normal;}
progress {vertical-align: baseline;}
i, em ,select, label{display: inline-block;outline:none;}
address, cite, dfn, em, i ,optgroup, var{font-style:normal;}
a, img{display:inline-block;-webkit-touch-callout:none;vertical-align:middle;outline:none;} 
svg:not(:root) {overflow: hidden;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
a, button{cursor: pointer;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: ' ';content: none;}
a, button, input, select, img, label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;}
a:link, a:visited,a:hover, a:active{text-decoration:none;outline:none;}
a{text-decoration:none; background-color: transparent; outline: 0;}
a:hover, a:focus{text-decoration:none;outline:none;}
b, strong{font-weight:bold;}	
hr {height: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.title{float:left;width:100%;}
 
body{width:100%;margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;cursor: default;}
header{float:left;width:100%;}
main{float:left;width:100%;overflow:hidden;}
section{float:left;width:100%;position: relative;text-align:center;}
.container{margin:0 auto;}
footer{float:left;width:100%; text-align:center;} 

/*Grid*/ 
.container{width: calc(100% - 30px);} 
.container-fluid{width:100%;margin:0 auto;}  /* 全宽 overflow:hidden; */
.row{width:100%;}
.row:before, .row:after{content:"";display: table;clear:both;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-1-5,.col-6,.col-7,.col-8,.col-1-8,.col-9,.col-10,.col-11,.col-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-1-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-1-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-1-5,.col-md-6,.col-md-7,.col-md-8,.col-md-1-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-1-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-1-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-1-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-1-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{float:left;position: relative;width: 100%;} 
.col-1{width: 8.33333333%;}.col-2{width: 16.66666667%;}.col-3{width: 25%;}.col-4{width: 33.33333333%;}.col-5{width: 41.66666667%;}.col-1-5{width:20%;}.col-6{width: 50%;}.col-7{width: 58.33333333%;}.col-8{width: 66.66666667%;}.col-1-8{width: 12.5%;}.col-9{width: 75%;}.col-10{width: 83.33333333%;}.col-11{width: 91.66666667%;}.col-12{width: 100%;}
.pull-0{right: auto;}.pull-1{right: 8.33333333%;}.pull-2{right: 16.66666667%;}.pull-3{right: 25%;}.pull-4{right: 33.33333333%;}.pull-5{right: 41.66666667%;}.pull-1-5{right: 20%;}.pull-6{right: 50%;}.pull-7{right: 58.33333333%;}.pull-8{right: 66.66666667%;}.pull-1-8{right:12.5%;}.pull-9{right: 75%;}.pull-10{right: 83.33333333%;}.pull-11{right: 91.66666667%;}.pull-12{right: 100%;}
.push-0{left: auto;}.push-1{left: 8.33333333%;}.push-2{left: 16.66666667%;}.push-3{left: 25%;}.push-4{left: 33.33333333%;}.push-5{left: 41.66666667%;}.push-1-5{left: 20%;}.push-6{left: 50%;}.push-7{left: 58.33333333%;}.push-8{left: 66.66666667%;}.push-1-8{left: 12.5%;}.push-9{left: 75%;}.push-10{left: 83.33333333%;}.push-11{left: 91.66666667%;}.push-12{left: 100%;}
.offset-0{margin-left: 0;}.offset-1{margin-left: 8.33333333%;}.offset-2{margin-left: 16.66666667%;}.offset-3{margin-left: 25%;}.offset-4{margin-left: 33.33333333%;}.offset-5{margin-left: 41.66666667%;}.offset-1-5{margin-left:20%;}.offset-6{margin-left: 50%;}.offset-7{margin-left: 58.33333333%;}.offset-8{margin-left: 66.66666667%;}.offset-1-8{margin-left: 12.5%;}.offset-9{margin-left: 75%;}.offset-10{margin-left: 83.33333333%;}.offset-11{margin-left: 91.66666667%;}.offset-12{margin-left: 100%;}

/*col-sm*/
@media (min-width:576px) {
	.container{width: calc(100% - 30px);} 
  .col-sm-1{width: 8.33333333%;}.col-sm-2{width: 16.66666667%;}.col-sm-3{width: 25%;}.col-sm-4{width: 33.33333333%;}.col-sm-5{width: 41.66666667%;}.col-sm-1-5{width:20%;}.col-sm-6{width: 50%;}.col-sm-7{width: 58.33333333%;}.col-sm-8{width: 66.66666667%;}.col-sm-1-8{width: 12.5%;}.col-sm-9{width: 75%;}.col-sm-10{width: 83.33333333%;}.col-sm-11{width: 91.66666667%;}.col-sm-12{width: 100%;}
	.pull-sm-0{right: auto;}.pull-sm-1{right: 8.33333333%;}.pull-sm-2{right: 16.66666667%;}.pull-sm-3{right: 25%;}.pull-sm-4{right: 33.33333333%;}.pull-sm-5{right: 41.66666667%;}.pull-sm-1-5{right: 20%;}.pull-sm-6{right: 50%;}.pull-sm-7{right: 58.33333333%;}.pull-sm-8{right: 66.66666667%;}.pull-sm-1-8{right:12.5%;}.pull-sm-9{right: 75%;}.pull-sm-10{right: 83.33333333%;}.pull-sm-11{right: 91.66666667%;}.pull-sm-12{right: 100%;}
	.push-sm-0{left: auto;}.push-sm-1{left: 8.33333333%;}.push-sm-2{left: 16.66666667%;}.push-sm-3{left: 25%;}.push-sm-4{left: 33.33333333%;}.push-sm-5{left: 41.66666667%;}.push-sm-1-5{left: 20%;}.push-sm-6{left: 50%;}.push-sm-7{left: 58.33333333%;}.push-sm-8{left: 66.66666667%;}.push-sm-1-8{left: 12.5%;}.push-sm-9{left: 75%;}.push-sm-10{left: 83.33333333%;}.push-sm-11{left: 91.66666667%;}.push-sm-12{left: 100%;}
	.offset-sm-0{margin-left: 0;}.offset-sm-1{margin-left: 8.33333333%;}.offset-sm-2{margin-left: 16.66666667%;}.offset-sm-3{margin-left: 25%;}.offset-sm-4{margin-left: 33.33333333%;}.offset-sm-5{margin-left: 41.66666667%;}.offset-sm-1-5{margin-left:20%;}.offset-sm-6{margin-left: 50%;}.offset-sm-7{margin-left: 58.33333333%;}.offset-sm-8{margin-left: 66.66666667%;}.offset-sm-1-8{margin-left: 12.5%;}.offset-sm-9{margin-left: 75%;}.offset-sm-10{margin-left: 83.33333333%;}.offset-sm-11{margin-left: 91.66666667%;}.offset-sm-12{margin-left: 100%;}
} 

/*col-md*/
@media (min-width:768px) {
	.container{width: calc(100% - 30px);} 
	.col-md-1{width: 8.33333333%;}.col-md-2{width: 16.66666667%;}.col-md-3{width: 25%;}.col-md-4{width: 33.33333333%;}.col-md-5{width: 41.66666667%;}.col-md-1-5{width:20%;}.col-md-6{width: 50%;}.col-md-7{width: 58.33333333%;}.col-md-8{width: 66.66666667%;}.col-md-1-8{width: 12.5%;}.col-md-9{width: 75%;}.col-md-10{width: 83.33333333%;}.col-md-11{width: 91.66666667%;}.col-md-12{width: 100%;}
	.pull-md-0{right: auto;}.pull-md-1{right: 8.33333333%;}.pull-md-2{right: 16.66666667%;}.pull-md-3{right: 25%;}.pull-md-4{right: 33.33333333%;}.pull-md-5{right: 41.66666667%;}.pull-md-1-5{right: 20%;}.pull-md-6{right: 50%;}.pull-md-7{right: 58.33333333%;}.pull-md-8{right: 66.66666667%;}.pull-md-1-8{right:12.5%;}.pull-md-9{right: 75%;}.pull-md-10{right: 83.33333333%;}.pull-md-11{right: 91.66666667%;}.pull-md-12{right: 100%;}
	.push-md-0{left: auto;}.push-md-1{left: 8.33333333%;}.push-md-2{left: 16.66666667%;}.push-md-3{left: 25%;}.push-md-4{left: 33.33333333%;}.push-md-5{left: 41.66666667%;}.push-md-1-5{left: 20%;}.push-md-6{left: 50%;}.push-md-7{left: 58.33333333%;}.push-md-8{left: 66.66666667%;}.push-md-1-8{left: 12.5%;}.push-md-9{left: 75%;}.push-md-10{left: 83.33333333%;}.push-md-11{left: 91.66666667%;}.push-md-12{left: 100%;}
	.offset-md-0{margin-left: 0;}.offset-md-1{margin-left: 8.33333333%;}.offset-md-2{margin-left: 16.66666667%;}.offset-md-3{margin-left: 25%;}.offset-md-4{margin-left: 33.33333333%;}.offset-md-5{margin-left: 41.66666667%;}.offset-md-1-5{margin-left:20%;}.offset-md-6{margin-left: 50%;}.offset-md-7{margin-left: 58.33333333%;}.offset-md-8{margin-left: 66.66666667%;}.offset-md-1-8{margin-left: 12.5%;}.offset-md-9{margin-left: 75%;}.offset-md-10{margin-left: 83.33333333%;}.offset-md-11{margin-left: 91.66666667%;}.offset-md-12{margin-left: 100%;}
} 

/*col-lg*/
@media (min-width:992px) {
	.container{width: calc(100% - 30px);} 
	.col-lg-1{width: 8.33333333%;}.col-lg-2{width: 16.66666667%;}.col-lg-3{width: 25%;}.col-lg-4{width: 33.33333333%;}.col-lg-5{width: 41.66666667%;}.col-lg-1-5{width:20%;}.col-lg-6{width: 50%;}.col-lg-7{width: 58.33333333%;}.col-lg-8{width: 66.66666667%;}.col-lg-1-8{width: 12.5%;}.col-lg-9{width: 75%;}.col-lg-10{width: 83.33333333%;}.col-lg-11{width: 91.66666667%;}.col-lg-12{width: 100%;}
	.pull-lg-0{right: auto;}.pull-lg-1{right: 8.33333333%;}.pull-lg-2{right: 16.66666667%;}.pull-lg-3{right: 25%;}.pull-lg-4{right: 33.33333333%;}.pull-lg-5{right: 41.66666667%;}.pull-lg-1-5{right: 20%;}.pull-lg-6{right: 50%;}.pull-lg-7{right: 58.33333333%;}.pull-lg-8{right: 66.66666667%;}.pull-lg-1-8{right:12.5%;}.pull-lg-9{right: 75%;}.pull-lg-10{right: 83.33333333%;}.pull-lg-11{right: 91.66666667%;}.pull-lg-12{right: 100%;}
	.push-lg-0{left: auto;}.push-lg-1{left: 8.33333333%;}.push-lg-2{left: 16.66666667%;}.push-lg-3{left: 25%;}.push-lg-4{left: 33.33333333%;}.push-lg-5{left: 41.66666667%;}.push-lg-1-5{left: 20%;}.push-lg-6{left: 50%;}.push-lg-7{left: 58.33333333%;}.push-lg-8{left: 66.66666667%;}.push-lg-1-8{left: 12.5%;}.push-lg-9{left: 75%;}.push-lg-10{left: 83.33333333%;}.push-lg-11{left: 91.66666667%;}.push-lg-12{left: 100%;}
	.offset-lg-0{margin-left: 0;}.offset-lg-1{margin-left: 8.33333333%;}.offset-lg-2{margin-left: 16.66666667%;}.offset-lg-3{margin-left: 25%;}.offset-lg-4{margin-left: 33.33333333%;}.offset-lg-5{margin-left: 41.66666667%;}.offset-lg-1-5{margin-left:20%;}.offset-lg-6{margin-left: 50%;}.offset-lg-7{margin-left: 58.33333333%;}.offset-lg-8{margin-left: 66.66666667%;}.offset-lg-1-8{margin-left: 12.5%;}.offset-lg-9{margin-left: 75%;}.offset-lg-10{margin-left: 83.33333333%;}.offset-lg-11{margin-left: 91.66666667%;}.offset-lg-12{margin-left: 100%;}
}

/*col-xl*/
@media (min-width:1200px) {
	.container{width: 1200px;} 
	.col-xl-1{width: 8.33333333%;}.col-xl-2{width: 16.66666667%;}.col-xl-3{width: 25%;}.col-xl-4{width: 33.33333333%;}.col-xl-5{width: 41.66666667%;}.col-xl-1-5{width:20%;}.col-xl-6{width: 50%;}.col-xl-7{width: 58.33333333%;}.col-xl-8{width: 66.66666667%;}.col-xl-1-8{width: 12.5%;}.col-xl-9{width: 75%;}.col-xl-10{width: 83.33333333%;}.col-xl-11{width: 91.66666667%;}.col-xl-12{width: 100%;}
	.pull-xl-0{right: auto;}.pull-xl-1{right: 8.33333333%;}.pull-xl-2{right: 16.66666667%;}.pull-xl-3{right: 25%;}.pull-xl-4{right: 33.33333333%;}.pull-xl-5{right: 41.66666667%;}.pull-xl-1-5{right: 20%;}.pull-xl-6{right: 50%;}.pull-xl-7{right: 58.33333333%;}.pull-xl-8{right: 66.66666667%;}.pull-xl-1-8{right:12.5%;}.pull-xl-9{right: 75%;}.pull-xl-10{right: 83.33333333%;}.pull-xl-11{right: 91.66666667%;}.pull-xl-12{right: 100%;}
	.push-xl-0{left: auto;}.push-xl-1{left: 8.33333333%;}.push-xl-2{left: 16.66666667%;}.push-xl-3{left: 25%;}.push-xl-4{left: 33.33333333%;}.push-xl-5{left: 41.66666667%;}.push-xl-1-5{left: 20%;}.push-xl-6{left: 50%;}.push-xl-7{left: 58.33333333%;}.push-xl-8{left: 66.66666667%;}.push-xl-1-8{left: 12.5%;}.push-xl-9{left: 75%;}.push-xl-10{left: 83.33333333%;}.push-xl-11{left: 91.66666667%;}.push-xl-12{left: 100%;}
	.offset-xl-0{margin-left: 0;}.offset-xl-1{margin-left: 8.33333333%;}.offset-xl-2{margin-left: 16.66666667%;}.offset-xl-3{margin-left: 25%;}.offset-xl-4{margin-left: 33.33333333%;}.offset-xl-5{margin-left: 41.66666667%;}.offset-xl-1-5{margin-left:20%;}.offset-xl-6{margin-left: 50%;}.offset-xl-7{margin-left: 58.33333333%;}.offset-xl-8{margin-left: 66.66666667%;}.offset-xl-1-8{margin-left: 12.5%;}.offset-xl-9{margin-left: 75%;}.offset-xl-10{margin-left: 83.33333333%;}.offset-xl-11{margin-left: 91.66666667%;}.offset-xl-12{margin-left: 100%;}
} 

/* left right center */
.l-box, .l-div{float:left;}
.r-box, .r-div{float:right;}
.c-box{float:left;width:100%;}

/* background-color */
.bgc-white,.bgc-white-h:hover {background-color:#fff;} 
.bgc-grey, .bgc-grey-h:hover{background-color:#f2f9ff;} 
.bgc-grey1, .bgc-grey1-h:hover{background-color:#e6f2ff;}
 
.bgc-blue,.bgc-blue-h:hover{background-color:#006de4;} 
.bgc-grayblue ,.bgc-grayblue-h:hover{background-color:#324968;} 
.bgc-green, .bgc-green-h:hover{background-color:#00c0a7;}

/* color */
.c-white, .c-white-h:hover{color:#fff;}
.c-gray, .c-gray-h:hover{color:#7986a2;}
.c-gray1, .c-gray1-h:hover{color:#9291b6;}
.c-blue, .c-blue-h:hover{color:#006de4;}
.c-blue1, .c-blue1-h:hover{color:#444281;}
.c-aqua, .c-aqua-h:hover{color:#14bffc;}
.c-barkblue, .c-barkblue-h:hover{color:#061769;} 
.c-green, .c-green-h:hover{color:#00c0a7;}
.c-tigerlily, .c-tigerlily-h:hover{color:#ff6803;}

.h-1{font-size:.36rem;line-height:.6rem; font-weight: 400;}
.h-2{font-size:.32rem;line-height:.5rem; font-weight: 400;}
.h-3{font-size:.24rem;line-height:.35rem;font-weight: 400;}
.h-4{font-size:.2rem; line-height:.3rem; font-weight: 400;}
.h-5{font-size:.18rem;line-height:.3rem; font-weight: 400;}
.h-6{font-size:.16rem;line-height:.3rem; font-weight: 400;}
 
.h-1 small{line-height:.6rem;font-weight: 300;}
.h-2 small{line-height:.5rem;font-weight: 300;}
.h-3 small{line-height:.35rem;font-weight: 300;}
.h-4 small{line-height:.3rem;font-weight: 300;}
.h-5 small{line-height:.3rem;font-weight: 300;}
.h-6 small{line-height:.3rem;font-weight: 300;}

.display-1{font-size: .72rem;font-weight: 700;}
.display-2{font-size: .64rem;font-weight: 700;}
.display-3{font-size: .52rem;font-weight: 700;}
.display-4{font-size: .34rem;font-weight: 500;}
.display-5{font-size: .48rem;font-weight: 500;}
.display-6{font-size: .42rem;font-weight: 500;}

.p-text-12{font-size:.12rem;line-height:.24rem;text-align: left;font-weight: 300;}
.p-text-14{font-size:.14rem;line-height:.3rem; text-align: left;font-weight: 300;}
.p-text-16{font-size:.16rem;line-height:.3rem; text-align: left;font-weight: 300;}
.p-text-18{font-size:.18rem;line-height:.35rem;text-align: left;font-weight: 300;}

.text-bold-5{font-weight: 500;}
.text-bold-6{font-weight: 600;}
.text-bold  {font-weight: 700;}
.text-bold-8{font-weight: 800;}
.text-bold-9{font-weight: 900;}

.text-justify {text-align: justify;}
.text-normal{white-space: normal;}
.text-nowrap {white-space: nowrap;}
.text-ellipsis{text-overflow: ellipsis;overflow: hidden; white-space: nowrap; }
 
.text-nowrap{white-space: nowrap;}
.text-lowercase{text-transform: lowercase;}  
.text-uppercase{text-transform: uppercase;} 
.text-capitalize{text-transform: capitalize;} 

.pos-s{position: static;}
.pos-r{position: relative;}
.pos-a{position: absolute;}
.pos-f{position: fixed;}

.fixed-t{position: fixed;top: 0; z-index: 1030;}
.fixed-b{position: fixed;bottom: 0; z-index: 1030;}

.z-idx-0 {z-index: 0;}
.z-idx-1 {z-index: 1;}
.z-idx-2 {z-index: 2;}
.z-idx-3 {z-index: 3;}
.z-idx-4 {z-index: 4;}
.z-idx-5 {z-index: 5;}
.z-idx-6 {z-index: 6;}
.z-idx-7 {z-index: 7;}
.z-idx-8 {z-index: 8;}
.z-idx-9 {z-index: 9;}
.z-idx-10{z-index: 10;}


/* transition  */
.transition-1{transition:all .1s;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;}
.transform-scale-0{transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);}
.trans-scale-img:hover img{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);} 
.mask-black {width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;background-color: rgba(0, 0, 0, .9);}

/* border */
.border-n{border:none !important;}
.border-grey{border:1px solid #eee !important;}
.border-b-grey{border-bottom:1px solid  #eee !important;}
.border-blue,.border-blue-h:hover{border:1px solid #006de4 !important;}

/* border-radius */
.b-radius-3{border-radius:.03rem;}
.b-radius-50{border-radius:50%;}

.vw-100{width: 100vw;}
.vh-100{height: 100vh;}
.w-auto{width: auto !important;}.w-5{width:5% !important;}.w-10{width:10% !important;}.w-15{width:15% !important;}.w-20{width:20% !important;}.w-25{width:25% !important;}.w-30{width:30% !important;}.w-35{width:35% !important;}.w-40{width:40% !important;}.w-45{width:45% !important;}.w-50{width:50% !important;}.w-55{width:55% !important;}.w-60{width:60% !important;}.w-65{width:65% !important;}.w-70{width:70% !important;}.w-75{width:75% !important;}.w-80{width:80% !important;}.w-85{width:85% !important;}.w-90{width:90% !important;}.w-95{width:95% !important;}.w-100{width:100% !important;}
.h-auto{height: auto !important;}.h-5{height:5% !important;}.h-10{height:10% !important;}.h-15{height:15% !important;}.h-20{height:20% !important;}.h-25{height:25% !important;}.h-30{height:30% !important;}.h-35{height:35% !important;}.h-40{height:40% !important;}.h-45{height:45% !important;}.h-50{height:50% !important;}.h-55{height:55% !important;}.h-60{height:60% !important;}.h-65{height:65% !important;}.h-70{height:70% !important;}.h-75{height:75% !important;}.h-80{height:80% !important;}.h-85{height:85% !important;}.h-90{height:90% !important;}.h-95{height:95% !important;}.h-100{height:100% !important;}

.sub-title{width:100%;height:.7rem; margin-top:.7rem;}
.sub-title .icon-s1{width:.6rem;height:.03rem;left:50%; bottom:0;margin-left:-.3rem;background-image: url(https://www.52usdt.com/Public/Index/images/icon-s1.png);}
.sub-title .icon-s2{width:.5rem;height:.5rem;background-image: url(https://www.52usdt.com/Public/Index/images/icon-s2.png);}
 
/* btn  */
.btn{height:.6rem;line-height:.6rem; border-radius: .4rem;padding:0 .35rem;font-size: .28rem;font-weight: 500;background-color:#006de4;color:#fff;} 
.btn:hover{opacity:0.8;}

.btn-1{width:100%;height:.5rem;line-height:.5rem; font-size: .28rem;font-weight: 500;background-color:#006de4;color:#fff;}
.btn-1:hover{opacity:0.8;}


.btn-outline{height:.6rem;line-height:.6rem; border-radius: .4rem;padding:0 .35rem;font-size: .28rem;font-weight: 500;border:1px solid #006de4;color:#006de4;}
.btn-outline:hover{background-color:#006de4;color:#fff;opacity:0.8;}

/* radio-box */
.radio-box, .check-box{float:left;display:inline-block;height:40px;line-height:40px;overflow:hidden;}
.radio-box label, .check-box label{float:left;display:inline-block;line-height:35px;padding:0 10px;text-align:center;white-space:nowrap;overflow:hidden;}
.iradio_minimal-grey, .icheckbox_minimal-grey{float:left;display:inline-block;width:35px;height:35px;position:relative;left:0;top:10px;background:#fff;}
 
/* opacity */ 
.op-h9:hover{opacity:0.9;} 
.op-h8:hover{opacity:0.8;} 
.picgray-h8:hover{-webkit-filter: grayscale(80%);-moz-filter: grayscale(80%);-ms-filter: grayscale(80%);-o-filter: grayscale(80%);filter: grayscale(80%);filter: gray;}

/* breadcrumb */
.breadcrumb {padding:.1rem 0;}
.breadcrumb .breadcrumb-item{line-height:.35rem;}
.breadcrumb .breadcrumb-item .a-link{line-height:.35rem;font-size:.16rem;}
.breadcrumb .breadcrumb-item .icon-font{height:.35rem;line-height:.35rem;	font-size:14px;margin:0 .1rem;}
.breadcrumb .breadcrumb-item:last-child .a-link{color:#006de4;}
.breadcrumb .breadcrumb-item:last-child .icon-font{display: none;}
.breadcrumb .breadcrumb-item .a-link:hover{color:#006de4;}
 
.float-l{float: left !important;}.float-r{float: right !important;}.float-n{float: none !important;}
.d-none{display: none !important;}.d-block{display: block !important;}.d-inline{display: inline !important;}.d-inline-block{display: inline-block !important;}
.text-l{text-align: left !important;}.text-c{text-align: center !important;}.text-r{text-align: right !important;} 
.mt-0, .mr-0, .mb-0, .ml-0{padding:0 !important;}
.mt-5 {margin-top: .05rem !important;}.mr-5 {margin-right: .05rem !important;}.mb-5 {margin-bottom: .05rem !important;}.ml-5 {margin-left: .05rem !important;}
.mt-10{margin-top: .1rem !important;} .mr-10{margin-right: .1rem !important;} .mb-10{margin-bottom: .1rem !important;} .ml-10{margin-left: .1rem !important;}
.mt-15{margin-top: .15rem !important;}.mr-15{margin-right: .15rem !important;}.mb-15{margin-bottom: .15rem !important;}.ml-15{margin-left: .15rem !important;}
.mt-20{margin-top: .2rem !important;} .mr-20{margin-right: .2rem !important;} .mb-20{margin-bottom: .2rem !important;} .ml-20{margin-left: .2rem !important;}
.mt-25{margin-top: .25rem !important;}.mr-25{margin-right: .25rem !important;}.mb-25{margin-bottom: .25rem !important;}.ml-25{margin-left: .25rem !important;}
.mt-30{margin-top: .3rem !important;} .mr-30{margin-right: .3rem !important;} .mb-30{margin-bottom: .3rem !important;} .ml-30{margin-left: .3rem !important;}

.mt-n5 {margin-top: -.05rem !important;}.mr-n5 {margin-right: -.05rem !important;}.mb-n5 {margin-bottom: -.05rem !important;}.ml-n5 {margin-left: -.05rem !important;}
.mt-n10{margin-top: -.1rem !important;} .mr-n10{margin-right: -.1rem !important;} .mb-n10{margin-bottom: -.1rem !important;} .ml-n10{margin-left: -.1rem !important;}
.mt-n15{margin-top: -.15rem !important;}.mr-n15{margin-right: -.15rem !important;}.mb-n15{margin-bottom: -.15rem !important;}.ml-n15{margin-left: -.15rem !important;}
.mt-n20{margin-top: -.2rem !important;} .mr-n20{margin-right: -.2rem !important;} .mb-n20{margin-bottom: -.2rem !important;} .ml-n20{margin-left: -.2rem !important;}
.mt-n25{margin-top: -.25rem !important;}.mr-n25{margin-right: -.25rem !important;}.mb-n25{margin-bottom: -.25rem !important;}.mb-n25{margin-left: -.25rem !important;}
.mt-n30{margin-top: -.3rem !important;} .mr-n30{margin-right: -.3rem !important;} .mb-n30{margin-bottom: -.3rem !important;} .mb-n30{margin-left: -.3rem !important;}                                                                                                                             
.pt-0, .pr-0, .pb-0, .pl-0{padding:0 !important;}
.pt-5 {padding-top: .05rem !important;}.pr-5 {padding-right: .05rem !important;}.pb-5 {padding-bottom: .05rem !important;}.pl-5 {padding-left: .05rem !important;}
.pt-10{padding-top: .1rem !important;} .pr-10{padding-right: .1rem !important;} .pb-10{padding-bottom: .1rem !important;} .pl-10{padding-left: .1rem !important;}
.pt-15{padding-top: .15rem !important;}.pr-15{padding-right: .15rem !important;}.pb-15{padding-bottom: .15rem !important;}.pl-15{padding-left: .15rem !important;}
.pt-20{padding-top: .2rem !important;} .pr-20{padding-right: .2rem !important;} .pb-20{padding-bottom: .2rem !important;} .pl-20{padding-left: .2rem !important;}
.pt-25{padding-top: .25rem !important;}.pr-25{padding-right: .25rem !important;}.pb-25{padding-bottom: .25rem !important;}.pl-25{padding-left: .25rem !important;}
.pt-30{padding-top: .3rem !important;} .pr-30{padding-right: .3rem !important;} .pb-30{padding-bottom: .3rem !important;} .pl-30{padding-left: .3rem !important;}	
.ptb-5 {padding:.05rem 0 !important;}.plr-5{padding:0 .05rem !important;}.ptb-10{padding:.1rem 0 !important;} .plr-10{padding:0 .1rem !important;} .ptb-15{padding:.15rem 0 !important;}.plr-15{padding:0 .15rem !important;} .ptb-20{padding:.2rem 0 !important;} .plr-20{padding:0 .2rem !important;} .ptb-25{padding:.25rem 0 !important;}.plr-25{padding:0 .25rem !important;} .ptb-30{padding:.3rem 0 !important;} .plr-30{padding:0 .3rem !important;} .ptb-35{padding:.35rem 0 !important;}.plr-35{padding:0 .35rem !important;} .ptb-40{padding:.4rem 0 !important;} .plr-40{padding:0 .4rem !important;} .ptb-45{padding:.45rem 0 !important;}.plr-40{padding:0 .45rem !important;} .ptb-50{padding:.5rem 0 !important;}  .plr-50{padding:0 .5rem !important;} 

/*col-sm*/
@media (min-width: 576px) {
  .float-sm-l{float: left !important;}.float-sm-r{float: right !important;}.float-sm-n{float: none !important;}
  .d-sm-none {display: none !important;}.d-sm-block {display: block !important;}.d-sm-inline {display:inline !important;}.d-sm-inline-block{display: inline-block !important;}
  .text-sm-l{text-align: left !important;}.text-sm-r{text-align: right !important;}.text-sm-c{text-align: center !important;}
	.mt-sm-5 {margin-top: .05rem !important;}.mr-sm-5 {margin-right: .05rem !important;}.mb-sm-5 {margin-bottom: .05rem !important;}.ml-sm-5 {margin-left: .05rem !important;}
	.mt-sm-10{margin-top: .1rem !important;} .mr-sm-10{margin-right: .1rem !important;} .mb-sm-10{margin-bottom: .1rem !important;} .ml-sm-10{margin-left: .1rem !important;}
	.mt-sm-15{margin-top: .15rem !important;}.mr-sm-15{margin-right: .15rem !important;}.mb-sm-15{margin-bottom: .15rem !important;}.ml-sm-15{margin-left: .15rem !important;}
	.mt-sm-20{margin-top: .2rem !important;} .mr-sm-20{margin-right: .2rem !important;} .mb-sm-20{margin-bottom: .2rem !important;} .ml-sm-20{margin-left: .2rem !important;}
	.mt-sm-25{margin-top: .25rem !important;}.mr-sm-25{margin-right: .25rem !important;}.mb-sm-25{margin-bottom: .25rem !important;}.ml-sm-25{margin-left: .25rem !important;}
	.mt-sm-30{margin-top: .3rem !important;} .mr-sm-30{margin-right: .3rem !important;} .mb-sm-30{margin-bottom: .3rem !important;} .ml-sm-30{margin-left: .3rem !important;}
	.mt-sm-n5 {margin-top: -.05rem !important;}.mr-sm-n5 {margin-right: -.05rem !important;}.mb-sm-n5 {margin-bottom: -.05rem !important;}.ml-sm-n5 {margin-left: -.05rem !important;}
	.mt-sm-n10{margin-top: -.1rem !important;} .mr-sm-n10{margin-right: -.1rem !important;} .mb-sm-n10{margin-bottom: -.1rem !important;} .ml-sm-n10{margin-left: -.1rem !important;}
	.mt-sm-n15{margin-top: -.15rem !important;}.mr-sm-n15{margin-right: -.15rem !important;}.mb-sm-n15{margin-bottom: -.15rem !important;}.ml-sm-n15{margin-left: -.15rem !important;}
	.mt-sm-n20{margin-top: -.2rem !important;} .mr-sm-n20{margin-right: -.2rem !important;} .mb-sm-n20{margin-bottom: -.2rem !important;} .ml-sm-n20{margin-left: -.2rem !important;}
	.mt-sm-n25{margin-top: -.25rem !important;}.mr-sm-n25{margin-right: -.25rem !important;}.mb-sm-n25{margin-bottom: -.25rem !important;}.mb-sm-n25{margin-left: -.25rem !important;}
	.mt-sm-n30{margin-top: -.3rem !important;} .mr-sm-n30{margin-right: -.3rem !important;} .mb-sm-n30{margin-bottom: -.3rem !important;} .mb-sm-n30{margin-left: -.3rem !important;}
	.pt-sm-5 {padding-top: .05rem !important;}.pr-sm-5 {padding-right: .05rem !important;}.pb-sm-5 {padding-bottom: .05rem !important;}.pl-sm-5 {padding-left: .05rem !important;}
	.pt-sm-10{padding-top: .1rem !important;} .pr-sm-10{padding-right: .1rem !important;} .pb-sm-10{padding-bottom: .1rem !important;} .pl-sm-10{padding-left: .1rem !important;}
	.pt-sm-15{padding-top: .15rem !important;}.pr-sm-15{padding-right: .15rem !important;}.pb-sm-15{padding-bottom: .15rem !important;}.pl-sm-15{padding-left: .15rem !important;}
	.pt-sm-20{padding-top: .2rem !important;} .pr-sm-20{padding-right: .2rem !important;} .pb-sm-20{padding-bottom: .2rem !important;} .pl-sm-20{padding-left: .2rem !important;}
	.pt-sm-25{padding-top: .25rem !important;}.pr-sm-25{padding-right: .25rem !important;}.pb-sm-25{padding-bottom: .25rem !important;}.pl-sm-25{padding-left: .25rem !important;}
	.pt-sm-30{padding-top: .3rem !important;} .pr-sm-30{padding-right: .3rem !important;} .pb-sm-30{padding-bottom: .3rem !important;} .pl-sm-30{padding-left: .3rem !important;}	
  .ptb-sm-5 {padding:.05rem 0 !important;}.plr-sm-5{padding:0 .05rem !important;}.ptb-sm-10{padding:.1rem 0 !important;} .plr-sm-10{padding:0 .1rem !important;} .ptb-sm-15{padding:.15rem 0 !important;}.plr-sm-15{padding:0 .15rem !important;} .ptb-sm-20{padding:.2rem 0 !important;} .plr-sm-20{padding:0 .2rem !important;} .ptb-sm-25{padding:.25rem 0 !important;}.plr-sm-25{padding:0 .25rem !important;} .ptb-sm-30{padding:.3rem 0 !important;} .plr-sm-30{padding:0 .3rem !important;} .ptb-sm-35{padding:.35rem 0 !important;}.plr-sm-35{padding:0 .35rem !important;} .ptb-sm-40{padding:.4rem 0 !important;} .plr-sm-40{padding:0 .4rem !important;} .ptb-sm-45{padding:.45rem 0 !important;}.plr-sm-40{padding:0 .45rem !important;} .ptb-sm-50{padding:.5rem 0 !important;}  .plr-sm-50{padding:0 .5rem !important;} 
}

/*col-md*/
@media (min-width:768px) {
  .float-md-l{float: left !important;}.float-md-r{float: right !important;}.float-md-n{float: none !important;}
  .d-md-none {display: none !important;}.d-md-block {display: block !important;}.d-md-inline {display:inline !important;}.d-md-inline-block{display: inline-block !important;}
  .text-md-l{text-align: left !important;}.text-md-r{text-align: right !important;}.text-md-c{text-align: center !important;}
	.mt-md-5 {margin-top: .05rem !important;}.mr-md-5 {margin-right: .05rem !important;}.mb-md-5 {margin-bottom: .05rem !important;}.ml-md-5 {margin-left: .05rem !important;}
	.mt-md-10{margin-top: .1rem !important;} .mr-md-10{margin-right: .1rem !important;} .mb-md-10{margin-bottom: .1rem !important;} .ml-md-10{margin-left: .1rem !important;}
	.mt-md-15{margin-top: .15rem !important;}.mr-md-15{margin-right: .15rem !important;}.mb-md-15{margin-bottom: .15rem !important;}.ml-md-15{margin-left: .15rem !important;}
	.mt-md-20{margin-top: .2rem !important;} .mr-md-20{margin-right: .2rem !important;} .mb-md-20{margin-bottom: .2rem !important;} .ml-md-20{margin-left: .2rem !important;}
	.mt-md-25{margin-top: .25rem !important;}.mr-md-25{margin-right: .25rem !important;}.mb-md-25{margin-bottom: .25rem !important;}.ml-md-25{margin-left: .25rem !important;}
	.mt-md-30{margin-top: .3rem !important;} .mr-md-30{margin-right: .3rem !important;} .mb-md-30{margin-bottom: .3rem !important;} .ml-md-30{margin-left: .3rem !important;}
	.mt-md-n5 {margin-top: -.05rem !important;}.mr-md-n5 {margin-right: -.05rem !important;}.mb-md-n5 {margin-bottom: -.05rem !important;}.ml-md-n5 {margin-left: -.05rem !important;}
	.mt-md-n10{margin-top: -.1rem !important;} .mr-md-n10{margin-right: -.1rem !important;} .mb-md-n10{margin-bottom: -.1rem !important;} .ml-md-n10{margin-left: -.1rem !important;}
	.mt-md-n15{margin-top: -.15rem !important;}.mr-md-n15{margin-right: -.15rem !important;}.mb-md-n15{margin-bottom: -.15rem !important;}.ml-md-n15{margin-left: -.15rem !important;}
	.mt-md-n20{margin-top: -.2rem !important;} .mr-md-n20{margin-right: -.2rem !important;} .mb-md-n20{margin-bottom: -.2rem !important;} .ml-md-n20{margin-left: -.2rem !important;}
	.mt-md-n25{margin-top: -.25rem !important;}.mr-md-n25{margin-right: -.25rem !important;}.mb-md-n25{margin-bottom: -.25rem !important;}.mb-md-n25{margin-left: -.25rem !important;}
	.mt-md-n30{margin-top: -.3rem !important;} .mr-md-n30{margin-right: -.3rem !important;} .mb-md-n30{margin-bottom: -.3rem !important;} .mb-md-n30{margin-left: -.3rem !important;}
	.pt-md-5 {padding-top: .05rem !important;}.pr-md-5 {padding-right: .05rem !important;}.pb-md-5 {padding-bottom: .05rem !important;}.pl-md-5 {padding-left: .05rem !important;}
	.pt-md-10{padding-top: .1rem !important;} .pr-md-10{padding-right: .1rem !important;} .pb-md-10{padding-bottom: .1rem !important;} .pl-md-10{padding-left: .1rem !important;}
	.pt-md-15{padding-top: .15rem !important;}.pr-md-15{padding-right: .15rem !important;}.pb-md-15{padding-bottom: .15rem !important;}.pl-md-15{padding-left: .15rem !important;}
	.pt-md-20{padding-top: .2rem !important;} .pr-md-20{padding-right: .2rem !important;} .pb-md-20{padding-bottom: .2rem !important;} .pl-md-20{padding-left: .2rem !important;}
	.pt-md-25{padding-top: .25rem !important;}.pr-md-25{padding-right: .25rem !important;}.pb-md-25{padding-bottom: .25rem !important;}.pl-md-25{padding-left: .25rem !important;}
	.pt-md-30{padding-top: .3rem !important;} .pr-md-30{padding-right: .3rem !important;} .pb-md-30{padding-bottom: .3rem !important;} .pl-md-30{padding-left: .3rem !important;}	
  .ptb-md-5 {padding:.05rem 0 !important;}.plr-md-5{padding:0 .05rem !important;}.ptb-md-10{padding:.1rem 0 !important;} .plr-md-10{padding:0 .1rem !important;} .ptb-md-15{padding:.15rem 0 !important;}.plr-md-15{padding:0 .15rem !important;} .ptb-md-20{padding:.2rem 0 !important;} .plr-md-20{padding:0 .2rem !important;} .ptb-md-25{padding:.25rem 0 !important;}.plr-md-25{padding:0 .25rem !important;} .ptb-md-30{padding:.3rem 0 !important;} .plr-md-30{padding:0 .3rem !important;} .ptb-md-35{padding:.35rem 0 !important;}.plr-md-35{padding:0 .35rem !important;} .ptb-md-40{padding:.4rem 0 !important;} .plr-md-40{padding:0 .4rem !important;} .ptb-md-45{padding:.45rem 0 !important;}.plr-md-40{padding:0 .45rem !important;} .ptb-md-50{padding:.5rem 0 !important;}  .plr-md-50{padding:0 .5rem !important;} 
}

/*col-lg*/
@media (min-width: 992px) {
  .float-lg-l{float: left !important;}.float-lg-r{float: right !important;}.float-lg-n{float: none !important;}
  .d-lg-none {display: none !important;}.d-lg-block {display: block !important;}.d-lg-inline {display:inline !important;}.d-lg-inline-block{display: inline-block !important;}
  .text-lg-l{text-align: left !important;}.text-lg-r{text-align: right !important;}.text-lg-c{text-align: center !important;}
	.mt-lg-5 {margin-top: .05rem !important;}.mr-lg-5 {margin-right: .05rem !important;}.mb-lg-5 {margin-bottom: .05rem !important;}.ml-lg-5{margin-left: .05rem !important;}
	.mt-lg-10{margin-top: .1rem !important;} .mr-lg-10{margin-right: .1rem !important;} .mb-lg-10{margin-bottom: .1rem !important;} .ml-lg-10{margin-left: .1rem !important;}
	.mt-lg-15{margin-top: .15rem !important;}.mr-lg-15{margin-right: .15rem !important;}.mb-lg-15{margin-bottom: .15rem !important;}.ml-lg-15{margin-left: .15rem !important;}
	.mt-lg-20{margin-top: .2rem !important;} .mr-lg-20{margin-right: .2rem !important;} .mb-lg-20{margin-bottom: .2rem !important;} .ml-lg-20{margin-left: .2rem !important;}
	.mt-lg-25{margin-top: .25rem !important;}.mr-lg-25{margin-right: .25rem !important;}.mb-lg-25{margin-bottom: .25rem !important;}.ml-lg-25{margin-left: .25rem !important;}
	.mt-lg-30{margin-top: .3rem !important;} .mr-lg-30{margin-right: .3rem !important;} .mb-lg-30{margin-bottom: .3rem !important;} .ml-lg-30{margin-left: .3rem !important;}
	.mt-lg-n5 {margin-top: -.05rem !important;}.mr-lg-n5 {margin-right: -.05rem !important;}.mb-lg-n5 {margin-bottom: -.05rem !important;}.ml-lg-n5{margin-left: -.05rem !important;}
	.mt-lg-n10{margin-top: -.1rem !important;} .mr-lg-n10{margin-right: -.1rem !important;} .mb-lg-n10{margin-bottom: -.1rem !important;} .ml-lg-n10{margin-left: -.1rem !important;}
	.mt-lg-n15{margin-top: -.15rem !important;}.mr-lg-n15{margin-right: -.15rem !important;}.mb-lg-n15{margin-bottom: -.15rem !important;}.ml-lg-n15{margin-left: -.15rem !important;}
	.mt-lg-n20{margin-top: -.2rem !important;} .mr-lg-n20{margin-right: -.2rem !important;} .mb-lg-n20{margin-bottom: -.2rem !important;} .ml-lg-n20{margin-left: -.2rem !important;}
	.mt-lg-n25{margin-top: -.25rem !important;}.mr-lg-n25{margin-right: -.25rem !important;}.mb-lg-n25{margin-bottom: -.25rem !important;}.mb-lg-n25{margin-left: -.25rem !important;}
	.mt-lg-n30{margin-top: -.3rem !important;} .mr-lg-n30{margin-right: -.3rem !important;} .mb-lg-n30{margin-bottom: -.3rem !important;} .mb-lg-n30{margin-left: -.3rem !important;}
	.pt-lg-5 {padding-top: .05rem !important;}.pr-lg-5 {padding-right: .05rem !important;}.pb-lg-5 {padding-bottom: .05rem !important;}.pl-lg-5 {padding-left: .05rem !important;}
	.pt-lg-10{padding-top: .1rem !important;} .pr-lg-10{padding-right: .1rem !important;} .pb-lg-10{padding-bottom: .1rem !important;} .pl-lg-10{padding-left: .1rem !important;}
	.pt-lg-15{padding-top: .15rem !important;}.pr-lg-15{padding-right: .15rem !important;}.pb-lg-15{padding-bottom: .15rem !important;}.pl-lg-15{padding-left: .15rem !important;}
	.pt-lg-20{padding-top: .2rem !important;} .pr-lg-20{padding-right: .2rem !important;} .pb-lg-20{padding-bottom: .2rem !important;} .pl-lg-20{padding-left: .2rem !important;}
	.pt-lg-25{padding-top: .25rem !important;}.pr-lg-25{padding-right: .25rem !important;}.pb-lg-25{padding-bottom: .25rem !important;}.pl-lg-25{padding-left: .25rem !important;}
	.pt-lg-30{padding-top: .3rem !important;} .pr-lg-30{padding-right: .3rem !important;} .pb-lg-30{padding-bottom: .3rem !important;} .pl-lg-30{padding-left: .3rem !important;}	
  .ptb-lg-5 {padding:.05rem 0 !important;}.plr-lg-5{padding:0 .05rem !important;}.ptb-lg-10{padding:.1rem 0 !important;} .plr-lg-10{padding:0 .1rem !important;} .ptb-lg-15{padding:.15rem 0 !important;}.plr-lg-15{padding:0 .15rem !important;} .ptb-lg-20{padding:.2rem 0 !important;} .plr-lg-20{padding:0 .2rem !important;} .ptb-lg-25{padding:.25rem 0 !important;}.plr-lg-25{padding:0 .25rem !important;} .ptb-lg-30{padding:.3rem 0 !important;} .plr-lg-30{padding:0 .3rem !important;} .ptb-lg-35{padding:.35rem 0 !important;}.plr-lg-35{padding:0 .35rem !important;} .ptb-lg-40{padding:.4rem 0 !important;} .plr-lg-40{padding:0 .4rem !important;} .ptb-lg-45{padding:.45rem 0 !important;}.plr-lg-40{padding:0 .45rem !important;} .ptb-lg-50{padding:.5rem 0 !important;}  .plr-lg-50{padding:0 .5rem !important;} 
}

/*col-xl*/
@media (min-width: 1200px) {
  .float-xl-l{float: left !important;}.float-xl-r{float: right !important;}.float-xl-n{float: none !important;}
  .d-xl-none {display: none !important;}.d-xl-block {display: block !important;}.d-xl-inline {display:inline !important;}.d-xl-inline-block{display: inline-block !important;}
  .text-xl-l{text-align: left !important;}.text-xl-r{text-align: right !important;}.text-xl-c{text-align: center !important;}
	.mt-xl-5 {margin-top: .05rem !important;}.mr-xl-5 {margin-right: .05rem !important;}.mb-xl-5 {margin-bottom: .05rem !important;}.ml-xl-5 {margin-left: .05rem !important;}
	.mt-xl-10{margin-top: .1rem !important;} .mr-xl-10{margin-right: .1rem !important;} .mb-xl-10{margin-bottom: .1rem !important;} .ml-xl-10{margin-left: .1rem !important;}
	.mt-xl-15{margin-top: .15rem !important;}.mr-xl-15{margin-right: .15rem !important;}.mb-xl-15{margin-bottom: .15rem !important;}.ml-xl-15{margin-left: .15rem !important;}
	.mt-xl-20{margin-top: .2rem !important;} .mr-xl-20{margin-right: .2rem !important;} .mb-xl-20{margin-bottom: .2rem !important;} .ml-xl-20{margin-left: .2rem !important;}
	.mt-xl-25{margin-top: .25rem !important;}.mr-xl-25{margin-right: .25rem !important;}.mb-xl-25{margin-bottom: .25rem !important;}.ml-xl-25{margin-left: .25rem !important;}
	.mt-xl-30{margin-top: .3rem !important;} .mr-xl-30{margin-right: .3rem !important;} .mb-xl-30{margin-bottom: .3rem !important;} .ml-xl-30{margin-left: .3rem !important;}
	.mt-xl-n5 {margin-top: -.05rem !important;}.mr-xl-n5 {margin-right: -.05rem !important;}.mb-xl-n5 {margin-bottom: -.05rem !important;}.ml-xl-n5{margin-left: -.05rem !important;}
	.mt-xl-n10{margin-top: -.1rem !important;} .mr-xl-n10{margin-right: -.1rem !important;} .mb-xl-n10{margin-bottom: -.1rem !important;} .ml-xl-n10{margin-left: -.1rem !important;}
	.mt-xl-n15{margin-top: -.15rem !important;}.mr-xl-n15{margin-right: -.15rem !important;}.mb-xl-n15{margin-bottom: -.15rem !important;}.ml-xl-n15{margin-left: -.15rem !important;}
	.mt-xl-n20{margin-top: -.2rem !important;} .mr-xl-n20{margin-right: -.2rem !important;} .mb-xl-n20{margin-bottom: -.2rem !important;} .ml-xl-n20{margin-left: -.2rem !important;}
	.mt-xl-n25{margin-top: -.25rem !important;}.mr-xl-n25{margin-right: -.25rem !important;}.mb-xl-n25{margin-bottom: -.25rem !important;}.mb-xl-n25{margin-left: -.25rem !important;}
	.mt-xl-n30{margin-top: -.3rem !important;} .mr-xl-n30{margin-right: -.3rem !important;} .mb-xl-n30{margin-bottom: -.3rem !important;} .mb-xl-n30{margin-left: -.3rem !important;}
	.pt-xl-5 {padding-top: .05rem !important;}.pr-xl-5 {padding-right: .05rem !important;}.pb-xl-5 {padding-bottom: .05rem !important;}.pl-xl-5 {padding-left: .05rem !important;}
	.pt-xl-10{padding-top: .1rem !important;} .pr-xl-10{padding-right: .1rem !important;} .pb-xl-10{padding-bottom: .1rem !important;} .pl-xl-10{padding-left: .1rem !important;}
	.pt-xl-15{padding-top: .15rem !important;}.pr-xl-15{padding-right: .15rem !important;}.pb-xl-15{padding-bottom: .15rem !important;}.pl-xl-15{padding-left: .15rem !important;}
	.pt-xl-20{padding-top: .2rem !important;} .pr-xl-20{padding-right: .2rem !important;} .pb-xl-20{padding-bottom: .2rem !important;} .pl-xl-20{padding-left: .2rem !important;}
	.pt-xl-25{padding-top: .25rem !important;}.pr-xl-25{padding-right: .25rem !important;}.pb-xl-25{padding-bottom: .25rem !important;}.pl-xl-25{padding-left: .25rem !important;}
  .pt-xl-30{padding-top: .3rem !important;} .pr-xl-30{padding-right: .3rem !important;} .pb-xl-30{padding-bottom: .3rem !important;} .pl-xl-30{padding-left: .3rem !important;}	
  .ptb-xl-5 {padding:.05rem 0 !important;}.plr-xl-5{padding:0 .05rem !important;}.ptb-xl-10{padding:.1rem 0 !important;} .plr-xl-10{padding:0 .1rem !important;} .ptb-xl-15{padding:.15rem 0 !important;}.plr-xl-15{padding:0 .15rem !important;} .ptb-xl-20{padding:.2rem 0 !important;} .plr-xl-20{padding:0 .2rem !important;} .ptb-xl-25{padding:.25rem 0 !important;}.plr-xl-25{padding:0 .25rem !important;} .ptb-xl-30{padding:.3rem 0 !important;} .plr-xl-30{padding:0 .3rem !important;} .ptb-xl-35{padding:.35rem 0 !important;}.plr-xl-35{padding:0 .35rem !important;} .ptb-xl-40{padding:.4rem 0 !important;} .plr-xl-40{padding:0 .4rem !important;} .ptb-xl-45{padding:.45rem 0 !important;}.plr-xl-40{padding:0 .45rem !important;} .ptb-xl-50{padding:.5rem 0 !important;}  .plr-xl-50{padding:0 .5rem !important;} 
}	
