/*通用标题栏*/
.Common_header{
	width: 80%;
	margin: 0.5rem auto 0.25rem auto;
}
.Common_header h2,.Common_header h5{
	color: #111;
	font-size: 0.36rem;
	margin-bottom: 0.05rem;
	text-align: center;
}
.Common_header p{
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	font-size: 0.24rem;
	margin: 0 auto;
	text-align: center;
}


.header_m_top{
	margin-top: 1.2rem;
}

.noScroll {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
.text-bold{
	font-weight: 600 !important;
}
.color-333{
	color: #333333 !important;
}
.two-ellipsis{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
* {
	padding: 0;
	margin: 0;
}
@media screen and ( max-width: 1024px){
	html{
		font-size: 140px;
	}
}
@media screen and ( max-width: 768px){
	html{
		font-size: 103px;
	}
}
@media screen and ( max-width: 426px){
	html{
		font-size: 57px;
	}
}
@media screen and ( max-width: 414px){
	html{
		font-size: 56px;
	}
}
@media screen and ( max-width: 375px){
	html,body{
		font-size: 50px;
	}
}
@media screen and ( max-width: 320px){
	html{
		font-size: 43px;
	}
}

html,
body {
	letter-spacing: 0.01rem;
	/*苹果手机滑动流畅兼容性*/
	-webkit-overflow-scrolling: touch;
}

ul,
ol,
li {
	list-style: none;
}

button,
img,
select {
	border: none;
}


/*视频满屏*/
video {
	width: 100%;
	height: 100%;
	/*display: block;*/
	object-fit: cover;
	object-position: center center;
}


/*文字溢出隐藏*/
.hid {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}


/*多行文本溢出隐藏*/
.hida {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/*去除苹果手机自带样式*/
input,
select {
	-webkit-appearance: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	/*height: 100%;*/
	display: block;
}

input,
button {
	border: none;
}


/*定位*/
.pl {
	position: relative;
}

.pa {
	position: absolute;
}
.text-gray{
	color:rgba(153,153,153,1) !important;
}
.text-black{
	color: #000000 !important;
}
.text-white{
	color: #ffffff !important;
}
/*flex水平布局*/
.flx_r {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.flx_r_a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.flx_r_b {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.flx_r_c {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.flx_c_b {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*通用内容居中栏*/
.container_content{
	width: 6.8rem;
	margin: 0 auto;
}
.container_content_fluid{
	width: 7.5rem;
	margin: 0 auto;
}
/*通用顶部导航*/
.head{
	width: 100%;
	/*height: 1.2rem;*/
	/*padding: 0.3rem 0;*/
	text-align: center;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.head li a{
	color: #fff;
	display: block;
	text-align: left;
	font-size: 0.32rem;
}
.head li a .fr{
	float: right;
}
.head li a>i.arrow {
	display: inline-block;
	width: .14rem;
	height: .25rem;
	margin-top: .12rem;
	margin-right: .2rem;
	background: url('../img/header_arrow.png') center no-repeat;
	background-size: contain;
	opacity: 1;
}
.head li a>span{
	display: inline-block;
	width: .35rem;
	height: .35rem;
	margin-top: .07rem;
	margin-right: .09rem;
	background: url('../img/header_active.png') center no-repeat;
	background-size: contain;
	transition: .3s;
	opacity: .4;
	transform: rotate(-45deg);
}
.head li .sub_menu{
	transition: height 1s;
	-moz-transition: height 1s;	/* Firefox 4 */
	-webkit-transition: height 1s;	/* Safari 和 Chrome */
	-o-transition: height 1s;	/* Opera */
	height:0;
	overflow: hidden;
}
.head li a>span.sub_menu_active{
	transform: rotate(0);
	opacity: 1;
}
.head li .sub_menu li{
	padding-left: .48rem;
	height: 100%;
	/*line-height: .7rem;*/
}
.head li .sub_menu li a{
	font-size: 0.28rem;
	height: 35px;
	line-height: 35px;
}
.head li .sub_menu li a:first-child{
	margin-top: 15px;
}
.head .logo{
	display: block;
	margin-left: 0.6rem;
	/*margin: auto;*/
	width: 3rem;
	height: 0.4rem;
	z-index: 99;
}
.head .logos{
	display: none;
	position: absolute;
	left: 1.8rem;
	margin-left: -1.5rem;
	width: 3rem;
	height: 0.4rem;
	top: 0.3rem;
	z-index: 999;
}
.head .dropdown-menu a{
	color: #000;
}

.width60{
	width: 6rem;
}
.width62{
	width: 6.2rem;
}
.width65{
	width: 6.5rem;
}
#drop>div,
nav,
nav~ul {
	display: flex
}

.wrapper {
	width: 100%;
	/*height: 1rem;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	bottom: 0;
}

nav {
	height: 1.2rem;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	background-color: #000;
}

nav~ul {
	position: absolute;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	left: 1%;
	right: 1%;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	list-style: none;
	transition: 0s;
	padding: 0 0.2rem;
	top: 1.2rem;
	bottom: 0;
	overflow: auto;
}

nav~ul>li {
	color: #fff;
	padding: 15px;
	cursor: pointer;
	font-size: 0.28rem;
	width: 100%;
	/*height: 0.5rem;*/
	line-height: 0.5rem;
	border-bottom: 1px solid #323232;
	box-sizing: border-box;
}
nav~ul>li:first-child{
	border-top: 1px solid #323232;
}
/*nav~ul>li:hover {*/
/*    filter: brightness(200%)*/
/*}*/

nav.open~ul {
	transition: .45s ease-in-out;
	visibility: visible;
	opacity: 1
}

#drop {
	cursor: pointer;
	position: fixed;
	right: 0.2rem;
	width: 0.9rem;
	height: 1.1rem;
	border-radius: 0 50% 50%;
	transform: rotate(45deg);
	transition: border-radius .5s;
}

nav.open>#drop {
	float: right;
	margin-right: 0rem;
	transition: 1s ease-in-out;
	box-shadow: 0 0 0 1000px #000, inset 0 0 0 0.4rem #000;
}

#drop>div {

	transform: rotate(-45deg);
	height: 95%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrapper .blo{
	display: block;
}

#drop span {
	display: block;
	background-color: #fff;
	width: 0.35rem;
	height: 0.04rem;
	margin: 0.04rem 0;
	transition: .5s;
}

#drop span.open:nth-child(1) {
	transform: rotate(41deg) translate(0.01rem, 0.01rem);
}

#drop span.open:nth-child(2) {
	transform: rotate(-45deg) translate(0.08rem, -0.07rem);
}

#drop span.open:nth-child(3) {
	opacity: 0;
	margin-bottom: -0.1rem;
}

@keyframes drop {
	0% {
		transform: translateY(0) rotate(45deg)
	}
	50% {
		transform: translateY(30px) rotate(45deg)
	}
	100% {
		transform: translateY(10px) rotate(45deg)
	}
}

/*通用底部导航栏*/
#footer {
	background-color: #2C2C2C;
}

.accordion {
	width: 100%;
}
.accordion>li{
	border-bottom: 1px solid #4a4a4a;
	width: 90%;
	margin: 0 auto;
	padding-left: 0.1rem;
}
.accordion .link {
	cursor: pointer;
	height: 1rem;
	line-height: 1rem;
	color: #FFFFFF;
	font-size: 0.3rem;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .fr{
	float: right;
}
.accordion .link a>i.arrow {
	display: inline-block;
	width: .14rem;
	height: .25rem;
	margin-top: .06rem;
	margin-right: .14rem;
	background: url('../img/header_arrow.png') center no-repeat;
	background-size: contain;
	opacity: 1;
}
.accordion .link>span{
	display: inline-block;
	width: .35rem;
	height: .35rem;
	margin-top: .3rem;
	margin-right: .09rem;
	background: url('../img/header_active.png') center no-repeat;
	background-size: contain;
	transition: .5s;
	opacity: .4;
	transform: rotate(-45deg);
}
.accordion .submenu{
	transition: height 1s;
	-moz-transition: height 1s;	/* Firefox 4 */
	-webkit-transition: height 1s;	/* Safari 和 Chrome */
	-o-transition: height 1s;	/* Opera */
	height:0;
	overflow: hidden;
}
.accordion .link>span.sub_menu_active{
	transform: rotate(0);
	opacity: 1;
}
.accordion .link a{
	display: block;
	width: 100%;
	height: 100%;
}
.accordion li i,
.accordion li .menu_right {
	position: absolute;
	top: 0.3rem;
	right: 0.05rem;
	font-size: 0.3rem;
	color: #a5a5a5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion .submenu li span {
	position: absolute;
	top: 0.3rem;
	right: 0.05rem;
	font-size: 0.28rem;
	color: #a5a5a5;
}

.accordion li.open i.glyphicon-menu-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.submenu {
	/*display: none;*/
	background: #2c2c2c;
	font-size: 0.28rem;
}

.submenu li {
	/*border-bottom: 1px solid #4a4a4a;*/
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.submenu a {
	display: block;
	font-size: 0.26rem;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 0.9;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left: 0.2rem;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu li:last-child{
	margin-bottom: 0.2rem;
}
/*.submenu a:hover {*/
/*    background: #b63b4d;*/
/*    color: #FFF;*/
/*}*/
.footer .return{
	margin-bottom: 0;
}
.return{
	width: 100%;
	height: 1rem;
	cursor: pointer;
	line-height: 1rem;
	text-align: center;
	color: #fafafa;
	font-size: 0.30rem;
	border-bottom: 1px solid #4a4a4a;
}

.return .glyphicon{
	left: 3px;
	top: 3px;
}

.footer_qrcode img{
	display: block;
	margin: 0.6rem auto 0.05rem auto;
	width: 3rem;
	height: 3rem;
}

.footer_qrcode p{
	width: 80%;
	line-height: 0.4rem;
	margin: 0 auto;
	text-align: center;
	padding-left: 0.1rem;
}

.footer_qrcode p a{
	color: #a5a5a5;
	font-size: 0.28rem;
}

.footer_qrcode hr{
	border-top:0.02rem solid #4a4a4a;
	margin-bottom: 0.3rem;
}

.footer_qrcode span{
	color: #fff;
	display: block;
	font-size: 0.24rem;
	text-align: center;
}

.footer_qrcode span:last-child{
	font-size: 0.26rem;
	padding-bottom: 0.15rem;
}
.footer_qrcode .lang_select{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.2rem;
}
.footer_qrcode .lang_select a{
	font-size: .3rem;
	color: #fff;
	display: block;

}
.footer_qrcode .lang_select span {
	padding: 0 0.3rem;
}


.form-body{
	background: #FBFBFB;
	padding: 1rem  0;
}
.form-body .form-body-title div:first-child{
	font-size:0.4rem;
	font-weight:600;
	color:rgba(51,51,51,1);
}
.form-body .form-body-title div:last-child{
	font-size:0.2rem;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding-top: 0.27rem;
}


.form-body .form-body-item{
	padding: 0 0.6rem;
	margin-top: 0.7rem;
}
.form-body .form-body-item .container-item .item-list{
	margin-bottom: 0.2rem;
	border: 1px solid #D4D5D6;
}
.form-body .form-body-item .container-item .address{
	display: flex;
}
.form-body .form-body-item .container-item .address .provinces,
.form-body .form-body-item .container-item .address .city{
	width: 50%;
}
.form-body .form-body-item .container-item .form-control{
	border: none;
	box-shadow:none;
	height: 38px;
}
.form-body  .contact-way{
	padding: 0 0.6rem;
	margin-top: 0.6rem;
}
.form-body .contact-way .title{
	font-size:0.2rem;
	font-weight:400;
	color:rgba(49,49,49,1);
}
.form-body .contact-way .phone{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 0.15rem;
}
.form-body .contact-way .phone div:first-child{
	font-size:0.46rem;
	font-weight:bold;
	color:rgba(68,129,251,1);
	line-height: 0.8;
}
.form-body .contact-way .phone div:last-child{
	font-weight:400;
	color:rgba(137,137,137,1);
	display: flex;
	flex-direction: column;
}
.form-body .contact-way .phone div:last-child span{
	font-size:0.24rem;
}
.form-body .contact-way .form-btn{
	font-size:0.23rem;
	font-weight:500;
	color:rgba(255,255,255,1);
	width:100%;
	height:0.65rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(68,129,251,1);
	margin-top: 0.57rem;
}
.form-body .form-body-item .provinces,.form-body .form-body-item .city{
	position: relative;
}
.form-body .form-body-item .provinces::before,
.form-body .form-body-item .city::before,
.supplier-alliance-form .form-horizontal .form-body-item .hzcp::before,
.supplier-alliance-form .form-horizontal .form-body-item .gsxt::before{
	content: " ";
	display: inline-block;
	height: 7px;
	width: 7px;
	border-width: 1px 1px 0 0;
	border-color: #787878;
	border-style: solid;
	-webkit-transform: matrix(-0.71, 0.71,0.71, 0.71, 0, 0);
	transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	position: absolute;
	right: 14px;
	top: 13px;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg);
}


/*标题内容*/
.content_title_body{
	margin-top: 0.83rem;
	margin-bottom: 0.55rem;
}
.content_title_body .chinese_text{
	font-size: 0.36rem;
	font-weight: 600;
	color: #151515;
	text-align: center;
	letter-spacing: 1px;
}
.content_title_body .english{
	font-size: 0.2rem;
	font-weight: 900;
	color: #333333;
	text-align: center;
	opacity: 0.1;
	text-transform: uppercase;
}

/*安全距离*/
.safe_distance{
	padding: 0 0.3rem;
}

/*底部万亿市场样式*/
.one_trillion{
	height: 5.2rem;
	background: #ffffff;
}
.one_trillion .one_trillion_content .title{
	font-size: 0.44rem;
	font-weight: 600;
	color: #181818;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 1.23rem;
}
.one_trillion .one_trillion_content .text{
	font-size: 0.24rem;
	font-weight: 600;
	color: #D5D5D5;
	text-align: center;
	margin-top: 0.11rem;
	margin-bottom: 0.67rem;
}
.one_trillion  a{
	width: 2.2rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2E415D;
	border-radius: 2px;
	margin: auto;
	font-size:0.21rem;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
}
/*移动端底部公安备案样式*/
.gong_an_bei_an img{
	width: .4rem;
	height: .4rem;
	margin-top: 0px;
}
.gong_an_bei_an {
	line-height:20px;
}
.gong_an_bei_an p{
	width: auto;
}

.width200{
	width: 2rem !important;
}
.width250{
	width: 2.5rem !important;
}
.width300{
	width: 3rem !important;
}
.width350{
	width: 3.5rem !important;
}
.width400{
	width: 4rem !important;
}
.width450{
	width: 4.5rem !important;
}
.width500{
	width: 5rem !important;
}
.width550{
	width: 5.5rem !important;
}



.width-auto-30{
	width:30% !important;
}
.width-auto-40{
	width:40% !important;
}
.width-auto-50{
	width:50% !important;
}
.width-auto-60{
	width:60% !important;
}
.width-auto-65{
	width:65% !important;
}

.width-auto-70{
	width:70% !important;
}
.width-auto-75{
	width:75% !important;
}
.width-auto-80{
	width:80% !important;
}
.width-auto-85{
	width:85% !important;
}
.width-auto-90{
	width:90% !important;
}
.width-auto-95{
	width:95% !important;
}
.width-auto-100{
	width:100% !important;
}


.height100{
	height:1rem !important;
}
.height150{
	height:1.5rem !important;
}
.height200{
	height:2rem !important;
}
.height250{
	height:2.5rem !important;
}
.height300{
	height:3rem !important;
}
.height350{
	height:3.5rem !important;
}
.height400{
	height:4rem !important;
}
.height450{
	height:4.5rem !important;
}
.height500{
	height:5rem !important;
}
.height550{
	height:5.5rem !important;
}
.height600{
	height:6rem !important;
}
.height-auto{
	height: 100% !important;
}

.mgt10{
	margin-top: 0.1rem !important;
}
.mgt20{
	margin-top: 0.2rem !important;
}
.mgt30{
	margin-top: 0.3rem !important;
}
.mgt40{
	margin-top: 0.4rem !important;
}
.mgt50{
	margin-top: 0.5rem !important;
}
.mgt60{
	margin-top: 0.6rem !important;
}
.mgt70{
	margin-top: 0.7rem !important;
}
.mgt80{
	margin-top: 0.8rem !important;
}
.mgt90{
	margin-top: 0.9rem !important;
}
.mgt100{
	margin-top: 1rem !important;
}
.mgt110{
	margin-top: 1.1rem !important;
}
.mgt120{
	margin-top: 1.2rem !important;
}
.mgt130{
	margin-top: 1.3rem !important;
}
.mgt140{
	margin-top: 1.4rem !important;
}
.mgt150{
	margin-top: 1.5rem !important;
}
.mgt160{
	margin-top: 1.6rem !important;
}
.mgt170{
	margin-top: 1.7rem !important;
}
.mgt180{
	margin-top: 1.8rem !important;
}
.mgt190{
	margin-top: 1.9rem !important;
}
.mgt200{
	margin-top: 2rem !important;
}
.mgt210{
	margin-top: 2.1rem !important;
}
.mgt220{
	margin-top: 2.2rem !important;
}
.mgt230{
	margin-top: 2.3rem !important;
}
.mgt240{
	margin-top: 2.4rem !important;
}
.mgt250{
	margin-top: 2.5rem !important;
}


.mgb10{
	margin-bottom: 0.1rem !important;
}
.mgb20{
	margin-bottom: 0.2rem !important;
}
.mgb30{
	margin-bottom: 0.3rem !important;
}
.mgb40{
	margin-bottom: 0.4rem !important;
}
.mgb50{
	margin-bottom: 0.5rem !important;
}
.mgt60{
	margin-bottom: 0.6rem !important;
}
.mgb70{
	margin-bottom: 0.7rem !important;
}
.mgb80{
	margin-bottom: 0.8rem !important;
}
.mgb90{
	margin-bottom: 0.9rem !important;
}
.mgb100{
	margin-bottom: 1rem !important;
}
.mgb110{
	margin-bottom: 1.1rem !important;
}
.mgb120{
	margin-bottom: 1.2rem !important;
}
.mgb130{
	margin-bottom: 1.3rem !important;
}
.mtb140{
	margin-bottom: 1.4rem !important;
}
.mgb150{
	margin-bottom: 1.5rem !important;
}

.mgl10{
	margin-left: 0.1rem !important;
}
.mgl20{
	margin-left: 0.2rem !important;
}
.mgl30{
	margin-left: 0.3rem !important;
}
.mgl40{
	margin-left: 0.4rem !important;
}
.mgl50{
	margin-left: 0.5rem !important;
}
.mgl60{
	margin-left: 0.6rem !important;
}
.mgl70{
	margin-left: 0.7rem !important;
}
.mgl80{
	margin-left: 0.8rem !important;
}
.mgl90{
	margin-left: 0.9rem !important;
}
.mgl100{
	margin-left: 1rem !important;
}
.mgt110{
	margin-left: 1.1rem !important;
}
.mgl120{
	margin-left: 1.2rem !important;
}
.mgl130{
	margin-left: 1.3rem !important;
}
.mgl140{
	margin-left: 1.4rem !important;
}
.mgl150{
	margin-left: 1.5rem !important;
}
.mgl180{
	margin-left: 1.8rem !important;
}
.mgl200{
	margin-left: 2rem !important;
}


.mgr10{
	margin-right: 0.1rem !important;
}
.mgr20{
	margin-right: 0.2rem !important;
}
.mgr30{
	margin-right: 0.3rem !important;
}
.mgr40{
	margin-right: 0.4rem !important;
}
.mgr50{
	margin-right: 0.5rem !important;
}
.mgr60{
	margin-right: 0.6rem !important;
}
.mgr70{
	margin-right: 0.7rem !important;
}
.mgr80{
	margin-right: 0.8rem !important;
}
.mgr90{
	margin-right: 0.9rem !important;
}
.mgr100{
	margin-right: 1rem !important;
}
.mgr110{
	margin-right: 1.1rem !important;
}
.mgr120{
	margin-right: 1.2rem !important;
}
.mgr130{
	margin-right: 1.3rem !important;
}
.mgr140{
	margin-right: 1.4rem !important;
}
.mgr150{
	margin-right: 1.5rem !important;
}
.mgr160{
	margin-right: 1.6rem !important;
}
.mgr170{
	margin-right: 1.7rem !important;
}
.mgr180{
	margin-right: 1.8rem !important;
}
.mgr200{
	margin-right: 2rem !important;
}

.t10{
	top: 0.1rem !important;
}
.t15{
	top: 0.12rem !important;
}
.t20{
	top: 0.2rem !important;
}
.t25{
	top: 0.25rem !important;
}
.t30{
	top: 0.3rem !important;
}
.t35{
	top: 0.35rem !important;
}
.t40{
	top: 0.4rem !important;
}
.t45{
	top: 0.45rem !important;
}
.t50{
	top: 0.5rem !important;
}
.t55{
	top: 0.55rem !important;
}
.t60{
	top: 0.6rem !important;
}
.t65{
	top: 0.65rem !important;
}
.t70{
	top: 0.7rem !important;
}
.t75{
	top: 0.75rem !important;
}
.t80{
	top: 0.8rem !important;
}
.t85{
	top: 0.85rem !important;
}
.t90{
	top: 0.9rem !important;
}
.t95{
	top: 0.95rem !important;
}
.t100{
	top: 1rem !important;
}
.t110{
	top: 1.1rem !important;
}
.t120{
	top: 1.2rem !important;
}
.t130{
	top: 1.3rem !important;
}
.t140{
	top: 1.4rem !important;
}
.t150{
	top: 1.5rem !important;
}
.t160{
	top: 1.6rem !important;
}
.t170{
	top: 1.7rem !important;
}
.t180{
	top: 1.8rem !important;
}
.t190{
	top: 1.9rem !important;
}
.t200{
	top: 2rem !important;
}
.t210{
	top: 2.1rem !important;
}
.t220{
	top: 2.2rem !important;
}
.t230{
	top: 2.3rem !important;
}
.t240{
	top: 2.4rem !important;
}
.t250{
	top: 2.5rem !important;
}
.t260{
	top: 2.6rem !important;
}
.t270{
	top: 2.7rem !important;
}
.t280{
	top: 2.8rem !important;
}
.t290{
	top: 2.9rem !important;
}
.t300{
	top: 3rem !important;
}
.t350{
	top: 3.5rem !important;
}
.t400{
	top: 4rem !important;
}


.b10{
	bottom: 0.1rem !important;
}
.b30{
	bottom: 0.3rem !important;
}
.b40{
	bottom: 0.4rem !important;
}
.b50{
	bottom: 0.5rem !important;
}
.b60{
	bottom: 0.6rem !important;
}
.b70{
	bottom: 0.7rem !important;
}
.b80{
	bottom: 0.8rem !important;
}
.b90{
	bottom: 0.9rem !important;
}
.b100{
	bottom: 1rem !important;
}
.b110{
	bottom: 1.1rem !important;
}
.b120{
	bottom: 1.2rem !important;
}
.b130{
	bottom: 1.3rem !important;
}
.b140{
	bottom: 1.4rem !important;
}
.b150{
	bottom: 1.5rem !important;
}
.b160{
	bottom: 1.6rem !important;
}
.b170{
	bottom: 1.7rem !important;
}
.b180{
	bottom: 1.8rem !important;
}
.b190{
	bottom: 1.9rem !important;
}
.b200{
	bottom: 2rem !important;
}
.b250{
	bottom: 2.5rem !important;
}
.b300{
	bottom: 3rem !important;
}

.r30{
	right: 0.3rem !important;
}
.r40{
	right: 0.4rem !important;
}
.r50{
	right: 0.5rem !important;
}
.r60{
	right: 0.6rem !important;
}
.r70{
	right: 0.7rem !important;
}
.r80{
	right: 0.8rem !important;
}
.r90{
	right: 0.9rem !important;
}
.r100{
	right: 1rem !important;
}
.r110{
	right: 1.1rem !important;
}
.r120{
	right: 1.2rem !important;
}
.r130{
	right: 1.3rem !important;
}
.r140{
	right: 1.4rem !important;
}
.r150{
	right: 1.5rem !important;
}
.r160{
	right: 1.6rem !important;
}
.r170{
	right: 1.7rem !important;
}
.r180{
	right: 1.8rem !important;
}
.r190{
	right: 1.9rem !important;
}
.r200{
	right: 2rem !important;
}


.l30{
	left: 0.3rem !important;
}
.l40{
	left: 0.4rem !important;
}
.l50{
	left: 0.5rem !important;
}
.l60{
	left: 0.6rem !important;
}
.l70{
	left: 0.7rem !important;
}
.l80{
	left: 0.8rem !important;
}
.l90{
	left: 0.9rem !important;
}
.l100{
	left: 1rem !important;
}
.l110{
	left: 1.1rem !important;
}
.l120{
	left: 1.2rem !important;
}
.l130{
	left: 1.3rem !important;
}
.l140{
	left: 1.4rem !important;
}
.l150{
	left: 1.5rem !important;
}
.l160{
	left: 1.6rem !important;
}
.l170{
	left: 1.7rem !important;
}
.l180{
	left: 1.8rem !important;
}
.l190{
	left: 1.9rem !important;
}
.l200{
	left: 2rem !important;
}
.l220{
	left: 2.2rem !important;
}
.l250{
	left: 2.5rem !important;
}
.l260{
	left: 2.6rem !important;
}
.l270{
	left: 2.7rem !important;
}
.l280{
	left: 2.8rem !important;
}
