#orderConsole {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
#orderConsole .control {
	text-align: center;
}
	#orderConsole .control a {
		display: inline-block;
		line-height: 1.4em;
		background-image: url(/share/im/nv_simar-return.svg);
		background-position: left center;
		background-size: auto 1.0em;
		padding: 2em 0;
		padding-left: 1.8em;
		font-weight: 500;
	}

#orderConsole .stepper {
	background-image: url(/share/im/mrk_check-wh2.svg);
	background-position: right 1.1em center;
	background-size: 1.2em auto;
	font-weight: 600;
	/*border: solid 5px #fff;*/
}
[data-generating="preview"] #orderConsole .stepper {
	background-image: url(/share/im/prl_spinpulsate.png);
	color: #aaa;
	background-color: #eeeeee;
	border-color: #e3e3e3;
}
#orderConsole .bottom {
	margin-bottom: 3em;
}

#renderdImage {
	width: 100%;
	height: auto;
}

/*cat: composit view*/
#compositeStat {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#compositeStat figure {
	position: relative;
}

/*cat: renderdPoints*/
#renderdPoints {
	position: absolute;
	width: 100%;
	height: 100%;
}
#renderdPoints .point-thmb {
	position: absolute;
}
#renderdPoints .point-thmb img {
	width: 100%;
	height: auto;
}

/*cat: generating*/
body[data-step="order"][data-generating="comp"] #itemView {
	display: flex;
	order: 10;
}
body[data-step="order"][data-generating="comp"] #compositeStat, 
body[data-step="order"][data-generating="comp"] #orderConsole .control,
body[data-step="order"][data-generating="comp"] #layoutConsole,
body[data-step="order"][data-generating="comp"] #pointViewSelector {
	display: none;
}
body[data-step="order"][data-generating="comp"] #sitehead .lgm {
	pointer-events: none;
}
body[data-step="order"][data-generating="comp"] #orderConsole .stepper {
	background-image: url(/share/im/prl_ring.png);
}

body[data-step="order"] #appBox[data-isrenderdpoint="true"] #itemView {
	display: none;
}

#waitGenComp {
	display: none;
}
[data-generating="comp"] #orderConsole {
	height: 100%;
}
[data-generating="comp"] #waitGenComp {
	position: relative;
	display: flex;
	width: 100%;
	height: 80vh;
	border: none;
	flex-wrap: wrap;
	align-content: center;
	overflow: hidden;
}
[data-generating="comp"] #renderPreview {
	display: none;
}
[data-generating="comp"] #orderConsole nav .bt.stepper {
	cursor: wait;
	pointer-events: none;
	background-image: url(/share/im/prl_spinpulsate.png);
	background-color: #ececec;
	color: #c8c8c8;
	border-color: #e2e2e2;
}

#waitGenComp .stat-display {
	width: 100%;
	background-image: url(/share/im/prl_spinpulsate.png);
	background-position: center top;
	background-size: 5em auto;
	padding-top: 7.5em;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
#waitGenComp .progress {
	display: block;
	width: 100%;
	background-color: #e7e7e7;
	line-height: 0;
	border-radius: 1.5em;
	height: 8px;
	overflow: hidden;
}
#waitGenComp .progress .current {
	display: block;
	transition: all 0.1s;
	min-width: 0.4em;
	height: 100%;
	background-color: #000;
}

/*cat: agreement*/
#agreement {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	overflow: auto;
	display: block;
	padding-top: 14vh;
}
#agreement article {
	height: 50vh;
	overflow: auto;
	border-right: solid 4px #ddd;
	padding-right: 1.2em;
}
#agreement article h2 {
	font-size: 1.4em;
	font-weight: 500;
}
#agreement article h3 {
	font-size: 1.2em;
	font-weight: 500;
}
#agreement article h6 {
	font-size: 1.05em;
	font-weight: 500;
}
#agreement article .colum {
	margin: 2em 0;
}
#agreement article .sub-colum {
	margin: 1em 0;
}
#agreement article ul.list {
	margin-left: 0.2em;
}
#agreement nav {
	width: 100%;
	margin-top: 1.5em;
	text-align: left;
}
#agreement nav .bt {
	width: 100%;
	background-image: url(/share/im/mrk_check-wh2.svg); 
}
[data-isagreement=""] #agreement {
	display: none;
}
