body {
  margin: 0;
  background-color: #F9F9F8;
  font-family: "Microsoft YaHei", "Microsoft YaHei Light", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "SimHei", "FangSong", sans-serif;
}
a img {
  border: none;
}
input, textarea, button {
  font-family: inherit;
}
.icon {
  background: url("icon.png") top left no-repeat;
}
.icon-chevron-circle-left-large {
  width: 31px;
  height: 31px;
  background-position: -10px -10px;
}
.icon-chevron-circle-right-large {
  width: 31px;
  height: 31px;
  background-position: -10px -51px;
}
.icon-chevron-circle-left {
  width: 25px;
  height: 25px;
  background-position: -10px -92px;
}
.icon-chevron-circle-right {
  width: 25px;
  height: 25px;
  background-position: -10px -127px;
}
.icon-external {
  width: 25px;
  height: 20px;
  background-position: -10px -162px;
}
.icon-rotate {
  width: 18px;
  height: 19px;
  background-position: -10px -192px;
}
.icon-triangle-right {
  width: 7px;
  height: 10px;
  background-position: -10px -221px;
}
.icon-triangle-right-white {
  width: 7px;
  height: 10px;
  background-position: -27px -221px;
}
.icon-chevron-left-white {
  width: 5px;
  height: 8px;
  background-position: -10px -241px;
}
.icon-chevron-right {
  width: 5px;
  height: 8px;
  background-position: -25px -241px;
}
.icon-chevron-down-brown {
  width: 8px;
  height: 5px;
  background-position: -10px -259px;
}
.icon-chevron-down {
  width: 8px;
  height: 5px;
  background-position: -28px -259px;
}
.icon {
  display: inline-block;
  background-image: url(../img/icon/icon.png);
  vertical-align: middle;
}
.hidden {
  display: none;
}
.dummy-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #999;
}
.ui-toggle-button input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.ui-toggle-button .states .state-on {
  display: none;
}
.ui-toggle-button .states .state-off {
  display: inline-block;
}
.ui-toggle-button input:checked + .states .state-on {
  display: inline-block;
}
.ui-toggle-button input:checked + .states .state-off {
  display: none;
}
.ui-slide-list {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: margin-left 0.3s ease 0s;
  -webkit-transition: margin-left 0.3s ease 0s;
}
.ui-slide-list.next {
  margin-left: -100%;
}
.ui-slide-list.next_ex {
  margin-left: -200%;
}
.color-red {
  color: #E93B39;
}
.align-center {
  text-align: center;
}
.wdg-header {
  background-color: #fafaf9;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cfd0d0;
  overflow: hidden;
}
.wdg-header > .inner {
  width: 984px;
  margin: 0 auto;
}
.wdg-header h1 {
  margin: 0;
  float: left;
}
.wdg-header h1 img {
  margin: 16px 0 0 0;
}
.wdg-header nav {
  float: right;
  height: 60px;
  line-height: 60px;
}
.wdg-header nav h2 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 15px;
}
.wdg-header nav ul {
  display: inline-block;
  margin: 0 65px 0 225.35px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.wdg-header nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.69em;
  margin-left: 16px;
  background-color: transparent;
  line-height: 1em;
  padding: .5em;
}
.wdg-header nav li.on {
  background-color: #666;
}
.wdg-header nav li.on a {
  color: #fff;
}
.wdg-header nav li.on .icon-triangle-right-white {
  display: inline-block;
}
.wdg-header nav li.on .icon-triangle-right {
  display: none;
}
.wdg-header nav li .icon-triangle-right-white {
  display: none;
}
.wdg-header nav a {
  color: #666666;
  text-decoration: none;
}
.wdg-header nav a:hover {
  color: #999;
}
.wdg-header nav .icon {
  margin-right: .3em;
}
.wdg-app {
  width: 984px;
  margin: 1em auto;
}
.wdg-app:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-app.blank {
  height: 480px;
}
.wdg-app > .main {
  position: relative;
  float: left;
  width: 630px;
}
.wdg-app > .main h1 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 0;
  height: 50px;
  line-height: 50px;
}
.wdg-app > .main h1 small {
  font-size: 0.67em;
}
.wdg-app > .sub {
  position: relative;
  width: 350px;
  float: right;
  margin-top: 50px;
}
.wdg-app > .caution {
  clear: both;
  font-size: 0.69em;
  text-align: right;
  margin: 0;
  padding: 1em 0;
}
.wdg-preview {
  position: relative;
  width: 630px;
  height: 440px;
  overflow: hidden;
}
.wdg-preview .preview.view_left {
  position: relative;
  float: left;
  height: 100%;
  list-style-type: none;
  z-index: 1;
  width:210px;
  background-color: #F9F9F8;
}
.wdg-preview .preview.view_right {
  position: relative;
  left: 210px;
}
.wdg-preview .preview .view {
  /*display: none;*/
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: opacity .6s ease 0s;
  -webkit-transition: opacity .6s ease 0s;
}
.wdg-preview .preview .view.on {
  display: block;
}
.wdg-preview .preview li {
  position: absolute;
  left: 0;
  top: 0;
}
.wdg-preview .preview .single li {
  margin-left: 15%;
}
.wdg-preview .preview li.off {
  display: none;
}
.wdg-preview .preview img {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease 0s;
  -webkit-transition: opacity .6s ease 0s;
}
.wdg-preview .preview img.on {
  opacity: 1;
}
.wdg-button-angle {
  position: absolute;
  display: inline-block;
  z-index: 2;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: .3em;
  padding-top: .1em;
  font-size: 0.75em;
  cursor: pointer;
}
.wdg-button-angle .states {
  display: inline-block;
  width: 7em;
  text-align: center;
  vertical-align: middle;
}
.wdg-button-angle .state {
  vertical-align: middle;
}
.wdg-button-angle .icon {
  vertical-align: middle;
}
.wdg-button-help {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  right: 8px;
  top: 50px;
  font-family: Verdana, Arial;
  font-size: 1.25em;
  color: #666;
  border-radius: 100%;
  border: 2px solid #999;
  background-color: #fff;
  cursor: pointer;
}
.wdg-button-help:hover {
  background-color: #eee;
}
.wdg-button-help.top {
  top: 10px;
}
.wdg-select-room {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.wdg-select-room input[type=checkbox] {
  display: none;
}
.wdg-select-room li {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  float: right;
  margin-right: -1px;
  line-height: 50px;
}
.wdg-select-room li:first-child {
  display: inline-block;
  margin-right: 0;
}
.wdg-select-room li input {
  display: none;
}
.wdg-select-room li .label {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.wdg-select-room li .label:hover {
  opacity: .8;
}
.wdg-select-room li .label.on {
  opacity: 1;
}
.wdg-select-room li .label small {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 0.63em;
}
.wdg-select-room li .content img {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.wdg-select-room li input:checked + .content .label {
  opacity: 1;
}
.wdg-select-room input:checked + ul li {
  display: inline-block;
}
.wdg-option-menu {
  position: relative;
  height: 66px;
  margin-top: 3px;
}
.wdg-option-menu table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.wdg-option-menu td {
  width: 140px;
  font-size: 0.81em;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
}
.wdg-option-menu td[role=button] {
  background-color: #f6f6f6;
  cursor: pointer;
}
.wdg-option-menu td[role=button]:hover {
  background-color: #eee;
}
.wdg-option-menu td[role=label] {
  background-color: #f6f6f6;
}
.wdg-option-menu td.on {
  background-color: #eee;
}
.wdg-option-menu span[role=button] {
  display: inline-block;
  border: 1px solid #999;
  padding: .3em .6em;
  background-color: #fff;
  cursor: pointer;
  font-size: 0.77em;
}
.wdg-option-menu span[role=button]:hover {
  border-color: #333;
}
/*
.wdg-option-menu {
	position: relative;
	height: 66px;
	margin-top: 3px;

	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	li {
		position: absolute;

		span {
			position: absolute;
			display: block;
			background-color: #fff;
			&.on {
				background-color: #eee;
			}
		}
		[role=button] {
			cursor: pointer;
			&:hover {
				background-color: #f6f6f6;
			}
		}
	}

	img {
		vertical-align: top;
	}

	.button-table {
		left: 0;
		top: 0;
	}

	.button-recommend {
		left: 143px;
		top: 0;
	}

	.label-simulation {
		left: 286px;
		top: 0;
	}

	.button-save {
		left: 286px;
		top: 30px;
	}
	.button-load {
		left: 388px;
		top: 30px;
	}
	.button-print {
		left: 490px;
		top: 0;
	}

}
*/
.wdg-option-panels {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 100%;
}
.wdg-option-panels ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wdg-option-panels [role=tabpanel] {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.wdg-option-panels [role=tabpanel].on {
  top: -100%;
}
.wdg-option-panels .button-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #333;
  color: #fff;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.wdg-option-panels .button-close:hover {
  background-color: #555;
}
.wdg-option-panels .button-close:before {
  content: "\2715";
  font-size: 16px;
}
.wdg-price-table {
  padding: 20px;
  background-color: #eee;
  box-sizing: border-box;
  min-height: 100%;
}
.wdg-price-table h3 {
  font-size: 1em;
  margin: 0 0 1em 0;
}
.wdg-price-table p {
  font-size: 0.69em;
  line-height: 1.5em;
  margin: 1em 0;
  color: #333;
}
.wdg-price-table a {
  color: #111;
}
.wdg-price-table a:hover {
  color: #666;
}
.wdg-price-table table {
  border-collapse: collapse;
  font-size: 0.75em;
  width: 100%;
  margin: 1em 0;
}
.wdg-price-table table.small {
  font-size: 0.69em;
}
.wdg-price-table table small {
  font-size: 0.83em;
}
.wdg-price-table table th, .wdg-price-table table td {
  font-weight: normal;
  border: 1px solid #eee;
  padding: .5em;
  background-color: #fff;
  text-align: center;
}
.wdg-price-table table th {
  background-color: #f9f9f9;
}
.wdg-price-table table thead th {
  background-color: #666;
  color: #fff;
}
.wdg-price-table table thead .sub th {
  background-color: #d9d9d9;
  color: #333;
}
.wdg-price-table table .trans {
  border: none;
  background-color: transparent;
}
.wdg-price-table table .selected th {
  background-color: #888;
  color: #fff;
}
.wdg-price-table table .selected td {
  background-color: #999;
  color: #fff;
}
.wdg-price-table hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
}
.wdg-price-table .button-link {
  display: inline-block;
  border: 1px solid #999;
  padding: .3em .6em;
  text-decoration: none;
  background-color: #fff;
  font-size: 13px;
  border-radius: .3em;
}
.wdg-price-table .select_td {
  background-color: #999;
  color: #fff;
}
.wdg-storage-save {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5em;
  background-color: #eee;
  box-sizing: border-box;
  width: 100%;
}
.wdg-storage-save form:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-storage-save input[type=text] {
  float: left;
  font-size: 0.88em;
  width: 450px;
  padding: .5em .5em;
  border: 1px solid #999;
}
.wdg-storage-save input[type=submit] {
  float: right;
  font-size: 0.88em;
  width: 96px;
  line-height: 32px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  border: 1px solid #999;
}
.wdg-storage-save input[type=submit]:hover {
  border-color: #333;
}
.wdg-storage-save h3 {
  margin: 0;
  font-size: 1em;
}
.wdg-storage-save p {
  margin: 1em 0;
  font-size: 0.63em;
}
.wdg-storage-load {
  position: absolute;
  width: 100%;
  height: 380px;
  box-sizing: border-box;
  padding: 1.5em;
  background-color: #eee;
  left: 0;
  bottom: 0;
}
.wdg-storage-load p {
  margin: 0 0 .5em 0;
  font-size: 0.88em;
  color: #333;
}
.wdg-storage-load .content {
  background-color: #fff;
  padding: 1em;
  height: 275px;
  box-sizing: border-box;
}
.wdg-storage-load ul {
  list-style-type: none;
  border-top: 1px dotted #ccc;
}
.wdg-storage-load li {
  border-bottom: 1px dotted #ccc;
  padding: .5em;
}
.wdg-storage-load .label {
  cursor: pointer;
}
.wdg-storage-load .label:hover {
  color: #999;
}
.wdg-storage-load button {
  font-size: 0.88em;
  color: #555;
  border: none;
  background-color: transparent;
  cursor: pointer;
  float: right;
}
.wdg-storage-load button:hover {
  color: #999;
}
.wdg-storage-load button:before {
  content: "";
  background: url("icon.png") top left no-repeat;
  display: inline-block;
  background-image: url(../img/icon/icon.png);
  width: 5px;
  height: 8px;
  background-position: -25px -241px;
  vertical-align: middle;
  margin-right: .5em;
}
.wdg-storage-load button span {
  vertical-align: middle;
}
.wdg-recommend {
  background-color: #eee;
  padding: 1em;
  min-height: 100%;
  box-sizing: border-box;
}
.wdg-recommend p {
  margin: 0 0 1em 0;
  font-size: 0.75em;
}
.wdg-recommend ul {
  list-style-type: none;
  padding: 0;
}
.wdg-recommend ul li {
  background-color: #fff;
  margin: 1em 0;
  padding: 1em;
  padding-right: 0;
}
.wdg-recommend ul li:first-child {
  margin-top: 0;
}
.wdg-recommend ul li:last-child {
  margin-bottom: 0;
}
.wdg-recommend ul li strong {
  display: block;
  font-weight: normal;
  font-size: 0.88em;
  color: #333;
  line-height: 2em;
}
.wdg-recommend ul ul {
  letter-spacing: -0.34em;
  margin: 0 -14px -14px 0;
}
.wdg-recommend ul ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0 14px 14px 0;
  letter-spacing: normal;
  width: 131px;
}
.wdg-recommend ul ul li:hover {
  opacity: .8;
}
.wdg-recommend ul ul li img {
  width: 100%;
  height: auto;
}
.wdg-share {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5em;
  background-color: #eee;
  width: 100%;
  box-sizing: border-box;
}
.wdg-share h3 {
  font-size: 1em;
  margin: 0;
}
.wdg-share p {
  font-size: 0.81em;
  margin: 1em 0;
}
.wdg-share input[type=text] {
  width: 450px;
  padding: .5em;
  border: 1px solid #999;
  font-size: 0.81em;
}
.wdg-share button {
  display: inline-block;
  font-size: 0.81em;
  float: right;
  padding: .5em .8em;
  border: 1px solid #999;
  background-color: #fff;
  cursor: pointer;
}
.wdg-share button:hover {
  border-color: #333;
}
html, body {
  position: relative;
}
.wdg-dialog-container {
  position: fixed;
  z-index: 32;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wdg-dialog-container.on {
  display: block;
}
.wdg-dialog-container .button-close {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 16px;
  text-align: center;
  right: 8px;
  top: 8px;
  z-index: 2;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
.wdg-dialog-container .button-close:hover {
  background-color: #666;
}
.wdg-dialog-container .button-close:before {
  content: "\2715";
}
.wdg-dialog-container .dialog {
  position: absolute;
  background-color: #eee;
  color: #333;
  box-sizing: border-box;
  padding: 16px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.wdg-dialog-container .dialog .dialog-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.wdg-dialog-container .dialog.no-scroll .dialog-inner {
  overflow: hidden;
}
.wdg-dialog-container .alert {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.wdg-dialog-container .portrait {
  font-size: 150%;
  padding: 24px;
}
.wdg-dialog-container .portrait .button-close {
  font-size: 24px;
}
.wdg-dialog-container .outdated {
  font-size: 1.25em;
  padding: 60px 0;
  text-align: center;
}
.wdg-dialog-container .outdated .button-close {
  display: none;
}
.wdg-dialog-container .outdated p {
  margin: 0 0 2em 0;
}
.wdg-dialog-container .outdated a.button {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: .5em 1em;
  text-decoration: none;
}
.wdg-dialog-container .outdated a.button:hover {
  color: #ccc;
}
.wdg-dialog-container .pallette .button-close {
  font-size: 24px;
}
.wdg-alert-portrait p {
  margin: 1em 0 3em 0;
}
.wdg-alert-portrait figure {
  text-align: center;
}
.wdg-help {
  width: 100%;
  height: 100%;
}
.wdg-help iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.wdg-customize {
  background-color: #fff;
}
.wdg-customize li {
  -ms-user-select: none;
}
.wdg-customize .tab-head {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.panel_three span {
  margin-bottom:6px;
}
.wdg-customize .tab-head:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-customize .tab-head > li {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  float: left;
  border: 1px solid transparent;
  text-align: center;
  margin-bottom: -1px;
  font-size: 0.81em;
  line-height: 1.3em;
  color: #111;
  cursor: pointer;
}
.wdg-customize .tab-head > li:hover {
  color: #999;
}
.wdg-customize .tab-head > li.on {
  background-color: #fff;
  border-top-color: #ccc;
  border-left-color: #ccc;
  color: #A17E2C;
}
.wdg-customize .tab-head > li.on:first-child {
  border-left-color: transparent;
  border-right-color: #ccc;
}
.wdg-customize .tab-head > li.on .state-on {
  display: inline-block;
}
.wdg-customize .tab-head > li.on .state-off {
  display: none;
}
.wdg-customize .tab-head > li label {
  margin-top: 1em;
  display: block;
  cursor: inherit;
}
.wdg-customize .tab-head > li .state-on {
  display: none;
}
.wdg-customize .tab-head > li .state-off {
  display: inline-block;
}
.wdg-customize .tab-content {
  list-style-type: none;
  margin: 0;
  height: 510px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.wdg-customize .tab-content > li {
  display: none;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.wdg-customize .tab-content > li.on {
  display: block;
}
.wdg-customize .button-prev {
  position: absolute;
  height: 100%;
  left: -40px;
  top: 0;
  width: 40px;
  z-index: 2;
  cursor: pointer;
  transition: left .3s ease 0s;
  -webkit-transition: left .3s ease 0s;/*

		.icon {
			position: absolute;
			top: 50%;
			margin-top: -1 * 30px / 2;
			left: 4px;
			// top: (510px / 2) - (30px / 2);
			// margin-top: (510px / 2) - (30px / 2);
		}
		*/
}
.wdg-customize .button-prev:hover {
  background-color: #eee;
}
.wdg-customize .button-prev .button {
  position: absolute;
  display: block;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 2px solid #999;
  border-radius: 100%;
  top: 50%;
  margin-top: -15px;
  left: 3px;
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIg0KCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDEwIDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZGVmcz4NCjwvZGVmcz4NCjxnPg0KCTxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0wLDYuNVY1LjVMMTAsMHYxLjRMMS40LDZ2MGw4LjYsNC42VjEyTDAsNi41eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.wdg-customize .button-back {
  margin: 0 0 1em 0;
}
.wdg-customize .button-back .button {
  font-size: 0.81em;
  color: #333;
  cursor: pointer;
}
.wdg-customize .button-back .button:hover {
  color: #999;
}
.wdg-customize .button-back .button:before {
  content: "<";
  display: inline-block;
  color: #666;
  border: 2px solid #999;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  text-align: center;
  margin-right: .5em;
}
.wdg-customize .ui-slide-list.next + .button-prev {
  left: 0;
}
.wdg-customize .parts {
  list-style-type: none;
  padding: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
}
.wdg-customize .parts > li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 4px;
  height: auto;
  position: relative;
  cursor: pointer;
}
.wdg-customize .parts > li[data-unselectable] {
  display: none;
}
.wdg-customize .parts > li:hover {
  background-color: #f6f6f6;
}
.wdg-customize .parts > li.on {
  background-color: #eee;
}
.wdg-customize .parts > li.disabled {
  cursor: default;
  background-color: #ddd;
}
.wdg-customize .parts > li.disabled * {
  opacity: .6;
}
.wdg-customize .parts > li.plain {
  padding: 0;
  height: auto;
  cursor: auto;
  border: none;
  margin: 0 -30px;
}
.wdg-customize .parts > li.plain:hover {
  background-color: transparent;
}
.wdg-customize .parts > li.plain:first-child {
  margin-top: -30px;
}
.wdg-customize .parts > li h3 {
  font-size: 0.81em;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 16px 30px;
  padding-bottom: 1em;
  font-weight: bold;
}
.wdg-customize .parts > li h3.large {
  font-size: 0.94em;
}
.wdg-customize .parts .wdg-button-recommend {
  display: block;
  font-size: 0.94em;
  color: #333;
  padding: 16px 30px;
  cursor: pointer;
  font-weight: bold;
}
.wdg-customize .parts .wdg-button-recommend:hover {
  color: #999;
}
.wdg-customize .parts .wdg-button-recommend .icon {
  position: static;
  float: right;
  margin: 0;
}
.wdg-customize .parts .chip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
}
.wdg-customize .parts .chip .img, .wdg-customize .parts .chip img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.wdg-customize .parts .chip .img.gradient, .wdg-customize .parts .chip img.gradient {
  background-image: url(../img/chip/shinecolors/gradient.png);
  background-size: 100% 100%;
}
.wdg-customize .parts .content {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.wdg-customize .parts .content .label {
  font-size: 0.81em;
  display: block;
  color: #111;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: .3em;
}
.wdg-customize .parts .content .category, .wdg-customize .parts .content .name {
  display: block;
  font-size: 0.69em;
  line-height: 1.2em;
  color: #999;
}
.wdg-customize .parts .content .name:before {
  content: ">";
  margin-right: .3em;
}
.wdg-customize .parts .icon {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -13px;
}
.wdg-customize .items {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 100%;
  list-style-type: none;
  padding: 0;
}
.wdg-customize .item_extend {
  margin-left: 200%;
}
.wdg-customize .items > li {
  display: none;
}
.wdg-customize .items > li.on {
  display: block;
}
.wdg-customize .select.colors {
  padding: 20px 30px 20px 50px;
  box-sizing: border-box;
  height: 510px;
  overflow: auto;/*

			.colors-head {

				position: relative;
				width: 100%;
				height: 50px;
				margin-bottom: 10px;
				white-space: nowrap;

				[role=tab] {
					display: inline-block;
					position: relative;
					// float: left;

					height: 2em;
					padding: .5em 1em;
					.font-size(12);
					border-left: 1px solid #ccc;
					text-align: center;
					cursor: pointer;

					.icon {
						position: absolute;
						left: 50%;
						bottom: 0;
						margin-left: -4px;
					}

					.state-on {
						display: none;
					}

					&:first-child {
						border-left: none;
					}

					&.on {
						color: #A17E2C;

						.state-on {
							display: inline-block;
						}
						.state-off {
							display: none;
						}
					}
				}
			}
			*/
  /*

			.shine {
				ul {
					list-style-type: none;
					padding: 0;
					margin: 0 auto;
					width: 261px;
					.clearfix();
				}
				li {
					width: 25px;
					height: 25px;
					margin-right: 4px;
					margin-bottom: 4px;
					float: left;

					&.empty {
						background-color: #eee;
					}
				}
				input[type=radio] {
					display: none;
				}
				.chip {
					display: inline-block;
					position: relative;
					width: 23px;
					height: 23px;
					border: 1px solid #ccc;
					vertical-align: top;
					cursor: pointer;

					&:hover {
						opacity: 0.8;
					}
				}
				input:checked + .chip {
					&:before {
						content: "";
						position: absolute;
						width: 23px;
						height: 23px;
						border: 4px solid #99761F;
						left: -4px;
						top: -4px;
					}
				}
			}
			*/
}
.wdg-customize .select.colors .colors-content {
  /*
                  display: none;

                  &.on {
                      display: block;
                  }
                  */
}
.wdg-customize .select.colors .series .list {
  padding: 0;
}
.wdg-customize .select.colors .series .thumbs {
  height: auto;
  overflow: hidden;
}
.wdg-customize .select h3, .wdg-customize .list h3 {
  font-size: 0.81em;
  line-height: 1.3em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .3em;
}
.wdg-customize .select h3 small, .wdg-customize .list h3 small {
  font-size: 0.85em;
  font-weight: normal;
  color: #999;
}
.wdg-customize .select h3 small.black, .wdg-customize .list h3 small.black {
  color: #111;
}
.wdg-customize .list {
  padding: 30px;
  padding-left: 50px;
  box-sizing: border-box;
  height: 510px;
  overflow: auto;
}
.wdg-customize .list.plain ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wdg-customize .list.plain li {
  display: block;
}
.wdg-customize .list.plain input {
  display: none;
}
.wdg-customize .list.plain .content {
  padding: 8px 4px;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
}
.wdg-customize .list.plain .content .chip {
  vertical-align: middle;
}
.wdg-customize .list.plain .content .label {
  display: inline-block;
  vertical-align: middle;
}
.wdg-customize .list.plain .content strong {
  display: block;
  width: 180px;
  font-size: 0.81em;
}
.wdg-customize .list.plain .content small {
  display: block;
  width: 180px;
  font-size: 0.69em;
}
.wdg-customize .list.plain input:checked + .content {
  background-color: #eee;
}
.wdg-customize .list.plain input:disabled + .content {
  background-color: #ddd;
  cursor: default;
}
.wdg-customize .list.plain input:disabled + .content * {
  opacity: .6;
}
.wdg-customize .list.plain .content:hover {
  background-color: #f6f6f6;
}
.wdg-customize .list.thumbs ul {
  list-style-type: none;
  padding: 0 0 0 3px;
  margin: .5em 0;
}
.wdg-customize .list.thumbs ul:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-customize .list.thumbs li {
  float: left;
  width: 35px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wdg-customize .list.thumbs input[type=radio] {
  display: none;
}
.wdg-customize .list.thumbs .chip {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wdg-customize .list.thumbs .chip:hover {
  opacity: .8;
}
.chip_none{
  position:absolute;
  z-index:-100;
  top:0;
  display: none;
}
.wdg-customize .list.thumbs input:disabled + .chip img.chip_none{
  z-index:30;
  cursor: default;
  display: block;
}
.wdg-customize .list.thumbs input:checked + .chip:before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  border: 4px solid #99761F;
  left: -3px;
  top: -3px;
  z-index: 2;
}
.wdg-customize .list .note {
  font-size: 0.63em;
  color: #666;
  margin: 1em 0;
}
.wdg-customize .list .note:before {
  content: "\203b";
  margin-right: .5em;
}
.wdg-customize .list .note:last-child {
  margin-bottom: 0;
}
.wdg-pallette {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 261px;
}
.wdg-pallette:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-pallette li {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.wdg-pallette li.empty {
  background-color: #eee;
}
.wdg-pallette input[type=radio] {
  display: none;
}
.wdg-pallette .chip {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #ccc;
  vertical-align: top;
  cursor: pointer;
}
.wdg-pallette .chip:hover {
  opacity: 0.8;
}
.wdg-pallette input:checked + .chip:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: 4px solid #99761F;
  left: -4px;
  top: -4px;
}
.wdg-aside {
  width: 984px;
  margin: 0 auto;
}
.wdg-aside h1 {
  font-size: 1.13em;
  margin: 0 0 .3em 0;
}
.wdg-aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wdg-aside ul:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-aside a {
  color: #333;
  text-decoration: none;
}
.wdg-aside a:hover {
  color: #999;
}
.wdg-aside .case {
  margin: 2em 0;
  min-height: 192px;
}
.wdg-aside .case li {
  width: 192px;
  float: left;
  margin-left: 6px;
  background-color: #fff;
  font-size: 0.81em;
}
.wdg-aside .case li:first-child {
  margin-left: 0px;
}
.wdg-aside .case li.none {
  float: none;
  width: auto;
  height: 192px;
  line-height: 192px;
  text-align: center;
  background-color: transparent;
}
.wdg-aside .case .thumb {
  display: inline-block;
  position: relative;
  width: 192px;
  height: 192px;
  line-height: 192px;
  text-align: center;
  overflow: hidden;
}
.wdg-aside .case .thumb:hover {
  opacity: .6;
}
.wdg-aside .case .thumb img, .wdg-aside .case .thumb .dummy-image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wdg-aside .case .thumb.portrait img {
  height: 100%;
  width: auto;
}
.wdg-aside .case .description {
  display: block;
  padding: 1em;
}
.wdg-aside .product {
  margin: 2em 0;
}
.wdg-footer {
  background-color: #333333;
  color: #C1C1C1;
}
.wdg-footer .copyright {
  width: 984px;
  margin: 0 auto;
  padding: 1.1em 0;
  text-align: right;
  font-size: 0.75em;
}
.wdg-footer .copyright .en {
  font-family: Helvetica, Arial, sans-serif;
}
*[class^=sp-] {
  display: none;
}
html.mobile [sp-hidden] {
  display: none;
}
html.mobile .wdg-dialog-container .dialog-inner {
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-dialog-container .dialog-inner::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-dialog-container .dialog-inner::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-dialog-container .dialog-inner .button-close {
  display: none;
}
html.mobile .wdg-dialog-container .dialog.outdated {
  font-size: 1em;
}
html.mobile .wdg-help {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-help::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-help::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-help iframe {
  display: block;
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-help iframe::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-help iframe::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-header {
  display: none;
}
html.mobile.index .wdg-header {
  display: block;
}
html.mobile .wdg-app {
  position: relative;
  margin: 0;
  width: 640px;
  overflow: hidden;
  height: 300px;
}
html.mobile .wdg-app > .main {
  width: 430px;
  background-color: #fff;
  z-index: 1;
}
html.mobile .wdg-app > .main h1 {
  display: none;
}
html.mobile .wdg-app > .sub {
  width: 210px;
  margin-top: 0px;
}
html.mobile .wdg-preview {
  width: 430px;
  height: 300px;
  background-color: #F9F9F8;
  /*
		.sp-option-menu {
			position: absolute;
			display: block;
			list-style-type: none;
			padding: 0;
			z-index: 3;
			border: 1px solid #ccc;
			background-color: rgba(255, 255, 255, .8);
			border: 1px solid #ccc;
			left: 8px;
			bottom: 50px;
			letter-spacing: -.333em;

			.icon {
				transform: scale(.8);
				opacity: .6;
			}

			li {
				display: inline-block;
				width: 80px;
				height: 80px;
				line-height: 80px;
				border-left: 1px solid #ccc;
				position: relative;
				letter-spacing: normal;


				.button {
					display: inline-block;
					width: 100%;
					.font-size(18, 24);
					text-align: center;
					line-height: 1.5em;
					vertical-align: middle;
				}
			}
		}
		*/
}
html.mobile .wdg-preview .view li {
  width: 100%;
  height: 100%;
}
html.mobile .wdg-preview .view img {
  width: 100%;
  height: auto;
  float: left;
  opacity: 9000;
  width: 64%;
  width: 100%;
  height: auto;
  opacity: 9000;
  width: 70%;
  z-index: 1;
}
html.mobile .wdg-preview .view_right .view img {
  width: 63%;
}
html.mobile .wdg-preview .preview.view_right {
  left: 160px;
}
html.mobile .wdg-preview .view_left img {
  width: 150px;
}
html.mobile .wdg-preview .sp-button-back-list {
  display: block;
  font-size: 0.5em;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border: 1px solid #666;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  border-radius: .3em;
  left: 1em;
  top: 1em;
}
html.mobile .wdg-preview .sp-context-menu {
  display: block;
  position: absolute;
  list-style-type: none;
  z-index: 2;
  padding: 0;
  margin: 0;
  left: 8px;
  bottom: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}
html.mobile .wdg-preview .sp-context-menu li {
  border-left: 1px solid #fff;
  float: left;
  font-size: 0.83em;
}
html.mobile .wdg-preview .sp-context-menu li:first-child {
  border-left: none;
}
html.mobile .wdg-preview .sp-context-menu li [role=button] {
  display: block;
  padding: 1em;
}
html.mobile .wdg-preview .sp-option-menu {
  display: none;
  position: absolute;
  width: 340px;
  z-index: 3;
  left: 50%;
  bottom: 70px;
  margin-left: -170px;
}
html.mobile .wdg-preview .sp-option-menu.on {
  display: block;
}
html.mobile .wdg-preview .sp-option-menu table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
html.mobile .wdg-preview .sp-option-menu .icon {
  margin-top: .5em;
  transform: scale(0.8);
}
html.mobile .wdg-preview .sp-option-menu td {
  border: 1px solid #ccc;
  font-size: 0.75em;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
html.mobile .wdg-preview .sp-option-menu td.label {
  height: 20px;
}
html.mobile .wdg-preview .sp-option-menu td.narrow {
  height: 60px;
}
html.mobile .wdg-preview .sp-option-menu .button-close {
  display: block;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 8px;
  top: -16px;
}
html.mobile .wdg-preview .sp-option-menu .button-close:before {
  content: "\2715";
}
html.mobile .wdg-recommend {
  padding: 0;
}
html.mobile .wdg-recommend ul ul {
  margin-right: 0;
}
html.mobile .wdg-storage-save {
  position: relative;
  padding: 0;
}
html.mobile .wdg-storage-save input[type=text] {
  width: 415px;
}
html.mobile .wdg-storage-save input[type=submit] {
  -webkit-appearance: none;
}
html.mobile .wdg-storage-load {
  position: relative;
  padding: 0;
  height: auto;
}
html.mobile .wdg-storage-load .content {
  -webkit-overflow-scrolling: touch;
  height: 150px;
  overflow: auto;
}
html.mobile .wdg-storage-load .content::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-storage-load .content::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-storage-load ul {
  padding: 0;
  margin: 0;
}
html.mobile .wdg-share {
  position: relative;
  padding: 0;
  height: auto;
}
html.mobile .wdg-price-table {
  padding: 0;
}
html.mobile .wdg-customize .tab-head {
  display: none;
}
html.mobile .wdg-customize .tab-content {
  height: 300px;
  overflow: visible;
}
html.mobile .wdg-customize .parts {
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-customize .parts::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-customize .parts::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-customize .parts > li {
  padding: 8px 8px;
  height: auto;
}
html.mobile .wdg-customize .parts .chip {
  margin-right: 4px;
}
html.mobile .wdg-customize .parts .content {
  width: 95px;
}
html.mobile .wdg-customize .parts .content .label {
  font-size: 0.63em;
}
html.mobile .wdg-customize .parts .content .category, html.mobile .wdg-customize .parts .content .name {
  font-size: 0.63em;
  text-overflow: ellipsis;
  overflow: hidden;
}
html.mobile .wdg-customize .parts .content .category:before, html.mobile .wdg-customize .parts .content .name:before {
  display: none;
}
html.mobile .wdg-customize .parts .plain {
  margin: 0;
  padding: 0;
}
html.mobile .wdg-customize .parts .plain .wdg-button-recommend {
  padding: 8px;
  padding-top: 16px;
  font-size: 0.81em;
}
html.mobile .wdg-customize .parts .plain .wdg-button-recommend .icon {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
html.mobile .wdg-customize .parts .plain h3 {
  padding: 8px;
  padding-bottom: 0;
  font-size: 0.75em;
}
html.mobile .wdg-customize .list {
  padding: 8px;
  height: 300px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-customize .list::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-customize .list::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-customize .list.plain .content strong, html.mobile .wdg-customize .list.plain .content small {
  font-size: 0.63em;
  width: 110px;
}
html.mobile .wdg-customize .select.colors {
  padding: 8px;
  height: 300px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
html.mobile .wdg-customize .select.colors::-webkit-scrollbar {
  width: 10px;
}
html.mobile .wdg-customize .select.colors::-webkit-scrollbar-thumb {
  background: #333;
}
html.mobile .wdg-customize .button-prev {
  height: auto;
  top: 50%;
  left: -45px;
  display: none;
}
html.mobile .wdg-customize .ui-slide-list.next + .button-prev {
  display: inline-block;
  left: -45px;
  z-index: 30;
}
html.mobile .wdg-customize .wdg-pallette {
  display: none;
}
html.mobile .wdg-customize .button-pallette {
  padding: 4px;
}
html.mobile .wdg-customize .button-pallette.selected {
  background-color: #f6f6f6;
}
html.mobile .wdg-customize .button-pallette .label {
  font-size: 0.69em;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  width: 120px;
}
html.mobile .wdg-customize .button-pallette:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon/shinecolor.svg);
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 8px;
}
html.mobile .wdg-pallette {
  position: absolute;
  transform: rotate(90deg) translateX(-100px) translateY(-125px) scale(0.8);
  -webkit-transform: rotate(90deg) translateX(-100px) translateY(-125px) scale(0.8);
}
html.mobile .wdg-pallette + .result {
  position: absolute;
  width: 400px;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
  padding: .3em 0;
  text-align: center;
  font-size: 0.88em;
}
html.mobile .wdg-pallette + .result .chip {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  vertical-align: middle;
  border: 1px solid #999;
  box-sizing: border-box;
}
html.mobile .wdg-aside {
  display: none;
  width: auto;
}
html.mobile .wdg-aside:after {
  content: "";
  clear: both;
  display: table;
}
html.mobile .wdg-aside h1 {
  font-size: 0.75em;
  margin: 0;
  padding: 0 0 1em 0;
}
html.mobile .wdg-aside .case {
  width: 258px;
  float: left;
  margin: 0;
  padding-left: 16px;
  box-sizing: border-box;
}
html.mobile .wdg-aside .case li {
  width: 90px;
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 8px;
}
html.mobile .wdg-aside .case li:nth-child(5) {
  display: none;
}
html.mobile .wdg-aside .case li.none {
  width: 192px;
  margin: 0;
  box-sizing: border-box;
  padding: 1em;
}
html.mobile .wdg-aside .case li.none span {
  display: inline-block;
  line-height: 2em;
}
html.mobile .wdg-aside .case .thumb {
  padding: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
}
html.mobile .wdg-aside .case .description {
  display: none;
}
html.mobile .wdg-aside .product {
  width: 250px;
  margin: 0;
  margin-left: 258px;
}
html.mobile .dialog .wdg-aside {
  display: block;
}
html.mobile .wdg-footer {
  width: 100%;
  height: 61px;
  margin-top: 60px;
}
html.mobile .wdg-footer .copyright {
  width: auto;
  padding: 0;
  text-align: center;
  line-height: 61px;
}
