body {
	/*background-image: url('images/product-install-bg.jpg?v=202201271458');*/
	background-color: #e4e4e4;
}

.product {
	text-align: center;
}

.product_img.bpm {
	display: inline-block;
}

.product_install {
	position: absolute;
	width: 480px;
	height: 480px;
	background: #FFF;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 28px 0px 39px 0px;
}

.product_com {
	position: absolute;
	top: 5%;
	width: 100%;
	line-height: 16px;
	text-align: center;
	font-size: 15px;
	color: #000000;
	padding-bottom: 30px;
}

.product_install>.product>div {
	/*display: inline-block;*/
}

.product_install>.more_infomation>a:link, .product_install>.more_infomation>a:visited,
	.product_install>.more_infomation>a:hover {
	color: #9b9b9b;
}

.product_install>.more_infomation {
	text-align: center;
	padding-top: 30px;
}

.product_install>.more_infomation>a {
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	text-decoration: none;
	cursor: pointer;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #9b9b9b;
}

.product_install>.product>.product_msg>button {
	background-image:url('http://p.qpic.cn/qqmail_pic/1573726544/a6a02eaed6371fb0d8b214391f4d4b3f5ac0d5d7e0811554/0');
	/*background-image:url('http://p.qpic.cn/qqmail_pic/1573726544/a6a02eaed6371fb0d8b214391f4d4b3f5ac0d5d7e0811554/0');*/
	background-repeat: no-repeat;
	background-size: 151px;
	width: 151px;
	height: 30px;
	border: none;
	/*
	width: 151px;
	height: 34px;
	border-radius: 31px;
	background: rgb(246, 189, 11);
	border: none;
	margin: 0 0 5px 0;
	*/
}

.product_install>.product>.product_msg>button>.action_name {
	display:inline-block;
	line-height: 34px;
	text-align: left;
	font-size: 14px;
	height: 34px;
	color: #ffffff;
}

.product_install>.product>.product_msg>button>.action_icon {
	line-height: 14px;
	text-align: left;
	font-size: 23px;
	color: #ffffff;
	position: relative;
	top: 4px;
}

.product_install>.product>.product_msg>p.desc {
	line-height: 16px;
	font-size: 15px;
	color: #262626;
	padding-bottom: 15px;
}

.product_install>.product>.product_msg>p.product_name {
	padding-bottom: 5px;
	padding-top: 0px;
}

.product_install>.product>.product_msg>p.product_name>span:first-child {
	line-height: 34px;
	font-size: 24px;
	color: #000000;
}

.product_install>.product>.product_msg>p.product_name>span:last-child {
	line-height: 15px;
	font-size: 14px;
	color: #9b9b9b;
	padding-left: 5px;
}

.product_install>.product>.product_msg {
	/*padding-left: 20px;*/
}

.product_img {
	width: 150px;
	height: 150px;
}
.product_img>div {
	background-position: 300px -615px;
}

.product_img.bpm>div {
	background-image: url('images/logo.jpg?v=202201271458');
	background-size: 100% 100%; 
	background-position: 0 0;
}

.product_img.moving>div {
	background-position: -30px -615px;
}

.product_img.teams>div {
	background-position: -666px -615px;
}

.product_img.hr>div {
	background-position: -1305px -615px;
}

.product_img.news>div {
	background-position: -989px -615px;
}

.product_img.client>div {
	background-position: -348px -615px;
}

.product_img>div {
	width: 300px;
	height: 300px;
	transform: scale(0.5) translate(-50%, -50%);
	-ms-transform: scale(0.5) translate(-50%, -50%);
	-moz-transform: scale(0.5) translate(-50%, -50%);
	-webkit-transform: scale(0.5) translate(-50%, -50%);
	-o-transform: scale(0.5) translate(-50%, -50%);
}

.agreement {
	line-height: 20px;
	font-size: 11px;
	color: #9b9b9b;
	padding: 0 0 0 30px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.agreement>span {
	display: inline-block;
	width: 28px;
	height: 28px;
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: -5px
}

.agreement>span.icon {
	background-position: -392px -492px;
}

.agreement>span.icon.checked {
	background-position: -392px -520px;
}

.register {
	position: relative;
	margin-top: 88px;
	padding-top: 30px;
	text-align: center;
}

.register-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	border-top: 1px solid #cecece;
}

.register-line {
	color: #cecece;
	margin-bottom: 15px;
}

.register-line span {
	position: absolute;
	top: 0;
	left: 150px;
	background-color: #ffffff;
	display: inline-block;
	width: 180px;
}