* {
	-webkit-user-select: auto !important;
}

body {
	background: #fff;
	font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", "\5b8b\4f53";
	color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h2 {
	font-size: 34px;
	margin: 60px auto;
}

h3 {
	font-size: 26px;
}

.color3 {
	color: #fb6f18;
}

.container {
	width: 1200px;
	margin: auto;
}

.head-con {
	width: 1200px;
	margin: auto;
}

.hb-logo {
	display: inline-block;
	width: 160px;
	height: 25px;
	background: url("https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/logo.svg") no-repeat center;
}

.header {
	overflow: hidden;
	line-height: 18px;
	height: 44px;
	/* border-bottom: 1px solid #e1e5e9; */
}

.header ul {
	font-size: 12px;
	margin: 15px 0 0 -20px;
	padding: 0;
	color: #8d9095;
}

.header ul li {
	cursor: pointer;
	line-height: 18px;
	padding: 0 15px;
}

.header ul li:not(:last-child) {
	border-right: 1px solid #8d9095;
}

.header ul i {
	font-size: 16px;
}

.header .weixin-toggle,
.header .weibo {
	color: #8d9095;
}

.header .open .pop-modal {
	top: 0;
	bottom: 0;
	opacity: 1;
}

.header .pop-modal {
	transition: all 0.3s;
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: -500px;
	bottom: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.header .pop-modal img {
	margin-top: 45px;
}

.header .mui-pull-left a {
	display: inline-block;
}

.header .mui-pull-left a:hover {
	border-bottom: 1px solid #8d9095;
}

.header .mui-pull-right {
	/*display: none;*/
	color: #3f4042;
	font-size: 14px;
}

.header .mui-pull-right .mui-btn {
	color: #3f4042;
	border-radius: 20px;
	margin: -6px 0;
	padding: 3px 20px;
}

.header .mui-pull-right li i.heart {
	background: url(../images/heart.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.top-menu .mui-clearfix {
	padding: 40px 0;
}

.top-menu ul {
	margin: 0;
}

.top-menu ul li {
	padding-left: 40px;
}

.top-menu ul li.active a {
	color: #fff;
	background: #1478ee;
	border-color: #1478ee;
}

.top-menu ul a {
	padding: 6px 8px;
	border-radius: 5px;
	border: 1px solid transparent;
	color: #8d9095;
}

.top-menu ul a:hover {
	border-color: #1478ee;
	color: #1478ee;
}

.top-menu-lg {
	background: #f4f4f4;
	border-top: 1px solid #dddedf;
	border-bottom: 3px solid #dddedf;
	min-width: 1200px;
	/*min-width:1560px;*/
}

.top-menu-lg ul {
	margin: 0 0 -3px 0;
	padding: 0;
	/*height: 168px;*/
}

.top-menu-lg ul li {
	width: 20%;
	float: left;
	padding: 30px 0px;
	/*padding: 40px 0;*/
}

.top-menu-lg ul li.active,
.top-menu-lg ul li:hover {
	border-bottom: 3px solid #d74b28;
}

.top-menu-lg ul li:last-child dl {
	border-right: 0;
}

.top-menu-lg ul dl {
	padding: 0 10px 0 20px;
	margin: 0;
	border-right: 1px solid #dddedf;
	cursor: pointer;
	position: relative;
}

.top-menu-lg ul dl dt {
	position: absolute;
}

.top-menu-lg ul dl dt img {
	width: 100%;
}

.top-menu-lg ul dl dd {
	/*margin: 0 0 0 90px;*/
	margin: 0 0 0 80px;
	height: 80px;
}

.top-menu-lg ul dl dd h4 {
	color: #fb6f18;
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 1.5;
	/*height: 25px;*/
}

.top-menu-lg ul dl dd p {
	color: #8d9095;
	/*font-size: 16px;*/
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.hb-logo img {
	display: none;
}

.footer {
	border-top: 1px solid #dddedf;
	font-size: 12px;
	padding: 30px 0;
	color: #8d9095;
	height: 85px;
}
.footer .container, .footer .mui-clearfix  {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .container .footer-domain {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer-domain p.text {
	font-size: 12px;
}
.footer-domain .beian-box {
	display: flex;
	flex-direction: row;
}
.footer-domain img {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	margin-right: 5px;
}
.footer-domain .jgwab {
	/* background: url("//vkceyugu.cdn.bspapp.com/VKCEYUGU-f184e7c3-1912-41b2-b81f-435d1b37c7b4/c6cc7982-5040-4f20-bdde-bd842facfc93.png") no-repeat center;
	 background-repeat: no-repeat;
	background-size: 15px 15px; */
}
.footer .hb-logo {
	vertical-align: middle;
	margin: -2px 20px 0 0;
	/* background: url("//img-cdn-qiniu.dcloud.net.cn/logo.svg") no-repeat center; */
	/*img*/
}
.footer p {
	margin: 0;
	padding-left: 20px;
	border-left: 1px solid #e8e9ea;
}

.footer p img {
	vertical-align: middle;
	margin-left: 20px;
	height: 20px;
}


.notice {
	height: 40px;
	overflow: hidden;
	background: #f7f8f9;
	border-bottom: 1px solid #e1e5e9;
	line-height: 40px;
	position: relative;
}

.notice div {
	position: relative;
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
}

.notice div span {
	position: relative;
	z-index: 111;
	float: left;
	width: 40px;
	line-height: 40px;
	color: #b7bbc2;
	background: #f7f8f9;
}

.notice div p {
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.notice .close2 {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	color: #1478ee;
	font-size: 20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.mui-backdrop {
	display: none;
	background: rgba(0, 0, 0, 0.3);
}

.mui-backdrop .mask_down {
	color: #8d9095;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -260px;
	padding: 60px 40px;
	width: 520px;
	height: 280px;
	/*height: 360px;*/
	background: #fff;
}

.mui-backdrop .mui-btn-block {
	background: #d74b28;
}

.mui-backdrop .Version {
	height: 62px;
	line-height: 62px;
	text-align: center;
	border-bottom: 1px solid #e6e9eb;
}

.mui-backdrop ul {
	margin: 0 -5px;
	padding: 20px 0;
	border-bottom: 1px solid #e6e9eb;
}

.HBuilderX {
	margin: 0 -5px;
	padding: 20px 0;
}

.HBuilderX a {
	color: #8f8f94;
}

.mui-backdrop ul li {
	width: 45%;
	font-size: 14px;
}

.mui-backdrop ul li i {
	font-size: 20px;
}

.mui-backdrop ul li.mui-text-right {
	float: right;
}

.mui-backdrop ul a {
	color: #8d9095;
}

.mui-backdrop .close {
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
}

button.idedownload {
	margin: -13px 5px 0 60px;
	border-radius: 25px;
	font-size: 17px;
	width: 150px;
	padding: 10px 0;
}

.board-a {
	padding: 40px 0;
	border-bottom: 1px solid #e1e5e9;
}

.board-a .page-title {
	padding: 40px 0 0 0;
}

.board-a .page-title .mui-pull-right .mui-btn {
	width: 200px;
	margin: -10px 0 20px 0;
}

#gettingstart {
	margin-top: -40px;
}

.board-a .page-title .mui-pull-right iframe {
	border: 0;
	width: 105px;
	height: 30px;
	margin-top: 5px;
}

.board-a .page-title h3 {
	margin: 0;
}

.count-bar {
	display: inline-block;
	border: 1px solid #e1e5e9;
	border-radius: 6px;
	margin: 0 0 0 20px;
	overflow: hidden;
	color: #505050;
}

.count-bar dt,
.count-bar dd {
	margin: 0;
	padding: 10px 20px;
	display: inline-block;
}

.count-bar dt {
	border-right: 1px solid #e1e5e9;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
}

.board-b {
	margin-top: 100px;
}

.board-b .head-line {
	border-bottom: 1px solid #1478ee;
	color: #1478ee;
}

.board-b .head-line i {
	border: 1px solid #1478ee;
}

.board-b h2 {
	margin: 20px 0;
	color: #1478ee;
}

.board-b img {
	margin: 40px 0 40px 80px;
}

ul.gray-bg {
	background: #fafcff;
	margin: 40px 0;
	padding: 50px 200px;
	list-style: none;
	color: #fb6f18;
}

ul.gray-bg li {
	color: #3f4042;
	padding: 6px;
	font-size: 20px;
	line-height: 38px;
}

ul.gray-bg li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fb6f18;
	border-radius: 50%;
	margin: 12px 0 0 -25px;
}

.qrcode_method li {
	list-style: none;
	color: #505050 !important;
	font-size: 17px !important;
	line-height: 1 !important;
	margin: 5px 0 !important;
	line-height: 1.5 !important;
}

.qrcode_method li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fb6f18;
	border-radius: 50%;
	margin: 5px 0 0 -25px;
}

.content-box .head-line span {
	background: #fafcff;
}

.head-line {
	padding-top: 25px;
	height: 40px;
	border-bottom: 1px solid #fb6f18;
	margin: 60px 0 120px 0;
	text-align: center;
	color: #fb6f18;
}

.head-line span {
	padding: 0 40px;
	background: #fff;
}

.head-line i {
	font-size: 80px;
	padding: 40px;
	border: 1px solid #fb6f18;
	border-radius: 50%;
}

.head-line b {
	font-size: 28px;
	font-weight: 100;
}

.board-c h2,
.board-c h3 {
	margin: 40px 0;
	color: #fb6f18;
}

.board-c dl {
	width: 50%;
	height: 290px;
	margin: 0;
	padding: 50px;
}

.board-c dl dt {
	font-size: 20px;
	color: #fb6f18;
}

.board-c dl dd {
	margin: 10px 0;
}

.board-c .mui-pull-left {
	background: #fafcff;
}

.board-c .mui-pull-right {
	background: #fefbfb;
}

.board-d {
	padding: 60px 0;
}

.board-d h2 {
	margin-bottom: 40px;
}

.board-d img {
	margin: 40px auto;
}

.asc {
	overflow: hidden;
	width: 100%;
	min-width: 1300px;
	position: relative;
}

.asc .ascsp {
	width: 30px;
	height: 60px;
	color: #338efa;
	position: absolute;
	font-size: 60px;
	font-weight: 100;
	font-family: simsun;
	cursor: pointer;
	line-height: 60px;
	z-index: 1111;
	opacity: 0.4;
}

.asc .ascsp2 {
	bottom: 45%;
	right: 0%;
}

.asc .ascsp1 {
	bottom: 45%;
	left: 0%;
}

.ascp {
	position: absolute;
	width: 1200px;
	height: 239px;
	left: 50%;
	margin-left: -600px;
	top: 58%;
}

.asc {
	overflow: hidden;
}

.asc .ass {
	width: 400%;
	min-width: 5200px;
}

.assess {
	float: left;
	width: 25%;
	min-width: 1300px;
	background: #f7f8f9;
	border-top: 1px solid #e1e5e9;
}

.assess .evaluate {
	height: 337px;
	padding-top: 65px;
	position: relative;
}

.assess .evaluate h2 {
	margin: 0 auto;
	color: #b6bdc3;
	text-align: center;
	margin-bottom: 55px;
}

.assess .evaluate p {
	margin: 0 60px;
	color: #3f4042;
	font-size: 21px;
	line-height: 35px;
	opacity: 0;
	margin-top: -140px;
	height: 140px;
	filter: Alpha("0");
}

.assess .evaluate .evaluatep1 {
	opacity: 1;
	margin-top: 0px;
	filter: Alpha("1");
}

.assess .evaluate i {
	position: absolute;
	font-size: 40px;
	color: #8d9095;
}

.assess .evaluate .icon-quote-left {
	top: 150px;
	left: 0px;
}

.assess .evaluate .icon-quote-right {
	bottom: 50px;
	right: 0px;
}

.assess .comment {
	position: relative;
	height: 239px;
	padding-left: 42px;
	border-top: 2px solid #e1e5e9;
}

.assess .people {
	position: relative;
	cursor: pointer;
	height: 239px;
	width: 312px;
	float: left;
	padding-top: 50px;
}

.assess .people span {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	background: #f7f8f9;
}

.assess .people img {
	float: left;
}

.assess .people div {
	float: left;
	height: 90px;
	width: 160px;
	padding-top: 20px;
	padding-left: 18px;
}

.assess .people div h3 {
	font-weight: normal;
	color: #3f4042;
	font-size: 20px;
}

.assess .bl_line {
	position: absolute;
	top: -2px;
	left: 4px;
	width: 300px;
	height: 2px;
	background: #157efa;
	z-index: 1000;
}

.gray-box {
	margin-top: 30px;
	padding: 80px;
	background: #fcfcfc;
	border: 1px solid #e1e5e9;
}

.gray-box .mui-pull-left {
	padding-left: 100px;
}

.gray-box .board-right {
	width: 400px;
}

.gray-box .board-right li {
	height: 30px;
}

.gray-box .board-right img {
	margin-top: 40px;
}

.runtime-board-b {
	padding: 40px 0;
	position: relative;
}

.runtime-board-b .mui-pull-left,
.runtime-board-b .mui-pull-right {
	width: 50%;
	padding: 0 80px;
}

.runtime-board-b .mui-pull-left h3,
.runtime-board-b .mui-pull-right h3 {
	margin: 40px 0;
}

.runtime-board-b .mui-pull-left p,
.runtime-board-b .mui-pull-right p {
	height: 160px;
	margin: 40px 0;
	line-height: 28px;
}

.runtime-board-b .mui-pull-left .btn,
.runtime-board-b .mui-pull-right .btn {
	margin: 40px 0;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	background: #ee6917;
	background-image: -moz-linear-gradient(top, #fa6f18, #e26416);
	background-image: -webkit-linear-gradient(top, #fa6f18, #e26416);
}

.runtime-board-b .mui-pull-left .btn:hover,
.runtime-board-b .mui-pull-right .btn:hover {
	opacity: 0.8;
}

.runtime-board-b .mui-pull-left:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 330px;
	background: #e1e5e9;
	left: 50%;
	top: 80px;
}

.runtime-board-b ul {
	border-top: 1px solid #e1e5e9;
	margin-top: 60px;
	padding-top: 60px;
	line-height: 40px;
}

.mui-board-a .gray-box {
	padding: 20px;
}

.mui-board-a .gray-box .mui-pull-left {
	text-align: center;
	padding-top: 80px;
	padding-left: 0px;
	width: 60%;
}

.mui-board-a .gray-box .mui-pull-left img {
	margin: 40px;
}

.mui-board-a .gray-box .mui-pull-left ul {
	position: relative;
	text-align: center;
	width: 100%;
}

.mui-board-a .gray-box .mui-pull-left ul li p {
	position: absolute;
	margin-top: 40px;
	left: 0;
	right: 0;
	display: none;
}

.mui-board-a .gray-box .mui-pull-left ul li:not(:first-child):before {
	content: "&";
	display: inline-block;
	font-size: 24px;
	margin: 0 15px 0 10px;
}

.mui-board-a .gray-box .mui-pull-left ul li.active h3 {
	color: #fb6f18;
	border-bottom: 1px solid #ee6917;
}

.mui-board-a .gray-box .mui-pull-left ul li.active p {
	display: block;
}

.mui-board-a .gray-box .mui-pull-left h3 {
	margin: 0px 0;
	display: inline-block;
	font-style: italic;
	letter-spacing: 5px;
	line-height: 50px;
	cursor: default;
}


/*.mui-board-a .gray-box .mui-pull-right {
	padding-right: 60px;
}*/

.flowapp-board-a .gray-box {
	position: relative;
	padding: 50px;
}

.flowapp-board-a .gray-box .mui-pull-left {
	padding-left: 30px;
}

.flowapp-board-a .gray-box .mui-pull-left img {
	margin: 40px;
}

.flowapp-board-a .gray-box .mui-pull-left h3 {
	margin: 20px 0;
	letter-spacing: 5px;
	line-height: 60px;
}

.flowapp-board-a .gray-box .mui-pull-left p {
	font-size: 22px;
	color: #3f4042;
	margin: 30px 0;
}

.flowapp-board-a .gray-box .mui-pull-right {
	position: absolute;
	top: 80px;
	right: 80px;
	overflow: hidden;
}

#browser {
	position: relative;
	overflow: hidden;
}

.flowapp-board-a .gray-box .mui-pull-right.video {
	position: absolute;
	top: 450px;
	right: 80px;
	overflow: hidden;
}

.flowapp-board-a .gray-box .mui-pull-right p,
#browser p {
	transition: all 0.4s;
	position: absolute;
	bottom: -200px;
	opacity: 0;
	margin: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 30px;
}

.flowapp-board-a .gray-box .mui-pull-right a,
#browser a {
	color: #fb6f18;
}

.flowapp-board-a .gray-box .mui-pull-right a:hover,
#browser a:hover {
	padding-bottom: 2px;
	border-bottom: 1px solid #fb6f18;
}

.flowapp-board-a .gray-box .mui-pull-right:hover p,
#browser:hover p {
	bottom: 0;
	opacity: 1;
}

.flowapp-board-a .gray-box ul {
	margin: 0;
	padding: 40px 0 0 40px;
	background: none;
}

.flowapp-board-b .content-box,
.flowapp-board-c .content-box {
	padding: 70px 50px;
	margin: 40px 0;
	background: #fafcff;
}

.flowapp-board-b .content-box p,
.flowapp-board-c .content-box p {
	line-height: 50px;
	font-size: 18px;
	color: #000;
}

.flowapp-board-b .content-box h4,
.flowapp-board-c .content-box h4 {
	margin-bottom: 40px;
	text-align: center;
	color: #fb6f18;
	border: 1px solid #fb6f18;
	padding: 30px 0;
	font-size: 34px;
}

.flowapp-board-b .content-box li,
.flowapp-board-c .content-box li {
	color: #fb6f18;
	font-size: 26px;
	line-height: 50px;
	margin: 10px 0;
}

.flowapp-board-b .content-box .mui-pull-left,
.flowapp-board-c .content-box .mui-pull-left {
	position: relative;
	width: 45%;
	min-height: 520px;
}

.flowapp-board-b .content-box .mui-pull-right,
.flowapp-board-c .content-box .mui-pull-right {
	width: 53%;
}

.flowapp-board-b .content-box .mui-pull-right img,
.flowapp-board-c .content-box .mui-pull-right img {
	margin-left: 25%;
}

.characteristic {
	min-height: 520px;
}

.characteristic li {
	cursor: pointer;
	margin: 20px 0;
}

.characteristic p {
	display: none;
	margin-left: 30px;
	overflow: hidden;
}

.pentagon,
.round,
.user {
	position: absolute;
	top: 60px;
	left: 105px;
	width: 310px;
	height: 310px;
	text-align: center;
	line-height: 310px;
	font-size: 26px;
	color: #fb7a35;
}

.round {
	border: 1px dashed #fb7b36;
	border-radius: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.round p {
	position: absolute;
	background: #fafcff;
	padding: 5px 5px;
	cursor: pointer;
}

.round p img {
	float: left;
	width: 80px;
	height: 80px;
	opacity: 0.6;
}

.round .round1 {
	top: -40px;
	left: 50%;
	margin-left: -45px;
}

.round .round2 {
	bottom: -30px;
	left: 50%;
	margin-left: 45px;
}

.round .round3 {
	top: 50%;
	margin-top: -92px;
	left: 100%;
	margin-left: -45px;
}

.round .round3 img {
	opacity: 1;
}

.round .round4 {
	top: 50%;
	margin-top: -92px;
	left: 0%;
	margin-left: -45px;
}

.round .round5 {
	bottom: -30px;
	right: 50%;
	margin-right: 61px;
}

.roundani1 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.roundani2 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.roundani3 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.roundani4 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.roundani5 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.roundp1 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.roundp2 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.roundp3 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.roundp4 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.roundp5 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(00deg);
	-o-transform: rotate(00deg);
	-ms-transform: rotate(00deg);
}

.pentagon {
	background: url("//img-cdn-qiniu.dcloud.net.cn/pentagon.png");
	background-size: 100% 100%;
}

.pentagon p {
	position: absolute;
	background: #fafcff;
	padding: 5px 5px;
	cursor: pointer;
}

.pentagon p img {
	float: left;
	width: auto;
	height: 80px;
	opacity: 0.6;
}

.pentagon .pentagon1 {
	top: -15px;
	left: 50%;
	margin-left: -50px;
}

.pentagon .pentagon2 {
	top: 50%;
	margin-top: -80px;
	margin-left: -20px;
}

.pentagon .pentagon3 {
	bottom: 0%;
	left: 0%;
	margin-bottom: -30px;
	margin-left: 20px;
}

.pentagon .pentagon4 {
	left: 100%;
	margin-left: -95px;
	bottom: 0%;
	margin-bottom: -30px;
}

.pentagon .pentagon5 {
	top: 50%;
	left: 100%;
	margin-top: -70px;
	margin-left: -59px;
}

.pentagon .pentagon5 img {
	opacity: 1;
}

.pentagonani1 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.pentagonani2 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
}

.pentagonani3 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
}

.pentagonani4 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(-144deg);
	-moz-transform: rotate(-144deg);
	-o-transform: rotate(-144deg);
	-ms-transform: rotate(-144deg);
}

.pentagonani5 {
	transition: transform linear 1.5s;
	-webkit-transition: transform linear 1.5s;
	-moz-transition: transform linear 1.5s;
	-o-transition: transform linear 1.5s;
	-ms-transition: transform linear 1.5s;
	-webkit-transform: rotate(-72deg);
	-moz-transform: rotate(-72deg);
	-o-transform: rotate(-72deg);
	-ms-transform: rotate(-72deg);
}

.pentagonp1 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.pentagonp2 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(-72deg);
	-moz-transform: rotate(-72deg);
	-o-transform: rotate(-72deg);
	-ms-transform: rotate(-72deg);
}

.pentagonp3 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(-144deg);
	-moz-transform: rotate(-144deg);
	-o-transform: rotate(-144deg);
	-ms-transform: rotate(-144deg);
}

.pentagonp4 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
}

.pentagonp5 {
	transition: transform linear 1.6s;
	-webkit-transition: transform linear 1.6s;
	-moz-transition: transform linear 1.6s;
	-o-transition: transform linear 1.6s;
	-ms-transition: transform linear 1.6s;
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
}

.flowapp-board-c {
	border-top: 1px solid #e1e5e9;
}

.flowapp-board-c .content-box {
	margin: 0;
	background: none;
}

.flowapp-board-c ul {
	margin: 0 -40px;
	padding: 0;
	height: 300px;
	list-style: none;
}

.qrcode_box .open .pop-modal {
	top: 0;
	bottom: 0;
	opacity: 1;
}

.qrcode_box .pop-modal {
	transition: all 0.3s;
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: -500px;
	bottom: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.qrcode_box p {
	line-height: 15px !important;
}

.qrcode_box .pop-modal img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 350px;
}

.flowapp-board-c ul li {
	cursor: pointer;
	text-align: center;
	width: 196.66666px;
	float: left;
	padding: 0 40px;
	position: relative;
}

.qrcode_toggle>p {
	font-size: 16px !important;
}

.flowapp-board-c ul li>img {
	width: 50px;
	height: 50px;
}

.flowapp-board-d {
	padding: 70px;
	font-size: 24px;
}

.flowapp-board-d a {
	color: #fb6f18;
}

.app-list {
	width: 100%;
	display: table;
	margin: 50px 0;
	padding: 0;
	list-style: none;
}

.app-list li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.app-list li dl,
.app-list li dt,
.app-list li dd {
	margin: 0;
}

.app-list li dl {
	padding: 0 30px;
}

.app-list li dt {
	position: relative;
	height: 600px;
	overflow: hidden;
}

.app-list li dt img {
	width: 100%;
}

.app-list li dt a {
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	opacity: 0;
}

.app-list li dt a:hover {
	opacity: 1;
}

.app-list li dt a span {
	display: block;
	line-height: 60px;
	margin-top: 240px;
}

.app-list li dt .shadow {
	background: rgba(0, 0, 0, 0.7);
}

.app-list li dt .code-app {
	margin-top: 160px;
	padding-bottom: 200px;
	background: url("//img-cdn-qiniu.dcloud.net.cn/hellomuicode.png") no-repeat center bottom;
	background-size: 180px;
}

.app-list li dt .code-app2 {
	margin-top: 160px;
	padding-bottom: 200px;
	background: url("//img-cdn-qiniu.dcloud.net.cn/qr-HelloMUI.png") no-repeat center bottom;
	background-size: 180px;
}

.app-list li dd {
	padding: 30px 0;
}

.flag-phoneapp {
	width: 281px;
	position: relative;
}

.flag-phoneapp .helloh5content {
	height: 500px;
	overflow: hidden;
}

.flag-phoneapp .helloh5content>div {
	width: 281px;
	height: 500px;
	position: absolute;
	background-image: url("//img-cdn-qiniu.dcloud.net.cn/phoneapp.png");
}

.flag-phoneapp .helloh5content>div div {
	display: none;
}

.flag-phoneapp .flag {
	padding-top: 10px;
	text-align: center;
}

.flag-phoneapp .flag>div {
	display: inline-block;
	margin: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8d9095;
}

.flag-phoneapp .cursor_left,
.flag-phoneapp .cursor_right {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 500px;
	width: 140.5px;
}

.flag-phoneapp .cursor_left {
	cursor: auto;
}

.flag-phoneapp .cursor_right {
	right: 0;
}

.imgbox {
	width: 281px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.imgbox ul {
	padding: 0px;
	margin: 0px;
	height: 500px;
}

.imgbox ul li {
	width: 281px;
	height: 500px;
	list-style: none;
	opacity: 0;
	top: 0;
	left: 300px;
	right: -300px;
	position: absolute;
	transition: all 0.3s;
}

.imgbox ul li:nth-child(2) {
	background-position: 0 -500px;
}

.imgbox ul li:nth-child(3) {
	background-position: -281px -500px;
}

.imgbox ul li:nth-child(4) {
	background-position: -562px -500px;
}

.imgbox ul li:nth-child(5) {
	background-position: 0 -1000px;
}

.imgbox ul li:nth-child(6) {
	background-position: -281px -1000px;
}

.imgbox ul li:nth-child(7) {
	background-position: -562px -1000px;
}

.imgbox ul li:nth-child(8) {
	background-position: -281px 0px;
}

.imgbox ul li:nth-child(9) {
	background-position: -562px 0px;
}

.imgbox ul li.to_left {
	left: -300px;
}

.imgbox ul li.active {
	opacity: 1;
	right: 0;
	left: 0;
}

.imgbox .imgnum {
	text-align: center;
	width: 281px;
	margin-top: 20px;
	position: absolute;
}

.imgbox .imgnum span {
	display: inline-block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -2em;
	color: #fff;
	margin: 0 5px;
	background: #e1e5e9;
	cursor: pointer;
}

.imgbox .imgnum span.active {
	background: #8d9095;
}

#notice {
	float: right;
	height: 18px;
	overflow: hidden;
}

#notice a {
	display: block;
	border-bottom: none;
	line-height: 18px;
}

.phone {
	margin: 0 auto;
	position: relative;
	background: #111;
	border-radius: 55px;
	box-shadow: 0px 0px 0px 2px #aaa;
	width: 320px;
	height: 568px;
	padding: 105px 25px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.phone iframe {
	width: 320px;
	height: 100%;
	display: block;
	width: 100%;
	margin-top: 20px;
}

.phone:before {
	content: '';
	width: 60px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	background: #333;
	top: 50px;
}

.phone .statusbar {
	position: absolute;
	width: 320px;
	height: 20px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAAoCAIAAADhf9zeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REEyN0EzRUU1QzM3MTFFNEE1ODA5RkNEOEU4MEU4ODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REEyN0EzRUY1QzM3MTFFNEE1ODA5RkNEOEU4MEU4ODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQTI3QTNFQzVDMzcxMUU0QTU4MDlGQ0Q4RTgwRTg4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQTI3QTNFRDVDMzcxMUU0QTU4MDlGQ0Q4RTgwRTg4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuHAU7gAAA6nSURBVHja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');
	left: 50%;
	margin-left: -160px;
	top: 100px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.phone:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 5px solid #333;
}

.video_box {
	padding: 0 60px;
}

.video_box a {
	padding-right: 5px;
}

.video_box .card {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 57.2%;
	position: relative;
}

.video_box .card:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(//img-cdn-qiniu.dcloud.net.cn/playerBtn.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.video_box p {
	position: absolute;
	bottom: 0;
	background: rgba(000, 000, 000, 0.5);
	width: 100%;
	padding: 7px 0px;
	margin: 0;
	text-align: center;
	color: #fb6f18;
}

.card_36kr {
	background-image: url(//puui.qpic.cn/qqvideo_ori/0/v0366n0ekb1_496_280/0);
}

.card_vip {
	background-image: url(//img-cdn-qiniu.dcloud.net.cn/video_vip.jpg);
}

.card_browser {
	background-image: url(//img-cdn-qiniu.dcloud.net.cn/video_36kr.jpg);
}

.video-link {
	width: 100%;
	margin-top: 20px;
	text-align: right;
	display: inline-block;
	font-size: 18px;
	color: #000;
}


/*wap2app.html*/

i.wap2appIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(//img.cdn.qiniu.dcloud.net.cn/wendangIcon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

button.wap2appapi {
	border-radius: 16px;
	padding: 15px 30px;
}

.wap2app-info {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

.wap2app-info h1 {
	vertical-align: middle;
}

.wap2app .gray-box {
	width: 1200px;
	background: #fff;
	border: none;
	padding: 100px 0;
	margin: auto;
}

.wap2app .gray-box img,
.wap2app .sliderCon img {
	width: 320px;
}

.wap2app .info {
	margin-top: 150px;
}

.wap2app .info .info-title {
	margin: 0;
	margin-bottom: 32px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.wap2app .info p {
	font-size: 20px;
	color: #505050;
	line-height: 2;
}

.wap2app .sliderCon {
	max-width: 359px;
	margin: auto;
}

.wap2app-board {
	border: none;
	min-width: 1200px;
}

.wap2app-board li {
	list-style: none;
	width: 50%;
	border-right: 1px solid #e5e5e5;
	padding: 0 40px;
	font-size: 28px;
	color: #505050
}

.title {
	text-align: center;
}

.wap2app-board-text {
	font-size: 18px;
	color: #505050;
	line-height: 2;
	text-align: left;
	text-indent: 2rem;
}

.white-board {
	padding: 100px 0;
}

.wap2app-video {
	max-width: 1200px;
	height: 720px;
	position: relative;
	margin: 50px auto 0;
}

.wap2app-list {
	text-align: center;
}

.wap2app-list li img {
	width: 100px;
	border-radius: 20px;
}

.wap2app-list li p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 3;
	color: #505050;
}

.wap2app-download {
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #505050;
}

.wap2app-head-line {
	margin-bottom: 60px;
}

.wap2app-head-line b {
	font-size: 26px;
}

.wap2app .mui-slider-item img {
	cursor: default;
}


/*wap2app.html end*/


/*streamapp.html 新增dom fullLiu*/

.fullLiu {
	margin: 80px 0;
}

.fullLiu h3 {
	margin: 30px 0;
}

.fullLiu-text {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 2;
}

.fullLiu-img {
	overflow: hidden;
}


/*streamapp.html 新增dom fullLiu*/

.quickapp {
	font-weight: 600;
	color: #5d9f40!important;
	border-bottom: 1px solid #5d9f40!important;
	border-radius: 0!important;
}

.quickapp:hover {
	border-radius: 5px!important;
	border-color: #5d9f40!important;
}