@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: 'PingFang Light';  
   src: url('../css/font/PingFang Light.ttf') format('truetype'),
   url('../css/font/PingFang Light.eot?#font-spider') format('embedded-opentype'), 
   url('../css/font/PingFang Light.woff') format('woff'),
   url('..//css/font/PingFang Light.svg') format('svg');
}

@font-face {
   font-family: 'PingFang Medium';   
   src: url('../css/font/PingFang Medium.ttf') format('truetype'),
   url('../css/font/PingFang Medium.eot?#font-spider') format('embedded-opentype'), 
   url('../css/font/PingFang Medium.woff') format('woff'),
   url('../css/font/PingFang Medium.svg') format('svg');
}

@font-face {
   font-family: 'PingFang Regular';  
   src: url('../css/font/PingFang Regular.ttf') format('truetype'),
   url('../css/font/PingFang Regular.eot?#font-spider') format('embedded-opentype'), 
   url('../css/font/PingFang Regular.woff') format('woff'),
   url('../css/font/PingFang Regular.svg') format('svg');
}

* {
	margin: 0;
	padding: 0;
}

em, i {
	font-style: normal;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	-ms-tap-highlight-color: rgba(0,0,0,);
	-o-tap-highlight-color: rgba(0,0,0,);
	-moz-tap-highlight-color: rgba(0,0,0,);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
/*a标签去掉点击时候的焦点框*/
}

body {
	font-family: "microsoft yahei", "Hiragino Sans GB", "Tahoma",  "simsun",sans-serif;
	margin-bottom: 45px;
}
html{
	/* font-size:12px; */
	font-size:75%;
    letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width:300px) and (max-width:360px) and (orientation:portrait) {
    html { 
		font-size:10px;
		/* font-size:62.5%; */
    }
}
@media screen and (min-width:370px) and (max-width:429px) and (orientation:portrait) {
    html { 
		font-size:12px;
		/* font-size:75%; */
    }
}
@media screen and (min-width:430px) and (max-width:489px) and (orientation:portrait){
    html { 
    	font-size: 14px; 
    }
}
@media screen and (min-width:490px) and (max-width:620px) and (orientation:portrait){
    html { 
    	font-size: 16px; 
    }
}
@media screen and (min-width:630px) and (max-width:730px) and (orientation:portrait){
    html { 
    	font-size: 18px; 
    }
} 
.main {
	width: 100%;
	position: relative;
	z-index: 222;
}
/*top pos*/
.cur_pos {
	width: calc(100% - 2rem);
    height: 3.8rem;
	position: relative;
	font-family: 'Microsoft YaHei';
    position: relative;
    padding: 0 1rem;
}

.cur_pos .title {
	line-height: 3.8rem;
	font-size: 1.17rem;
	color: #888888;
	font-weight: normal;
}

.cur_pos .img_link {
	float: left;
	width: 8.3rem;
	height: 3.8rem;
}

.cur_pos .img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 14px;
}

.cur_pos .con {
	float: left;
	height: 3.8rem;
	font-size: 14px;
	font-weight: 500;
}

.cur_pos .line {
	float: left;
	height: 30px;
	color: #cccccc;
	padding: 0 8px 0 10px;
}

.cur_pos .return_btn {
	position: absolute;
	top: 16px;
	left: 10px;
	float: left;
	font-size: 14px;
	color: #0bb55e;
	background: url(../images/return_icon.png) 0px 0px no-repeat;
	background-size: 9px 16px;
	-webkit-background-size: 9px 16px;
	-o-background-size: 9px 16px;
	-ms-background-size: 9px 16px;
	-moz-background-size: 9px 16px;
	padding-left: 14px;
	text-indent: -9999px;
}

.cur_pos .home_btn {
	float: left;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 19px;
	height: 17px;
	background: url(../images/home_bg.png) 0px 0px no-repeat;
	background-size: 19px 17px;
	-webkit-background-size: 19px 17px;
}

.cur_pos .sy_menu, .sy_title .sy_menu {
	float: right;
    margin: 17px 0 0 0;
    width: 1.5rem;
    height: 1.17rem;
    background: url(../images/menu_icon1.png) no-repeat;
    background-size: 100%;
    font-size:0;
}
.cur_pos .sy_res{
	float:right; 
	margin:13px 14px 0 0; 
	width:4.6rem; 
	height:2rem; 
	font-size:12px; 
	color:#FFF; 
	text-align:center; 
	line-height:2rem; 
	border-radius:5px; 
	background:#01af80;
}
/*定位的咨询条*/
.ask_bar, .pub_ask_bar {
	width: 100%;
	height: 45px;
	position: fixed;
	left: 0;
	bottom: 0;
	opacity: 0.9;
	z-index: 99999;
}

.ask_bar .tel_bar, .ask_bar .online_bar, .pub_ask_bar .tel_bar, .pub_ask_bar .online_bar {
	width: 50%;
	background: #16b7e6;
	float: left;
	display: box;
	display: -webkit-box;
	-webkit-box-pack: center;
	height: 28px;
	padding: 9px 0;
}

.pub_ask_bar .tel_bar, .pub_ask_bar .online_bar {
	width: 42%;
}

.pub_ask_bar .wx {
	width: 16%;
	float: left;
	background: #3eb034;
	height: 46px;
	text-align: center;
}

.pub_ask_bar .wx img {
	width: 38px;
	height: 30px;
	margin-top: 8px;
}

.ask_bar .online_bar {
	background: #269e6c;
}

.pub_ask_bar .online_bar {
	background: #6571ea;
}

.tel_bar .con {
	display: inline-block;
	font-size: 15px;
	color: #FFF;
	font-style: italic;
	height: 28px;
	line-height: 28px;
	background: url(../images/tel_icon.png) left top no-repeat;
	background-size: 28px 28px;
	-wbkit-background-size: 28px 28px;
	padding-left: 34px;
}

.online_bar .con {
	display: inline-block;
	font-size: 15px;
	color: #FFF;
	padding-left: 32px;
	height: 28px;
	line-height: 28px;
	background: url(../images/online_icon.png) left top no-repeat;
	background-size: 26px 28px;
	-webkit-background-size: 26px 28px;
}
/*产品菜单*/
.menuwrap {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.menuwrap .mask {
	width: 100%;
	height: 100%;
	background: url(../images/menuBg.jpg) 50% 0 no-repeat;
    background-size: 100% 100%;
	/* opacity: 0.95; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.menuwrap .menubox {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
	padding:1.3rem 1.4rem;
	width: calc(100% - 2.8rem); 
}

.menubox .title {
	overflow: hidden;
	font-weight: normal;
}

.menubox .title .link {
	width:100%;
	float: left;
	font-size:1rem;
	color:#fff;
	line-height: 3.3rem;
    /* font-family: 'PingFang Regular'; */
    opacity:0.6;
    letter-spacing:1.5px;
}
.menubox .title .menu_icon {
	width:1.4rem;
	height:1rem;
	float:left;
}
.menubox .title .closebtn {
	/* position: relative; */
	float: right;
	width: 1.3rem;
	/* height: 1.3rem; */
	overflow: hidden;
}
.menubox .title .menu_icon img, .menubox .title .closebtn img{
	width:100%;
}

/* .menubox .closebtn::before, .menubox .closebtn::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #FFF;
}

.menubox .closebtn::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.menubox .closebtn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
} */

.menubox .pro_title {
	width: 100%;
	height: 1px;
	position: relative;
	font-weight: normal;
	margin: 1.6rem 0;
}

.menubox .pro_title .line {
	width: 60%;
	border-bottom: #fff solid 1px;
	position: absolute;
	right: 0;
	top: 0;
    opacity: 0.3;
}

.menubox .pro_title .con {
	width: 40%;
	font-size: 1.58rem;
	color: #FFF;
	display: inline-block;
	position: absolute;
	left: 0;
	margin-top: -1rem;
	font-family:'pingfang Medium'
}

.menubox .pro_list {
	width: 100%;
	overflow: hidden;
}

.menubox .pro_list li {
	float: left;
	/* width: 23%;
	margin: 0 2% 11px 0; */
}

.menubox .pro_list .link {
	float: left;
    width: 5.5rem;
    margin-right: 1rem;
    height: 100%;
}

.menubox .pro_list img {
	width: 100%;
	overflow: hidden;
	float: left;
}

.menubox .linklist {
	width: 100%;
	overflow: hidden;
	padding-top: 17px;
    line-height: 2rem;
}

.menubox .linklist a {
    float: left;
    font-size: 1rem;
    color: #1c1734;
    line-height: 2rem;
    padding-right: 1.8rem;
    letter-spacing: 1.5px;
    /* font-family:'pingfang Medium'; */
}

.menubox .zcline {
	width: 100%;
	overflow: hidden;
	display: -webkit-flex;
    display:flex;
	-webkit-justify-content: center;
	justify-content:center;
}

.menubox .zcline .zcbtn {
	width: 11.75rem;
    height: 4.75rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.13rem;
    color: #FFF;
    background: url(../images/zcbtn.png) 50% 0 no-repeat;
    background-size: 100%;
    margin: 3rem 0 1.5rem 0;
    letter-spacing: 2.5px;
}

.menubox .zcline .line {
	border-left: #444444 solid 1px;
	float: left;
	height: 20px;
	margin: 4px 16px 0;
}

.menubox .zcline .telcon {
	width:1.7rem;
	height:1.7rem;
	font-size: 12px;
	color: #1C1833;
	background: url(../images/callicon.png) no-repeat;
	background-size:100%;
    float: left;
}
.menubox .zcline .tel_font{
	margin-left: 1rem;
	line-height:1.7rem;
    font-size: 1rem;
    color: #1C1833;
}

.menubox .footerlink {
	width: 100%;
	/* line-height: 24px;
	position: fixed;
	left: 5%;
	bottom: 22px;*/    
	margin-top: 1rem;
	float:left;
    display: flex;
    justify-content: center;
}

.menubox .footerlink a {
	float: left;
	line-height: 2rem;
	color: #BEBDC2;
	font-size: 1rem;
    padding-right: 1rem;
    letter-spacing: 1.3px;
}

.menubox .footerlink .relative {
	position: relative;
}

.menubox .footerlink .relative:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background: #00af84;
	border-radius: 6px;
	right: -7px;
	top: 2px;
}

.menubox .footerlink a.mr {
	margin-right: 0;
}
/*produce类页面分享和收藏模块*/
.commonshare {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.commonshare .shareimg {
	width: 100%;
	height: auto;
	float: left;
}

.commonshare .sharebtn {
	width: 86%;
	position: absolute;
	left: 50%;
	margin-left: -43%;
	top: 15%;
}

.commonshare .sharebtn .shareicon, .commonshare .sharebtn .scicon {
	float: left;
	width: 47%;
	height: 40px;
	border-radius: 6px;
	display: box;
	display: -webkit-box;
	-webkit-box-pack: center;
	border: #FFF solid 1px;
}

.commonshare .shareicon .icon, .commonshare .scicon .icon {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	height: 26px;
	line-height: 26px;
	background: url(../images/product/icon7.png) left top no-repeat;
	background-size: 26px 26px;
	padding-left: 34px;
	margin-top: 7px;
}

.commonshare .scicon .icon {
	background: url(../images/product/icon8.png) left top no-repeat;
	background-size: 26px 26px;
	padding-left: 36px;
}

.commonshare .sharebtn .scicon {
	float: right;
}
/*produce类,sms、im、audio、chuxingweishi二维码模块*/
.numbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.numbanner .numchat_top {
	position: absolute;
	line-height: 42px;
	width: 100%;
	text-align: center;
	top: 7%;
}/* 
.numbanner .numchat_top .chat_icon{float:left;width:26px;height:26px;padding-right:5px;
}
.numbanner .numchat_top .chat_icon img{width:26px;height:26px;
} */
.numbanner .numchat_top .chat_tit {
	display: inline-block;
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	background: url(../images/product/icon5.png) left top no-repeat;
	background-size: 26px 26px;
	padding-left: 36px;
}

.numbanner .numchat_bot {
	position: absolute;
	bottom: 6%;
	width: 100%;
	color: #ccefe5;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

.numguard .numbanner .numchat_bot .red {
	color: #F2A141;
	padding: 0 3px;
}

.numbanner img {
	width: 100%;
	height: auto;
	float: left;
}
/*首页，通话页面，产品切换样式*/
.main .solutionwrap {
	width: 100%;
	overflow: hidden;
}

.solutionwrap .title {
	width: 100%;
	text-align: center;
	line-height: 48px;
	padding-top: 28px;
	font-size: 24px;
	color: #132f41;
	font-weight: normal;
}

.solutionbox {
	width: 100%;
	overflow: hidden;
	padding: 28px 0;
	background: #ebeff1;
}

.solutionbox .line {
	width: 83%;
	margin: 0 auto 26px;
	border-bottom: #888888 dotted 2px;
}

.solutionbox .tabwrap {
	width: 83%;
	margin: 0 auto;
	overflow: hidden;
}

.tabwrap .linklist {
	width: 86px;
	float: left;
	border-right: #aab5bc solid 1px;
}

.tabwrap .linklist .btn {
	float: left;
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: #132f41 solid 1px;
	font-size: 14px;
	color: #132f41;
	margin-bottom: 21px;
	position: relative;
}

.linklist .btn:last-child {
	margin-bottom: 0;
}

.tabwrap .linklist .icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #132f41;
	border-bottom: 6px solid transparent;
	position: absolute;
	right: -8px;
	top: 7px;
	display: none;
}

.tabwrap .linklist .active {
	background: #132f41;
	color: #FFF;
}

.linklist .active .icon {
	display: block;
}

.tabwrap .commoncon {
	float: left;
	width: 62%;
	margin-left: 12px;
}

.tabwrap .commoncon .imgbox {
	width: 100%;
	overflow: hidden;
}

.tabwrap .imgbox img {
	width: 100%;
	float: left;
	height: auto;
}

.commoncon .stitle {
	font-size: 18px;
	color: #555555;
	font-weight: normal;
	line-height: 38px;
	padding-top: 8px;
}

.commoncon .content {
	width: 100%;
	overflow: hidden;
	display: none;
}

.commoncon .content:first-child {
	display: block;
}

.commoncon .content .con {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	padding-bottom: 10px;
}

.tabwrap .commonbtn {
	display: block;
	width: 144px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	background: #01af80;
	border-radius: 4px;
	border-bottom: #017254 solid 2px;
}

/*图形验证码*/
.pop_code {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.pop_code .mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.95;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.pop_code .codebox {
	width: 90%;
	height: 100%;
	position: fixed;
	left: 5%;
	top: 0;
	z-index: 99999;
}

.pop_code .title {
	line-height: 24px;
	overflow: hidden;
	padding-top: 24px;
	font-weight: normal;
	font-size: 14px;
}

.pop_code .title .closebtn {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.codebox .closebtn::before, .codebox .closebtn::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #FFF;
}

.codebox .closebtn::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.codebox .closebtn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.code_cont {
	width: 90%;
	height: 115px;
	top: 50%;
	margin-top: -157px;
	padding: 55px 3% 45px 5%;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.code_cont .code_int {
	width: 67%;
	height: 34px;
	float: left;
	border-bottom: 1px solid #cccccc;
}

.code_cont .code_int .label {
	float: left;
	height: 34px;
	line-height: 34px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: '微软雅黑';
}

.code_cont .code_int .line {
	float: left;
	height: 20px;
	width: 1px;
	background: #ccc;
	margin: 7px 6px;
}

.code_cont .code_int .txt {
	float: left;
	width: 73px;
	height: 34px;
	line-height: 34px;
	color: #333333;
	background: none;
	border: none;
	outline: none;
	font-size: 12px;
}

.code_cont .code_int .icon {
	display: block;
	width: 8px;
	height: 10px;
	background: url(../images/pop_code.png) left top no-repeat;
	float: right;
	margin-top: 24px;
}

.code_cont .code_img {
	float: left;
	width: 32%;
	margin-left: 1%;
}

.code_cont .code_img img {
	width: 100%;
	height: 40px;
	margin-top: -5px;
}

.code_cont .code_error {
	color: #ff2b2b;
	width: 100%;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: right;
	font-size: 12px;
}

.code_cont .code_error .font_error {
	display: none;
}

.code_cont .code_btn {
	cursor: pointer;
	color: #f2f2f2;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	background: #aaaaaa;
	border: none;
	outline: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

.code_cont .code_btn_a {
	background: #20a56e;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}


/*6*/
@media (min-device-width : 330px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2) {
	/* .menubox .title .closebtn {
		width: 22px;
		height: 22px;
	}

	.menubox .closebtn::after {
		margin-top: -2px;
	} */

	/* .menubox .pro_title .con {
		font-size: 18px;
	} */

	.commonshare .sharebtn {
		top: 19%;
	}

	.tabwrap .linklist {
		width: 94px;
	}

	.tabwrap .commoncon {
		margin-left: 20px;
	}

	.commoncon .content .con {
		padding-bottom: 4px;
	}

	.pop_code .title .closebtn {
		width: 22px;
		height: 22px;
	}

	.codebox .closebtn::after {
		margin-top: -2px;
	}
}

/*6+*/
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
 
	.commonshare .sharebtn {
		top: 20%;
	}

	.tabwrap .commoncon {
		width: 66%;
	}

	.commoncon .content .con {
		width: 99%;
	}

	/* .menubox .closebtn::after {
		margin-top: -2px;
	} */

	.codebox .closebtn::after {
		margin-top: -2px;
	}
}


/*悬浮qq咨询*/
.company_contact {
	position: fixed;
	z-index: 223;
	top: 53%;
	right: -188px;
	display: none;
}

.qqshow {
	position: fixed;
	z-index: 223;
	top: 53%;
	right: 0;
	width: 20%;
}

.qqshow img {
	width: 100%;
}

.company_contact ul li img {
	float: left;
	width: 100%;
}

ul {
	width: 100%;
}

ul li {
	float: left;
}

.online_bar_qq {
	width: 20%;
}

.product_phone {
	width: 20%;
}

.product_jiantou {
	width: 10.8%;
}
/*  产品页公共头部*/
.numguard .banner82 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #fff;
}

.numguard .smsbg {
	background: url(../images/product/duanxin_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .shipinbg {
	background: url(../images/product/shipin-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .imbg {
	background: url(../images/product/im-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .yuyintongzhibg {
	background: url(../images/product/yuyintongzhi_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .hmwsbg {
	background: url(../images/product/hmws-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .hmzybg {
	background: url(../images/product/hmzy-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .liuliangbg {
	background: url(../images/product/liuliang-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .caiyingbg {
	background: url(../images/product/caiying_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .hurubg {
	background: url(../images/product/huru-4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .yuyinyanzhengmabg {
	background: url(../images/product/yuyinyanzhengma_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .mofangbg {
	background: url(../images/product/mofang_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .yuncenterbg {
	background: url(../images/product/yuncenter_4.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.numguard .banner82 img {
	width: 82%;
	height: auto;
	top: 6.5%;
	position: relative;
}

.numguard .banner82 img.top5 {
	margin-top: 3.5%;
}

.numguard .banner82 .numhref {
	width: 10%;
	position: absolute;
	margin-left: 45%;
	bottom: 8.8%;
	display: block;
}

.numguard .sharephone {
	width: 10.8%;
	position: absolute;
	right: 2.2%;
	top: 5.3%;
	display: block;
}

.render_top {
	padding-left: 17px;
	padding-right: 17px;
	margin-top: -18px;
	position:relative;
	z-index:500;
	top:0;
    width: 93%;
}



/* 20180416 SEO */
.num_titbg img {
	position: relative;
}

.num_font {
	position: absolute;
	z-index: 100;
	padding-left: 25%;
}

.num_font .num_font_a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #112F41;
}

.num_font .num_font_b {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #132E3F;
}

.numimg {
	list-style: none;
}

.numimg .numimg_a {
	width: 32%;
	height: 33px;
}

.numimg .numimg_b {
	width: 32%;
	height: 33px;
}

.numimg .numimg_c {
	width: 30%;
	height: 33px;
}

.numimg li {
	float: left;
}

.pro_cont{
	padding:2.5rem 1.8rem 7rem 1.8rem;
	background:#fff;
	border-radius:5px;
	margin-top:2rem;
}



