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: -8px -8px;
}
.icon-chevron-circle-right-large {
  width: 31px;
  height: 31px;
  background-position: -8px -47px;
}
.icon-chevron-circle-left {
  width: 25px;
  height: 25px;
  background-position: -8px -86px;
}
.icon-chevron-circle-right {
  width: 25px;
  height: 25px;
  background-position: -8px -119px;
}
.icon-rotate {
  width: 18px;
  height: 19px;
  background-position: -8px -152px;
}
.icon-triangle-right {
  width: 7px;
  height: 10px;
  background-position: -8px -179px;
}
.icon-triangle-right-white {
  width: 7px;
  height: 10px;
  background-position: -23px -179px;
}
.icon-chevron-left-white {
  width: 5px;
  height: 8px;
  background-position: -34px -152px;
}
.icon-chevron-right {
  width: 5px;
  height: 8px;
  background-position: -8px -197px;
}
.icon-chevron-down-brown {
  width: 8px;
  height: 5px;
  background-position: -21px -197px;
}
.icon-chevron-down {
  width: 8px;
  height: 5px;
  background-position: -8px -213px;
}
.icon {
  display: inline-block;
  background-image: url(../img/icon/select_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%;
}
.color-red {
  color: #E93B39;
}
.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 > .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;
}
.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 {
  position: absolute;
  width: 100%;
  height: 100%;
  list-style-type: none;
  z-index: 1;
}
.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 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-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 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wdg-option-menu li {
  position: absolute;
}
.wdg-option-menu li span {
  position: absolute;
  display: block;
  background-color: #fff;
}
.wdg-option-menu li span.on {
  background-color: #eee;
}
.wdg-option-menu li [role=button] {
  cursor: pointer;
}
.wdg-option-menu li [role=button]:hover {
  background-color: #f6f6f6;
}
.wdg-option-menu img {
  vertical-align: top;
}
.wdg-option-menu .button-table {
  left: 0;
  top: 0;
}
.wdg-option-menu .button-recommend {
  left: 143px;
  top: 0;
}
.wdg-option-menu .label-simulation {
  left: 286px;
  top: 0;
}
.wdg-option-menu .button-save {
  left: 286px;
  top: 30px;
}
.wdg-option-menu .button-load {
  left: 388px;
  top: 30px;
}
.wdg-option-menu .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-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 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-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;
}
.wdg-storage-save input[type=submit] {
  float: right;
  font-size: 0.88em;
  width: 96px;
  line-height: 32px;
  border: none;
  background-color: #fff;
  color: #666;
  cursor: pointer;
}
.wdg-storage-save input[type=submit]:hover {
  background-color: #f6f6f6;
}
.wdg-storage-save p {
  margin: .5em 0 0 0;
  font-size: 0.63em;
}
.wdg-storage-load {
  position: absolute;
  width: 100%;
  height: 350px;
  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 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/select_icon.png);
  width: 5px;
  height: 8px;
  background-position: -8px -197px;
  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 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-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;
}
.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;
}
.wdg-customize .button-prev:hover {
  background-color: #eee;
}
.wdg-customize .button-prev .icon {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 4px;
}
.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: 50px;
  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 .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 .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;
}
.wdg-customize .select.colors .colors-head {
  /* feature-umit77 */
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  white-space: nowrap;
  /*
				.font-size(11);
				height: 30px;
				line-height: 30px;
				margin: 0;
				margin-bottom: 10px;
				white-space: nowrap;

				[role=tab] {
					cursor: pointer;
					&.on {
						color: #A28139;
					}
				}
				*/
}
.wdg-customize .select.colors .colors-head [role=tab] {
  display: inline-block;
  position: relative;
  height: 2em;
  padding: .5em 1em;
  font-size: 0.75em;
  border-left: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}
.wdg-customize .select.colors .colors-head [role=tab] .icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -4px;
}
.wdg-customize .select.colors .colors-head [role=tab] .state-on {
  display: none;
}
.wdg-customize .select.colors .colors-head [role=tab]:first-child {
  border-left: none;
}
.wdg-customize .select.colors .colors-head [role=tab].on {
  color: #A17E2C;
}
.wdg-customize .select.colors .colors-head [role=tab].on .state-on {
  display: inline-block;
}
.wdg-customize .select.colors .colors-head [role=tab].on .state-off {
  display: none;
}
.wdg-customize .select.colors .colors-content {
  display: none;
}
.wdg-customize .select.colors .colors-content.on {
  display: block;
}
.wdg-customize .select.colors .shine ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 261px;
}
.wdg-customize .select.colors .shine ul:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-customize .select.colors .shine li {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.wdg-customize .select.colors .shine li.empty {
  background-color: #eee;
}
.wdg-customize .select.colors .shine input[type=radio] {
  display: none;
}
.wdg-customize .select.colors .shine .chip {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #ccc;
  vertical-align: top;
  cursor: pointer;
}
.wdg-customize .select.colors .shine .chip:hover {
  opacity: 0.8;
}
.wdg-customize .select.colors .shine input:checked + .chip:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: 4px solid #99761F;
  left: -4px;
  top: -4px;
}
.wdg-customize .select.colors .series .list {
  padding: 0;
}
.wdg-customize .select.colors .series .thumbs {
  height: auto;
}
.wdg-customize .list {
  padding: 30px;
  padding-left: 50px;
  box-sizing: border-box;
  height: 510px;
  overflow: auto;
}
.wdg-customize .list h3 {
  font-size: 0.81em;
  line-height: 2em;
  border-bottom: 1px solid #ccc;
}
.wdg-customize .list h3 small {
  color: #999;
}
.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;
}
.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-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;
}
.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 .thumb {
  display: inline-block;
  width: 192px;
  height: 192px;
  line-height: 192px;
  text-align: center;
}
.wdg-aside .case .thumb:hover {
  opacity: .6;
}
.wdg-aside .case .thumb img,
.wdg-aside .case .thumb .dummy-image {
  vertical-align: middle;
}
.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;
}
