/*************************common css***************************/
/*@font-face {
  font-family: 'Microsoft Yahei';
  src: url('../font/MSYH.TTC');
}*/
body{
	min-width: 320px;
	/*font-family: 'Microsoft Yahei';*/
	font-size: 16px;
	color:#666666;
	overflow-x: hidden;
	background: #ffffff;
}
img{
	max-width: 100%;
	max-height: 100%;
}
hr{
	background: none;
	border-bottom: 3px dotted #bfbfbf;
}
a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.title-M{
	font-size: 18px;
	color: #282828;
	font-weight: 600;
}
.title-L{
	font-size: 24px;
	color: #282828;
	font-weight: bold;
}
.t-orange{
	color: #ee7526;
}
.t-blue{
	color: #0099dd;
}
.t-green{
	color: #17b07a;
}
.layui-btn-danger{
	background: #ee7526;
}
.layui-btn-danger a{
	height: 38px;
	color: #ffffff;
}
.layui-btn-normal{
	background: #0099dd;
}
.t-center{
	text-align: center;
}
.t-blue .title-L{
	color: #0099dd
}
.bluebar{
	text-align: center;
	padding: 40px 10px 0;
	background: #0099dd;
}
.layui-bg-blue{
	background: #0099dd;
}

/*************iconfont*************/
@font-face {
  font-family: 'yopoint';
  src: url('../font/yopoint.eot');
  src: url('../font/yopoint.eot?#iefix') format('embedded-opentype'),
  url('../font/yopoint.woff') format('woff'),
  url('../font/yopoint.ttf') format('truetype'),
  url('../font/yopoint.svg#iconfont') format('svg');
}
.icon-yp{
  font-family:"yopoint" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*************header***************/
#header{
	position: relative;
	top: 0;
	width: 100%;
	z-index: 150;
}
.header{
	box-sizing: border-box;
	padding: 10px 0;
}
.wrap{
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
}

/*logo*/
.logobox{
	float: left;
	display: inline-block;
	height: 40px;
}

/*導航*/
.topnav{
	float: left;
	color: #666666;
	background: none;
}
.layui-nav{
	padding: 0 10px;
	margin-right: 10px;
}
.layui-nav .layui-nav-item{
	line-height: 40px;
	margin: 0 10px;
}
.layui-nav .layui-nav-item a{
	height:40px;
	color: #282828;
	padding: 0 5px;
}
.layui-nav .layui-nav-more{
	top: 18px;
	right: -10px;
	border-color: #bfbfbf transparent transparent;
}
.layui-nav .layui-nav-mored{
	top: 12px;
	border-color: transparent transparent #bfbfbf;
}
.layui-nav-child{
	top: 46px;
}

/*導航选中的项目*/
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this>a{
	color: #0099dd;/*蓝色字*/
}
.layui-nav-bar,
.layui-form-select dl dd.layui-this {
	background-color: #0099dd;/*蓝色背景*/
}
.layui-nav .layui-this:after{
	background-color: #0099dd;/*蓝色背景*/
}
/*二级菜单项*/
.layui-nav-child{
	overflow-x: hidden;
}
.layui-nav .layui-nav-child a{
	padding: 0 20px;
}

/*用户*/
.header .layui-btn{
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 5px 2px;
	padding: 0 10px;
}

/*语言*/
.languagebox{
	float: right;
	line-height: 30px;
}
.layui-form-label{
	width: auto;
	text-align: right;
	padding: 9px 4px;
}
.layui-input-block{
	float: left;
	margin-left: 0;
}
.languagebox .layui-unselect{
	width: 106px;
}
.layui-form-select .layui-input{
	padding-right: 16px;
}

/*header-mini*/
.header-mini{
	display: none;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 10px 0;
}
.header-mini .logobox img{
    position:absolute;
  	clip:rect(0px,42px,40px,0px);
}
.header-mini .topnav{
	float: right;
}
.header-mini .layui-nav-item i{
	font-size: 30px;
	color: #808080;
}
.header-mini .layui-nav-item i:active{
	color: #0099dd;
}
.header-mini .layui-input-block{
	margin-left: 0;
}
/*媒體查詢*/
@media screen and (max-width: 960px) {
	.header,
	#layui-layer1{
		display: none;
	}
	.header-mini{
		display: block;
	}
}

/*************footer***************/
.footer{
	min-height: 240px;
	color: #ffffff;
	background: #393D49;
}
.footer .title-M,
.footer a{
	height:36px;
	color: #ffffff;
	line-height: 36px;
}
.footer a:hover{
	color: #0099dd;
}

/*sns*/
.snsbox a{
	width: auto;
	color: #636a80;
	font-size: 40px;
	margin: 12px 0;
	overflow: hidden;
	border-radius: 10px;
}

/*二維碼*/
.codebox{
	display: inline-block;
	width: 80%;
	max-width: 160px;
	padding: 8px;
	margin-top: 10px;
	background: #ffffff;
	border-radius: 10px;
}
.codebox a{
	height:auto;
}

/*************footer***************/
.copyrightbox{
	line-height: 20px;
	text-align: center;
	color: #808080;
	padding: 8px 0;
	font-size: 14px;
	background: #282828;
}
.copyrightbox{
	line-height: 20px;
	text-align: center;
	color: #808080;
	padding: 8px 0;
	font-size: 14px;
	background: #282828;
}
.copyrightbox span{
	display: inline-block;
}
.copyrightbox a{
	width: auto;
	height: 20px;
	color: #d9d9d9;
}
/*************sidebar***************/
/*右側固定块调整*/
.layui-fixbar{
	right: 10px;
	bottom: 340px;
}
.layui-fixbar li{
	margin-bottom: 4px;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
	border: 1px solid transparent;
}
.layui-fixbar li a{
	line-height: 50px;
	color: #ffffff;
	font-size: 30px;
}
.layui-fixbar li:hover{
	background: rgba(255,255,255,1);
	border: 1px solid #bfbfbf;
}
.layui-fixbar li:hover a{
	color: #404040;
}
#backtop{
	display: none;
	background: rgba(0,0,0,0.8);
}
#backtop:hover a{
	color: #808080;
}

/*右側弹出层整理*/
.sidecontent{
	display: none;
}
.layui-layer-tips .layui-layer-content{
	color: #808080;
	font-size: 14px;
	padding: 20px 0 20px 30px;
	margin-right: -10px;
	background: #ffffff;
	border-radius: 10px;
}
.layui-layer-tips .layui-layer-content .layui-col-xs6{
	float: none;
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	padding: 0 10px 10px;
}
.layui-layer-tips .layui-layer-content p{
	color: #0099dd;
	white-space: nowrap;
}
.layui-layer-tips .layui-layer-content big{
	color: #ee7526;
}
.layui-layer-tips .layui-layer-content img{
	min-height: 80px;
	max-height: 120px;
	margin-top: 10px;
}
.layui-layer-tips i.layui-layer-TipsL{
	border-bottom-color: #ffffff;
}
/*媒體查詢*/
@media screen and (max-width: 960px) {
	#sidebar{
		display: none;
	}
}

/************************index 首頁***********************/
/*輪播*/
#imgbox a{
	cursor: default;
}
.layui-carousel>[carousel-item]{
	overflow: visible;
}
.layui-carousel>[carousel-item]>*{
	height: auto;
}
.layui-carousel-ind{
	margin-top: -20px;
	top: auto;
	bottom: 10px;
}

/*標題欄*/
.titlebox{
	text-align: center;
	padding: 20px;
}
.titlebox p{
	font-size: 18px;
	line-height: 24px;
}

/*圖文列表*/
.resersebox .layui-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.resersebox .layui-row:nth-child(odd){
	flex-direction: row-reverse;
}
.resersebox .layui-row div{
	padding: 20px 40px;
}


/*圖標陣*/
.icontable{
	font-size: 18px;
	text-align: center;
}
.icontable span{
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.icontable .icon-yp{
	font-size: 100px;
	color: #32a2f9;
}
.icontable small{
	display: inline-block;
	max-width: 340px;
	
}

/*服務*/
.servicebox{
	min-height: 300px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background: url(../img/bg_service.png) no-repeat center top;
}
.servicebox .title-L{
	color: #ffffff;
}
.servicebox span{
	height: 220px;
	margin-bottom: 20px;
}
.servicebox .icon-yp{
	font-size: 120px;
	margin-bottom: 10px;
}

/*合作商户*/
.fivebox{
	text-align: center;
	font-size: 0;
}
.fivebox span{
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	min-width: 180px;
	height: 180px;
}

/*成功案例*/
.contentbox{
	padding: 20px;
	line-height: 36px;
	font-size: 20px;
}
.contentbox-en{
	padding: 20px;
	line-height: 26px;
	font-size: 18px;
	word-break: break-all;
}
.contentbox big,
.contentbox-en big{
	font-weight: bold;
	line-height: 40px;
}

/**********************login 登錄*********************/
.loginbar{
	position: absolute;
	top: 60px;
	bottom: 46px;
	width: 100%;
	overflow: hidden;
	background: #0099dd;
}
.loginbar+.copyrightbox{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.loginbar .wrap{
	height: 100%;
	padding: 40px 20px 0;
	box-sizing: border-box;
	text-align: right;
	background: url(../img/img_login.png) no-repeat bottom left;
}

/*登錄表單*/
.loginbox{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	padding: 24px 20px 10px;
	text-align: left;
	background: #ffffff;
	border-radius: 5px;
}
.loginbox .title-L{
	color: #0099dd;
}
.loginbox input{
	height: 50px;
}
.loginbox span{
	line-height: 30px;
}
.loginbox a{
	width: auto;
	height: 30px;
}
.loginbox .layui-form-item i{
	float: left;
	line-height: 50px;
	margin-bottom: -50px;
	padding: 0 10px;
	color: #bfbfbf;
	font-size: 26px;
}
.loginbox .layui-form-item input{
	padding-left: 40px;
}

/*記住賬號*/
.loginbox .layui-form-checkbox{
	height: 40px;
	line-height: 36px;
}
.loginbox .layui-form-checkbox{
	background: #f2f2f2;
}
.loginbox .layui-form-checkbox span{
	line-height: 36px;
	color: #808080;
	background: none;
}
.loginbox .layui-form-checkbox i{
	line-height: 36px;
	font-size: 20px;
	padding: 0;
}
.loginbox .layui-form-checked{
	border-color: #ee7526;
}
.loginbox .layui-form-checked span{
	color: #ffffff;
	background-color: #ee7526;
}
.loginbox .layui-form-checked i{
	color: #ee7526;
	background: #ffffff;
}
/*登錄按鈕*/
.loginbox .layui-btn{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0099dd;
}

/**********************help 帮助中心*********************/
.pagebox{
	border-top: 2px solid #0099dd;
	padding: 30px 20px;
	font-size: 14px;
}
.pagebox .wrap{
	padding: 20px 30px;
	background: #ffffff;
}
.layui-elem-quote{
	border-left: 8px solid #0099dd;
	border-bottom: 1px solid #0099dd;
	border-radius: 0 20px;
}
.pagebox legend,
.pagebox b{
	font-size: 16px;
}
.bdsharebuttonbox a{
	width: auto;
}

/**********************video 介绍视频*********************/
.ceiling{
	height: 40px;
	background: linear-gradient(#dddddd,#ededed);
}
.wall{
	text-align: center;
	background: radial-gradient(#0099dd 40%,#0086bf 100%);
}
.lights{
	width: 70%;
	margin-top: -2%;
}
.wall .title-L{
	color: #ffffff;
}
.wall .titlebox{
	max-width: 700px;
	margin: -18% auto 2%;
	color: #ffffff;
}
.videobox{
	display: inline-block;
	width: 80%;
	margin-bottom: 6%;
	background: #ffffff;
	border: 10px solid #282828;
	border-radius: 5px;
	box-shadow: 0 6px 14px #282828;
}

/**********************software 核心產品*********************/
/*快捷菜單*/
#sidemenu{
	display: none;
}
.layui-layer-title{
	color: #ffffff;
	padding: 0;
	background: #ee7526;
}
.layui-layer-dialog{
	min-width: 100px;
	text-align: center;
}
.layui-layer-dialog .layui-layer-content{
	padding: 0;
}
.layui-layer-dialog .layui-layer-content li{
	padding: 0 20px;
	line-height: 40px;
	border-top: 1px dashed #d9d9d9;
}
.layui-layer-dialog .layui-layer-content li:first-child{
	border: none;
}
.layui-layer-dialog .layui-layer-content li a{
	height: 40px;
}

/*快捷菜单-關閉按鈕*/
#layer-left+.layui-layer-setwin{
	right: auto;
	left: -15px;
}
/*媒體查詢*/
@media screen and (max-width: 960px) {
	#layui-layer1{
		display: none;
	}
}

/*斑紋列表*/
.listbox img{
	max-width: 90%;
}
.listbox .wrap{
	padding: 30px 0;
}
.listbox .layui-row{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
}
.listbox .layui-bg-gray .layui-row{
	flex-direction: row;
}
.listbox .layui-btn-big{
	width: 30%;
	min-width: 180px;
}

/*软件特点*/
.soft-dl,
.soft-dl-en{
	padding-left: 56px;
	background: url(../img/icon_software.png) no-repeat center left;
	background-size: auto 100%;
}
.soft-dl-en{
	padding-left: 80px;
}
.soft-dl dt,
.soft-dl-en dt{
	font-weight: bold;
	margin-top: 16px;
	color: #282828;
}

.soft-txt{
	max-width: 360px;
	text-align: center;
	text-indent: 2em;
	margin: 0 auto;
}

/**********************hardware 智能硬件*********************/
/*硬件搭配*/
.hard-txt{
	display: inline-block;
	text-align: left;
	width: 70%;
}
.hard-ul{
	width: 100%;
	max-width: 400px;
	padding-top: 80px;
	font-size: 0;
	word-break: break-all;
	background: url(../img/icon_hardware.png) no-repeat left 8px;
	background-size: 100% auto;
}
.hard-ul li{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 20%;
	font-size: 16px;
	padding: 0 8px;
	text-align: center;
}

/**********************consult 購買咨詢*********************/
.consultbox{
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
}
.consult-title{
	text-align: left;
}
.consult-title .title-B{
	margin: 20px;
}
.consult-body{
	display: inline-block;
	text-align: left;
	padding: 20px 30px;
}
.consult-body .layui-form-item{
	white-space: normal;
}
.consult-body .layui-form-item label,
.consult-body .layui-form-item div{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
	
}
.consult-body .layui-form-item label{
	min-width: 120px;
	font-weight: bold;
}
.consult-body .layui-form-item .layui-input-block{
	width: 100%;
	max-width: 360px;
}
/*提示样式*/
.tip-css .layui-layer-content{
	padding: 10px;
	color: #ffffff;
	background: #282828;
	border: 2px solid #282828;
	box-shadow: 2px 2px 6px #bfbfbf;
}
.tip-css i.layui-layer-TipsT{
	position: absolute;
	left: 0;
	bottom: -8px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #282828;
}

/*弹窗样式*/
#layui-layer2{
	max-width: 600px;
	margin: 0 auto;
}
#layui-layer2 .layui-layer-content{
	-webkit-overflow-scrolling: touch; 
    /*overflow-y: auto;*/
}
@media screen and (min-width: 600px){
	#layui-layer2{
		max-height: 750px;
	}
}
/*关闭按钮*/
#layui-layer2 .layui-layer-setwin .layui-layer-close2{
	top: 0;
	right: 0;
}

/**********************aboutus 關於力達*********************/
/*下划线标题*/
.title-B{
	display: inline-block;
	color: #0099dd;
	font-size: 30px;
	line-height: 60px;
	margin: 50px 20px 10px;
	border-bottom: 4px solid #0099dd;
}

.about-ul{
	padding: 10px 20px;
}
.about-ul li{
	display: flex;
	margin-bottom: 20px;
}
.about-ul li big{
	flex: 0 0 80px;
	font-size: 26px;
	color: #ee7526;
	white-space: nowrap;
	/*padding-left: 20px;*/
	line-height: 40px;
}
.about-ul-en li big{
	flex: 0 0 180px;
}
.about-ul li span{
	padding: 6px 20px;
	word-break: break-word;
}
@media screen and (max-width: 800px){
	.about-ul li{
		flex-wrap: wrap;
	}
	.about-ul li big{
		flex: 0 0 100%;
	}
}

/*联系地址*/
.addressbox{
	padding: 10px 0;
}
.addressbox div{
	padding: 0 20px;
}
.addressbox ul{
	margin-bottom: 30px;
}
.addressbox big{
	display: inline-block;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	white-space: nowrap;
	background: url(../img/icon_location.png) no-repeat center left;
	background-size: auto 100%;
}
.addressbox b{
	line-height: 30px;
}

/**********************honor 榮譽獎章*********************/
.layui-timeline{
	padding: 20px 40px 40px;
}
/*默認時間軸位置*/
.layui-timeline-item{
	padding-bottom: 0;
}
.layui-timeline-item:before,
.layui-timeline-axis{
	top: 20px;
}
.layui-timeline-item:before{
	left: -1px;
}
.layui-timeline-axis{
	left: -6px;
	width: 12px;
	height: 12px;
	color: transparent;
	background: #0099dd;;
}

.layui-text{
	display: flex;
	align-items: flex-start;
	padding: 5px;
	text-align: left;
}
/*小三角*/
.layui-text span{
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 14px;
	border-style: solid;
	border-color: transparent #ee7526 transparent transparent;
	border-width: 6px 10px;
}
.layui-text h3{
	flex: 0 0 80px;
	display: inline-block;
	box-sizing: border-box;
	color: #ffffff;
	padding: 0 8px;
	line-height: 36px;
	font-size: 16px;
	white-space: nowrap;
	background: #ee7526;
	border-radius: 5px;
}
.layui-text p{
	display: inline-block;
	font-size: 16px;
	padding: 0 10px;
	white-space: normal;
}

/*時間軸媒體查詢*/
@media screen and (min-width: 800px) {
	.layui-timeline{
		padding: 60px 0 40px;
	}
	.layui-timeline-item:before{
		height: 80%;
	}
	
	/*時間軸對稱佈局*/
	.reserseline li{
		display: flex;
		flex-wrap: wrap;
		margin-top: -14px;
	}
	.reserseline li:nth-child(odd){
		flex-direction: row-reverse;
	}
	
	.reserseline li:nth-child(even) .layui-text{
		flex-direction: row-reverse;
		text-align: right;
	}
	/*小三角方向對稱*/
	.reserseline li:nth-child(even) .layui-text span{
		border-color: transparent transparent transparent #ee7526;
	}
	/*時間軸線對稱*/
	.reserseline li:nth-child(even) .layui-timeline-item:before{
		left: auto;
		right: -1px;
	}
	.reserseline li:nth-child(even) .layui-timeline-axis{
		left: auto;
		right: -6px;
	}
	
}

/**********************register 註冊開店*********************/
.register-box{
	text-align: center;
	padding: 40px 20px;
}
.register-box a{
	width: auto;
 height: 300px;
}
.register-btn{
	display: inline-block;
	width: 80%;
	max-width: 260px;
	color: #ffffff;
	padding: 16px;
	margin: 20px 0;
	background: #ee7526;
	border-radius: 5px;
}

/**********************download 下載*********************/
.layui-bg-red{
	padding-bottom: 60px;
	background-color: #ee7526!important;
}
.layui-bg-blue {
	padding-bottom: 60px;
	background-color: #00A9EF!important;
}
.downloadbox{
	text-align: center;
	color: #ffffff;
	padding: 50px 0 100px;
	background: url(../img/bg-download-yopoint.png) no-repeat bottom center;
	background-size: auto 80%;
}
.edownloadbox{
	text-align: center;
	color: #ffffff;
	padding: 50px 0 100px;
	background: url(../img/bg-download-ezg.png) no-repeat bottom center;
	background-size: auto 80%;
	display: block;
}

.download-title big{
	font-size: 26px;
	line-height: 60px;
}
.download-title b{
	font-size: 36px;
	line-height: 80px;
	white-space: nowrap;
}
.download-btn a{
	max-width: 240px;
 	height:80px;
	margin: 5px 10px;
}

/**********************function 特色功能*********************/
.iconbox{
	padding: 10px 20px;
	text-align: center;
}
.iconbox div{
	padding: 0 10px 20px;
}
.iconbox span{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 8px;
	font-size: 40px;
	line-height: 50px;
	color: #ee7526;
	margin-bottom: 8px;
	border: 4px solid #ee7526;
	border-radius: 40px;
}
.iconbox-en span{
	display: inline-block;
	width: 100px;
	height: 30px;
	padding: 10px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 30px;
}
.iconbox-txt{
	display: inline-block;
	word-break: break-word;
	height: 50px;
	max-width: 160px;
}
@media screen and (max-width: 420px){
	.iconbox-txt{
		height: 96px;
	}
}

/*功能点阵列*/
.pointbox{
	display: flex;
	padding: 10px 10px 40px;
	text-align: center;
	flex-direction: row-reverse;
}
.layui-bg-gray .pointbox{
	flex-direction: row;
}
.sidebox{
	flex: 0 0 190px;
}

.functionbox{
	height: 220px;
	box-sizing: border-box;
	padding: 10px 10px 20px;
	background: #f2f2f2;
}

.layui-bg-gray .functionbox{
	background: #ffffff;
}
.layui-bg-blue h3,
.layui-bg-blue .icontable .icon-yp{
	color: #ffffff;
}
.layui-bg-blue .icontable small{
	display: inline-block;
	height: 64px;
	padding: 0 12px;
}
.t-green .icontable .icon-yp{
	color: #70cd77;
}
.t-red .icontable .icon-yp{
	color: #ed1c24;
}

@media screen and (max-width: 900px){
	.sidebox{
		display: none;
	}
}

/**********************strategy 营销攻略*********************/
/***green***/
.step-green .point big,
.step-green .step-title{
	background: #98d633;
}
.step-green,
.step-green .step-body{
	border-color: #98d633;
}
.step-green .point span{
	border-right-color: #98d633;
}
			
/***blue***/
.step-blue .point big,
.step-blue .step-title{
	background: #33a0d6;
}
.step-blue,
.step-blue .step-body{
	border-color: #33a0d6;
}
.step-blue .point span{
	border-right-color: #33a0d6;
}
			
/***orange***/
.step-orange .point big,
.step-orange .step-title{
	background: #f2c73a;
}
.step-orange,
.step-orange .step-body{
	border-color: #f2c73a;
}
.step-orange .point span{
	border-right-color: #f2c73a;
}
			
/***purple***/
.step-purple .point big,
.step-purple .step-title{
	background: #7848d9;
}
.step-purple,
.step-purple .step-body{
	border-color: #7848d9;
}
.step-purple .point span{
	border-right-color: #7848d9;
}
			
/***red***/
.step-red .point big,
.step-red .step-title{
	background: #d74747;
}
.step-red,
.step-red .step-body{
	border-color: #d74747;
}
.step-red .point span{
	border-right-color: #d74747;
}

.top-title{
	display: inline-block;
	width: 40%;
	max-width: 400px;
	color: #ffffff;
	line-height: 40px;
	padding: 0 50px;
	font-size: 18px;
	background: url(../img/bg-header.png) no-repeat bottom center;
	background-size: 100% auto;
	border-bottom: 2px solid #fff;
}
.top-line{
	width: 60%;
	height: 20px;
	border-width: 4px 0 0 4px;
	border-style: solid;
	border-color: #9fa1a4;
	border-radius: 30px 0 0 0;
}

.stepbox{
	padding: 10px 0 10px 0px;
	border-width: 0 0 0 4px;
	border-style: solid;
}

.point{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: -15px;
	color: #ffffff;
}
.point big,
.point span{
	display: block;
	float: left;
}
.point big{
	width: 30px;
	text-align: center;
	border-radius: 15px;
}
.point span{
	width: 0;
	height: 0;
	margin: 10px 0;
    border-width: 8px 14px 8px 5px;
    border-style: solid;
    border-color: transparent #9fa1a4 transparent transparent;
}

.step-body{
	overflow: hidden;
	padding-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}
.step-title{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	color: #fff;
}
.step-content{
	padding: 10px;
	text-align: center;
}

.newsbox{
	padding: 10px;
	font-size: 14px;
}
.newsbox h4{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
.newsbox span{
	display: inline-block;
	max-width: 360px;
	text-align: left;
	height: 80px;
	color: #888;
}

.botbox{
	height: 100px;
	display: flex;
	align-items: center;
}
.bot-line{
	width: 30%;
	height: 47px;
	align-self: flex-start;
	border-width: 0 0 4px 4px;
	border-style: solid;
	border-color: #d74747;
	border-radius: 0 0 0 47px;
}
.target{
	flex: 0 0 130px;
	height: 100px;
	background: url(../img/bg-target.png) no-repeat left center;
}
.bot-title{
	display: inline-block;
	line-height: 24px;
	font-size: 20px;
	color: #d74747;
	font-weight: bold;
	padding: 0 10px;
}