@charset "utf-8";
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border: 1px solid #000000;
  color: #333;
  font-family: "Microsoft YaHei";
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#score-star{
	width: 190px!important;;
}
.account_menu ul li div.a_hover{
    text-decoration: underline;
}
.ovfHiden{overflow: hidden;height: 100%;}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 260px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(../../images/ui-img/datetimepicker.png);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-top: 6px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  float: left;
  width: 25%;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-child(4n-4) {
  border-right: none;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-last-of-type(1),
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-last-of-type(2),
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-last-of-type(3) {
  border-bottom: none;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #b96e72;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #000000;
  box-shadow: #000000 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #000000;
  box-shadow: #000000 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #b96e72 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #000000 !important;
  box-shadow: #000000 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(../../images/ui-img/datetimepicker.png);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #ffffff 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  /* IE6-9 */
}
.xdsoft_calendar table tbody tr td div {
  padding-left: 5px;
  text-align: center;
}
.xdsoft_time_variant {
  margin-top: 0 !important;
}
@font-face {
  font-family: 'Acanthus';
  src: url('../../images/icon-font/Acanthus-BoldItalic.eot');
  src: local('☺'), url('../../images/icon-font/Acanthus-BoldItalic.woff') format('woff'), url('../../images/icon-font/Acanthus-BoldItalic.ttf') format('truetype'), url('../../images/icon-font/Acanthus-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BeautifulES';
  src: url('../../images/icon-font/BeautifulES.eot');
  src: local('☺'), url('../../images/icon-font/BeautifulES.woff') format('woff'), url('../../images/icon-font/BeautifulES.ttf') format('truetype'), url('../../images/icon-font/BeautifulES.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../../images/icon-font/Calibri.eot');
  src: local('☺'), url('../../images/icon-font/Calibri.woff') format('woff'), url('../../images/icon-font/Calibri.ttf') format('truetype'), url('../../images/icon-font/Calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kaiti';
  src: url('../../images/icon-font/kaiti.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'xiaozhuan';
  src: url('../../images/icon-font/xiaozhuan.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'xingkai';
  src: url('../../images/icon-font/xingkai.ttc');
  font-weight: normal;
  font-style: normal;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
html #layuicss-skinlayercss {
  display: none;
  position: absolute;
  width: 1989px;
}
.layui-layer,
.layui-layer-shade {
  position: fixed;
  _position: absolute;
  pointer-events: auto;
}
.layui-layer-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layui-layer {
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.layui-layer-close {
  position: absolute;
}
.layui-layer-content {
  position: relative;
}
.layui-layer-border {
  border: 1px solid #B2B2B2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.layui-layer-load {
  background: url(../../images/ui-img/loading-1.gif) center center no-repeat #eeeeee;
}
.layui-layer-ico {
  background: url(../../images/ui-img/icon.png) no-repeat;
}
.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.layui-layer-move {
  display: none;
  position: fixed;
  *position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: move;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  z-index: 2147483647;
}
.layui-layer-resize {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
.layui-layer {
  border-radius: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim {
  -webkit-animation-name: layer-bounceIn;
  animation-name: layer-bounceIn;
}
@-webkit-keyframes layer-zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes layer-zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-01 {
  -webkit-animation-name: layer-zoomInDown;
  animation-name: layer-zoomInDown;
}
@-webkit-keyframes layer-fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes layer-fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.layer-anim-02 {
  -webkit-animation-name: layer-fadeInUpBig;
  animation-name: layer-fadeInUpBig;
}
@-webkit-keyframes layer-zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes layer-zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-03 {
  -webkit-animation-name: layer-zoomInLeft;
  animation-name: layer-zoomInLeft;
}
@-webkit-keyframes layer-rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes layer-rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.layer-anim-04 {
  -webkit-animation-name: layer-rollIn;
  animation-name: layer-rollIn;
}
@keyframes layer-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layer-anim-05 {
  -webkit-animation-name: layer-fadeIn;
  animation-name: layer-fadeIn;
}
@-webkit-keyframes layer-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes layer-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.layer-anim-06 {
  -webkit-animation-name: layer-shake;
  animation-name: layer-shake;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layui-layer-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
}
.layui-layer-setwin {
  position: absolute;
  right: 15px;
  *right: 0;
  top: 15px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-setwin a {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  _overflow: hidden;
}
.layui-layer-setwin .layui-layer-min cite {
  position: absolute;
  width: 14px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #2E2D3C;
  cursor: pointer;
  _overflow: hidden;
}
.layui-layer-setwin .layui-layer-min:hover cite {
  background-color: #2d93ca;
}
.layui-layer-setwin .layui-layer-max {
  background-position: -32px -40px;
}
.layui-layer-setwin .layui-layer-max:hover {
  background-position: -16px -40px;
}
.layui-layer-setwin .layui-layer-maxmin {
  background-position: -65px -40px;
}
.layui-layer-setwin .layui-layer-maxmin:hover {
  background-position: -49px -40px;
}
.layui-layer-setwin .layui-layer-close1 {
  background-position: 1px -40px;
  cursor: pointer;
}
.layui-layer-setwin .layui-layer-close1:hover {
  opacity: 0.7;
}
.layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: -28px;
  top: -28px;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-position: -149px -31px;
  *right: -18px;
  _display: none;
}
.layui-layer-setwin .layui-layer-close2:hover {
  background-position: -180px -31px;
}
.layui-layer-btn {
  text-align: right;
  padding: 0 10px 12px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
}
.layui-layer-btn a {
  line-height: 30px;
  margin: 6px 6px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.layui-layer-btn a:hover {
  opacity: .9;
  text-decoration: none;
}
.layui-layer-btn a:active {
  opacity: 0.8;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.layui-layer-btn-l {
  text-align: left;
}
.layui-layer-btn-c {
  text-align: center;
}
.layui-layer-dialog {
  min-width: 260px;
}
.layui-layer-dialog .layui-layer-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: auto;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  position: absolute;
  top: 16px;
  left: 15px;
  _left: -40px;
  width: 30px;
  height: 30px;
}
.layui-layer-ico1 {
  background-position: -30px 0;
}
.layui-layer-ico2 {
  background-position: -60px 0;
}
.layui-layer-ico3 {
  background-position: -90px 0;
}
.layui-layer-ico4 {
  background-position: -120px 0;
}
.layui-layer-ico5 {
  background-position: -150px 0;
}
.layui-layer-ico6 {
  background-position: -180px 0;
}
.layui-layer-rim {
  border: 6px solid #8D8D8D;
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
}
.layui-layer-msg {
  min-width: 180px;
  border: 1px solid #D3D4D3;
  box-shadow: none;
}
.layui-layer-hui {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}
.layui-layer-hui .layui-layer-content {
  padding: 12px 25px;
  text-align: center;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 20px 20px 20px 55px;
  text-align: left;
}
.layui-layer-page .layui-layer-content {
  position: relative;
  overflow: auto;
}
.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
  padding-top: 10px;
}
.layui-layer-nobg {
  background: 0 0;
}
.layui-layer-iframe iframe {
  display: block;
  width: 100%;
}
.layui-layer-loading {
  border-radius: 100%;
  background: 0 0;
  box-shadow: none;
  border: none;
}
.layui-layer-loading .layui-layer-content {
  width: 60px;
  height: 24px;
  background: url(../../images/ui-img/loading-0.gif) no-repeat;
}
.layui-layer-loading .layui-layer-loading1 {
  width: 37px;
  height: 37px;
  background: url(../../images/ui-img/loading-1.gif) no-repeat;
}
.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
  width: 32px;
  height: 32px;
  background: url(../../images/ui-img/loading-2.gif) no-repeat;
}
.layui-layer-tips {
  background: 0 0;
  box-shadow: none;
  border: none;
}
.layui-layer-tips .layui-layer-content {
  position: relative;
  line-height: 22px;
  min-width: 12px;
  padding: 5px 10px;
  font-size: 12px;
  _float: left;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #000;
  color: #ffffff;
}
.layui-layer-tips .layui-layer-close {
  right: -2px;
  top: -1px;
}
.layui-layer-tips i.layui-layer-TipsG {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  *overflow: hidden;
}
.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  left: 5px;
  border-right-style: solid;
  border-right-color: #000000;
}
.layui-layer-tips i.layui-layer-TipsT {
  bottom: -8px;
}
.layui-layer-tips i.layui-layer-TipsB {
  top: -8px;
}
.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
  top: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
.layui-layer-tips i.layui-layer-TipsR {
  left: -8px;
}
.layui-layer-tips i.layui-layer-TipsL {
  right: -8px;
}
.layui-layer-lan[type=dialog] {
  min-width: 280px;
}
.layui-layer-lan .layui-layer-title {
  background: #4476A7;
  color: #fff;
  border: none;
}
.layui-layer-lan .layui-layer-btn {
  padding: 5px 10px 10px;
  text-align: right;
  border-top: 1px solid #e9e7e7;
}
.layui-layer-lan .layui-layer-btn a {
  background: #BBB5B5;
  border: none;
}
.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
  background: #c9c5c5;
}
.layui-layer-molv .layui-layer-title {
  background: #009f95;
  color: #fff;
  border: none;
}
.layui-layer-molv .layui-layer-btn a {
  background: #009f95;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
  background: #92b8b1;
}
.layui-layer-iconext {
  background: url(../../images/ui-img/icon-ext.png) no-repeat;
}
.layui-layer-prompt .layui-layer-input {
  display: block;
  width: 220px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
  color: #333333;
}
.layui-layer-prompt textarea.layui-layer-input {
  width: 300px;
  height: 100px;
  line-height: 20px;
}
.layui-layer-prompt .layui-layer-content {
  padding: 20px;
}
.layui-layer-prompt .layui-layer-btn {
  padding-top: 0;
}
.layui-layer-tab {
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4);
}
.layui-layer-tab .layui-layer-title {
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  overflow: visible;
}
.layui-layer-tab .layui-layer-title span {
  position: relative;
  float: left;
  min-width: 80px;
  max-width: 260px;
  padding: 0 20px;
  text-align: center;
  cursor: default;
  overflow: hidden;
}
.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
  height: 43px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
}
.layui-layer-tab .layui-layer-title span:first-child {
  border-left: none;
}
.layui-layer-tabmain {
  line-height: 24px;
  clear: both;
}
.layui-layer-tabmain .layui-layer-tabli {
  display: none;
}
.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
  display: block;
}
.xubox_tabclose {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.layui-layer-photos {
  -webkit-animation-duration: .8s;
  animation-duration: 0.8s;
}
.layui-layer-photos .layui-layer-content {
  overflow: hidden;
  text-align: center;
}
.layui-layer-photos .layui-layer-phimg img {
  position: relative;
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.layui-layer-imgbar,
.layui-layer-imguide {
  display: none;
}
.layui-layer-imgnext,
.layui-layer-imgprev {
  position: absolute;
  top: 50%;
  width: 27px;
  _width: 44px;
  height: 44px;
  margin-top: -22px;
  outline: 0;
}
.layui-layer-imgprev {
  left: 10px;
  background-position: -5px -5px;
  _background-position: -70px -5px;
}
.layui-layer-imgprev:hover {
  background-position: -33px -5px;
  _background-position: -120px -5px;
}
.layui-layer-imgnext {
  right: 10px;
  _right: 8px;
  background-position: -5px -50px;
  _background-position: -70px -50px;
}
.layui-layer-imgnext:hover {
  background-position: -33px -50px;
  _background-position: -120px -50px;
}
.layui-layer-imgbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000\9;
  filter: alpha(opacity=80);
  color: #fff;
  overflow: hidden;
  font-size: 0;
}
.layui-layer-imgtit * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 12px;
}
.layui-layer-imgtit a {
  max-width: 65%;
  overflow: hidden;
  color: #ffffff;
}
.layui-layer-imgtit a:hover {
  color: #fff;
  text-decoration: underline;
}
.layui-layer-imgtit em {
  padding-left: 10px;
  font-style: normal;
}
@-webkit-keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim-close {
  -webkit-animation-name: layer-bounceOut;
  animation-name: layer-bounceOut;
  -webkit-animation-duration: .2s;
  animation-duration: 0.2s;
}
@media screen and (max-width: 1100px) {
  .layui-layer-iframe {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #898989;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #898989;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #898989;
}
.table .table {
  background-color: #e9ecf3;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #898989;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #898989;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #898989;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.gray-color {
  color: #999 !important;
}
.gray-color a {
  color: #999 !important;
}
.gray-color input {
  color: #999 !important;
}
.hidden {
  overflow: hidden;
}
.hidden li {
  overflow: hidden;
}
.min-height {
  min-height: 600px;
  padding-bottom: 30px;
}
.btn-no {
  background: #999 !important;
  border-color: #999 !important;
  color: #fff !important;
}
.form-box dl {
  overflow: hidden;
  margin-bottom: 10px;
}
.form-box dl dt {
  float: left;
  width: 33.33333333%;
  line-height: 50px;
  padding-right: 10px;
  font-size: 18px;
  text-align: right;
}
.form-box dl dd {
  text-align: center;
  width: 33.33333333%;
  margin-left: 33.33333333%;
  padding-left: 10px;
}
.form-box dl dd h5 {
  margin: 7px 0 0 0;
  color: #b96e72;
  text-align: left;
}
.form-box dl dd h5 a {
  float: right;
  color: #555555;
}
.form-box dl dd h5 a:hover {
  color: #b96e72;
}
.form-box dl dd span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #444444;
  text-align: left;
}
.form-box dl dd span a {
  color: #b96e72;
  cursor: pointer;
}
.form-box dl dd .btn {
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  border-width: 3px;
  color: #000000;
}
.form-box dl dd .btn:hover {
  background: #b96e72;
  border-color: #b96e72;
  color: #ffffff;
}
.login {
  overflow: hidden;
}
.login .tab-login > .swiper-wrapper {
  height: auto !important;
}
.login .tab-login > .swiper-wrapper > .swiper-slide {
  height: auto !important;
}
.login .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.login .hd h2,
.login .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.login .hd h2 {
  padding-top: 50px;
}
.login .hd h3 {
  line-height: 150px;
}
.login .bd {
  padding: 60px 0 30px 0 ;
}
.login .bd .form-box dl {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.login .bd .form-box dl dt {
  float: left;
  width: 85px;
  padding-right: 10px;
  text-align: right;
}
.login .bd .form-box dl dd {
  float: right;
  width: 390px;
  margin: 0;
}
.login .u-login {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 45px;
  text-align: center;
}
.login .u-login a {
  display: block;
  width: 80px;
  margin: 0 auto;
  text-decoration: underline;
  cursor: pointer;
}
.login .u-login a.active {
  display: none;
}
.member {
  overflow: hidden;
}
.member .user-menu .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.member .user-menu .hd h2,
.member .user-menu .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.member .user-menu .hd h2 {
  padding-top: 50px;
}
.member .user-menu .hd h3 {
  line-height: 150px;
}
.member .user-menu .bd {
  padding-top: 60px;
  margin-bottom: 30px;
}
.member .user-menu .bd ul {
  overflow: hidden;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
}
.member .user-menu .bd ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 25px;
}
.member .user-menu .bd ul li a {
  display: block;
  color: #000000;
}
.member .user-menu .bd ul li a h3 {
  font-weight: bold;
}
.member .user-menu .bd ul li a p {
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  font-size: 14px;
}
.member .user-menu .bd ul li a:hover h3 {
  text-decoration: underline;
}
.member .user-menu .bd .btn {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.member .user-box .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.member .user-box .hd h2,
.member .user-box .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.member .user-box .hd h2 {
  padding-top: 50px;
}
.member .user-box .hd h3 {
  line-height: 150px;
}
.proving_result {
  width: 100%;
  height: 35px;
  background: #b96e72;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-top: 2px;
  letter-spacing: 1px;
}
.account_menu {
  width:240px;
  float: left;
  background:#f0f0f0 ;
}
.en_menu{
  width:290px;
}
.account_menu ul {
  overflow: hidden;
}
.account_menu ul li {
  line-height:60px;
  position: relative;
}
.account_menu ul li a:first-child {
  display: block;
  color: #000000;
  font-size: 16px;
  width: 200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.en_menu ul li a:first-child {
  width: 225px;
}
.account_menu ul li a div.div_1{  
  margin-left:20px ;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.en_menu ul li a div.div_1{  
  font-size: 14px;
}
.account_menu ul li:last-child a {
  border-bottom:none;
}
/*.account_menu ul li a span {
  display: block;
  margin-left: 20px;
  font-size: 18px;
}*/
.account_menu ul li a i{
  position: absolute;
  left: -20px;
  top:0;
  display: block;
  width: 20px;
  height: 60px;
}
.left_active,.active_hover{
	position: absolute;
  right:0px;
  top:0;
  display: none;
  width: 30px;
  height: 60px;
  background: url(../../images/ui-img/size-nav-bg.png) center right no-repeat;
}
.li_1 .active_show,.li_1 .active_hover{
  display: block;
}
.li_liang .active_show,.li_liang .active_hover{
	right:0px;
}
.en_menu .li_liang .active_show,.en_menu .li_liang .active_hover{
	right:0px;
}
.account_menu ul li a .i-liangshen{
	background: url(../../images/ui-img/plus.png) no-repeat left center;
	background-size:14px 14px ;
}
.account_menu ul li a .i-liangshen_show{
	background: url(../../images/ui-img/reduce.png) no-repeat left center;
	background-size:14px 14px ;
}
.z-account_menu i {
  display: block !important;
}
.account_detail {
  margin-left: 200px;
  padding-top: 10px;
  padding-left: 80px;
  background: #fff;
  padding-bottom: 50px;
}
.account_detail .change_pasd dl {
  overflow: hidden;
}
.account_detail .change_pasd dl dt {
  float: left;
  width: 33.33333333%;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.account_detail .change_pasd dl dd {
  width: 66.66666667%;
  margin-left: 33.33333333%;
  margin-top: 20px;
  text-align: right;
}
.account_detail .change_pasd dl dd h5 {
  margin: 7px 0 0 0;
  color: #b96e72;
  text-align: left;
}
.account_detail .change_pasd dl dd .btn {
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  border-width: 3px;
  color: #000000;
}
.account_detail .change_pasd dl dd .btn:hover {
  background: #b96e72;
  border-color: #b96e72;
  color: #ffffff;
}
.account_detail .change_userInfo .user_email {
  margin-top: 60px;
  padding-left: 20px;
}
.account_detail .change_userInfo .user_email dt {
  float: left;
  width: 16.66666667%;
}
.account_detail .change_userInfo .user_email dd {
  width: 83.33333333%;
  margin-left: 16.66666667%;
}
.account_detail .change_userInfo ul li {
  float: left;
  width: 41.66666667%;
  line-height: 40px;
  padding: 10px 0;
}
.account_detail .change_userInfo ul li span {
  float: left;
  width: 140px;
}
.account_detail .change_userInfo ul li input,
.account_detail .change_userInfo ul li select {
  width: 50%;
}
.account_detail .change_userInfo ul li h5 {
  margin: 0px;
  padding-left: 140px;
  color: #b96e72;
}
.account_detail .change_userInfo ul li .btn {
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  background: none;
  border-width: 3px;
  color: #000000;
}
.account_detail .change_userInfo ul li .btn:hover {
  background: #b96e72;
  border-color: #b96e72;
  color: #ffffff;
}
.account_detail .change_userInfo ul .li_right {
  margin-right: 16.66666667%;
}
.user-address .address-list {
  padding: 0 10px;
}
.user-address .address-list dl dt span,
.user-address .address-list dl dd span {
  display: inline-block;
  float: left;
  width: 164px;
  word-wrap: break-word;
}
.user-address .address-list dl dt em,
.user-address .address-list dl dd em {
  display: block;
  margin-left: 328px;
  font-style: normal;
  word-wrap: break-word;
}
.user-address .address-list dl dt {
  line-height: 35px;
  padding: 0 10px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
}
.user-address .address-list dl dd {
  position: relative;
  line-height: 24px;
  padding: 15px 10px;
  background: #f5f5f5;
  font-size: 14px;
}
.user-address .address-list dl dd h4 {
  margin: 0;
  text-align: right;
}
.user-address .address-list dl dd h4 a {
  margin-left: 30px;
  text-decoration: underline;
  cursor: pointer;
}
.user-address .address-list dl dd strong {
  display: block;
  position: absolute;
  top: 18px;
  left: -50px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
}
.user-address .address-list dl dd strong i {
  display: block;
  padding: 0 5px;
  background: #000000;
  border-radius: 3px;
  font-style: normal;
  color: #fff;
}
.user-address .address-list dl dd strong b {
  position: absolute;
  top: 4px;
  right: -6px;
  color: #000000;
}
.user-address .address-list dl dd.address-bg {
  background: none;
}
.user-address .address-list .btn-add {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #000000;
}
.user-address .address-list .btn-add h4 {
  margin: 15px;
  font-size: 14px;
  color: #c8c8c8;
  text-align: right;
}
.user-address .address-list .btn-add .btn {
  float: right;
  width: 170px;
}
.address-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}
.address-popup .box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  margin-top: -280px;
  background: #fff;
  border: 4px solid #000000;
}
.address-popup .box a.hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.address-popup .box a.hide i {
  font-size: 12px;
  color: #fff;
}
.address-popup .box h2 {
  line-height: 55px;
  margin: 35px 0 0 0;
  background: #e1e1e1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.address-popup .box .address-form {
  margin-top: 25px;
  margin-bottom: 60px;
  padding: 0 96px;
}
.address-popup .box .address-form .one,
.address-popup .box .address-form .two,
.address-popup .box .address-form .three {
  float: left;
  padding: 0 7px;
}
.address-popup .box .address-form .one {
  width: 100%;
}
.address-popup .box .address-form .two {
  width: 50%;
}
.address-popup .box .address-form .three {
  width: 33.33333333%;
}
.address-popup .box .address-form dl {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}
.address-popup .box .address-form dl dt {
  float: left;
  width: 130px;
  line-height: 44px;
}
.address-popup .box .address-form dl dd {
  margin-left: 130px;
}
.address-popup .box .address-form dl dd h5 {
  margin: 5px 0 0 0;
  letter-spacing: 0;
  color: #b96e72;
}
.address-popup .box .address-form dl dd label {
  float: right;
  font-size: 14px;
  margin-left: 30px;
}
.address-popup .box .address-form dl dd label input {
  margin-right: 5px;
}
.address-popup .box .address-form dl dd .g-btn {
  margin-top: 10px;
  text-align: right;
}
.address-popup .box .address-form dl dd .g-btn .btn {
  margin-left: 15px;
  min-width: 120px;
}
.address-popup .box .address-form dl dd .g-btn .btn-border {
  background: none;
  border-width: 3px;
  color: #000000;
}
.address-popup .box .address-form dl dd .g-btn .btn-border:hover {
  color: #b96e72;
}
.address-popup .box .address-form dl dd .distpicker {
  margin: 0!important;
}
.addresslist-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}
.addresslist-popup .box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  margin-top: -280px;
  background: #fff;
  border: 4px solid #000000;
  z-index:10;
}
.addresslist-popup .box a.hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.addresslist-popup .box a.hide i {
  font-size: 12px;
  color: #fff;
}
.addresslist-popup .box h2 {
  line-height: 55px;
  margin: 35px 0 0 0;
  background: #e1e1e1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.addresslist-popup .box .select-address {
  margin: 20px 65px;
  overflow: hidden;
}
.addresslist-popup .box .select-address .address-title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.addresslist-popup .box .select-address .address-title .title-item {
  padding-left: 35px;
  float: left;
  width: 22.5%;
}
.addresslist-popup .box .select-address .address-title .title-item:nth-of-type(1) {
  width: 5%;
}
.addresslist-popup .box .select-address .address-title .item-address {
  margin-left: 50%;
}
.addresslist-popup .box .list-detail {
  height: 320px;
}
.addresslist-popup .box .list-detail .swiper-container {
  height: 100%;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper {
  width: 100% !important;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-scrollbar-drag {
  display: none;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  padding-left: 35px;
  padding-bottom: 100px;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info {
  padding: 40px 0 20px 0;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info span {
  display: block;
  word-wrap: break-word;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info span:nth-of-type(1) {
  float: left;
  width: 5%;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info span:nth-of-type(2),
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info span:nth-of-type(3) {
  float: left;
  width: 22.5%;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-wrapper .swiper-slide .slide-inner .address-info span:nth-of-type(4) {
  margin-left: 50%;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-scrollbar {
  background: none;
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
  width: 5px;
  opacity: 1 !important;
}
.addresslist-popup .box .list-detail .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #dcdcdc;
}
.addresslist-popup .box .list-detail .swiper-container .select-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background: #fff;
}
.addresslist-popup .box .select-item {
  text-align: center;
  margin: 0 65px ;
  padding: 20px 0;
  border-top: 1px solid #000;
}
.addresslist-popup .box .select-item .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.confirm-order {
  padding-left: 100px;
  padding-top: 30px;
  overflow: hidden;
}
.confirm-order .h3-bg {
  font-size: 22px;
  font-weight: bold;
  background: url(../../images/ui-img/order-node-bg.jpg) no-repeat left;
  padding: 0 55px;
  margin: 3px 0 3px 0;
}
.confirm-order .content-bg {
  background: url("../../images/ui-img/order-bg.png") left;
  background-repeat: repeat-y;
  overflow: hidden;
}
.confirm-order .order-address dl dt {
  width: 30%;
  float: left;
  padding-left: 114px;
  line-height: 44px;
  margin-bottom: 15px;
  font-size: 16px;
}
.confirm-order .order-address dl dt:nth-of-type(1) {
  padding-left: 84px;
  font-size: 18px;
}
.confirm-order .order-address dl dd {
  width: 70%;
  float: left;
  line-height: 44px;
  margin-bottom: 15px;
}
.confirm-order .order-address dl dd:nth-of-type(9),
.confirm-order .order-address dl dd:nth-of-type(10) {
  text-align: right;
}
.confirm-order .order-address dl dd i {
  height: auto;
  padding-left: 10px;
  font-style: normal;
}
.confirm-order .order-address dl dd .btn {
  padding-left: 65px;
  padding-right: 65px;
}
.confirm-order .order-address dl dd h5 {
  height: 25px;
  line-height: 25px;
  margin: 0 0;
  color: #b96e72;
}
.confirm-order .order-address dl .control-width1 {
  width: 33.33333333%;
  float: left;
  padding-right: 20px;
}
.confirm-order .order-address dl .control-width2 {
  width: 66.66666667%;
  float: left;
  padding-left: 10px;
}
.confirm-order .order-address .address-detail {
  padding-bottom: 50px;
  padding-left: 84px;
}
.confirm-order .order-address .address-detail h3 {
  font-size: 18px;
}
.confirm-order .order-address .address-detail .shipping-address {
  font-size: 16px;
  padding-left: 30px;
}
.confirm-order .order-address .address-detail .shipping-address ul {
  font-size: 14px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.confirm-order .order-address .address-detail .shipping-address ul li {
  line-height: 25px;
  word-wrap: break-word;
}
.confirm-order .order-address .address-detail .shipping-address p a {
  margin-right: 60px;
  text-decoration: underline;
}
.confirm-order .order-cloth dl {
  padding-bottom: 30px;
}
.confirm-order .order-cloth dl dt {
  padding-left: 84px;
}
.confirm-order .order-coupon h5 {
  height: 25px;
  line-height: 25px;
  margin: 0;
  color: #b96e72;
}
.confirm-order .order-coupon dl {
  padding-bottom: 50px;
}
.confirm-order .order-coupon dl dt {
  padding-left: 84px;
  font-size: 18px;
}
.confirm-order .order-coupon dl dt:nth-of-type(2),
.confirm-order .order-coupon dl dt:nth-of-type(3) {
  padding-left: 114px;
}
.confirm-order .order-coupon dl dt .left {
  width: 75%;
  float: left;
  padding-top: 5px;
}
.confirm-order .order-coupon dl dt .right {
  width: 25%;
  float: left;
  padding-left: 30px;
}
.confirm-order .order-coupon dl dt .right .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.confirm-order .order-coupon dl dd {
  margin-left: 114px;
  font-size: 14px;
  overflow: hidden;
  padding-left: 15px;
}
.confirm-order .order-coupon dl dd:nth-of-type(1) {
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.confirm-order .order-coupon dl dd:nth-of-type(1) span {
  padding: 15px 0;
}
.confirm-order .order-coupon dl dd span {
  padding: 30px 0;
  width: 15%;
  display: block;
  float: left;
}
.confirm-order .order-coupon dl dd span input {
  margin-right: 20px;
}
.confirm-order .order-coupon dl dd span:nth-of-type(1) {
  width: 5%;
}
.confirm-order .order-coupon dl dd span:nth-of-type(2),
.confirm-order .order-coupon dl dd span:nth-of-type(6) {
  width: 25%;
}
.confirm-order .order-coupon dl .coupon-bg {
  background: #f5f5f5;
}
.confirm-order .order-coupon .add-coupon {
  padding-left: 84px;
  padding-bottom: 50px;
}
.confirm-order .order-coupon .add-coupon .coupon-content {
  padding-left: 30px;
}
.confirm-order .order-coupon .add-coupon .coupon-content .left {
  width: 75%;
  float: left;
  padding-top: 5px;
}
.confirm-order .order-coupon .add-coupon .coupon-content .right {
  width: 25%;
  float: left;
  padding-left: 30px;
}
.confirm-order .order-coupon .add-coupon .coupon-content .right .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.confirm-order .order-coupon .add-coupon .coupon-content h5 {
  height: 25px;
  line-height: 25px;
  margin: 0 0;
  color: #b96e72;
}
.confirm-order .order-product dl {
  padding-bottom: 20px;
}
.confirm-order .order-product dl dt {
  overflow: hidden;
  padding-left: 84px;
  font-size: 18px;
}
.confirm-order .order-product dl dt:nth-of-type(2) ul {
  font-size: 16px;
  float: right;
  width: 330px;
}
.confirm-order .order-product dl dt:nth-of-type(2) ul li {
  height: 25px;
  line-height: 25px;
}
.confirm-order .order-product dl dt:nth-of-type(2) ul li span {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.confirm-order .order-product dl dt .label-box {
  padding: 20px 30px 0 30px;
  border: solid #000;
  border-width: 1px 0;
}
.confirm-order .order-product dl dt .label-box .label-list {
  margin-bottom: 20px;
}
.confirm-order .order-product dl dt .label-box .label-list label input {
  margin-right: 20px;
}
.confirm-order .order-product dl dt .btn {
  float: right;
  padding-left: 40px;
  padding-right: 40px;
}
.confirm-order .order-product dl dd {
  margin-left: 114px;
  font-size: 14px;
  overflow: hidden;
}
.confirm-order .order-product dl dd:nth-of-type(1) {
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.confirm-order .order-product dl dd span {
  position: relative;
  float: left;
  display: block;
  width: 20%;
  padding-top: 10px;
}
.confirm-order .order-product dl dd span:nth-of-type(2) {
  width: 40%;
}
.confirm-order .order-product dl dd span em {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 60px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.confirm-order .order-product dl dd span img {
  width: 100%;
  padding: 0px 30px 5px 0;
}
.confirm-order .order-product dl dd span i {
  display: block;
  line-height: 21px;
  padding: 8px 0;
  font-style: normal;
  font-size: 14px;
}
.confirm-order .order-product dl dd span i:nth-of-type(1) {
  font-size: 16px;
}
.confirm-order .order-product dl dd span i a {
  text-decoration: underline;
}
.confirm-order .order-product dl dd span b {
  display: block;
  padding-top: 23px;
  font-weight: normal;
  line-height: 130px;
}
.confirm-order .order-product dl dd span strong {
  max-width: 140px;
  margin-left: -47px;
  margin-top: 4px;
}
.confirm-order .order-product dl dd span strong a {
  display: block;
  padding: 8px 0;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}
.confirm-order .order-product dl dd strong {
  display: block;
  float: left;
  width: 100%;
  line-height: 25px;
  font-weight: normal;
}
.confirm-order .order-product dl dd strong b {
  font-weight: normal;
  color: #999;
}
.confirm-order .order-finish {
  margin-bottom: 30px;
}
.confirm-order .order-finish .h3-bg {
  opacity: 0.2;
}
.contbox {
  overflow: hidden;
}
.contbox .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.contbox .hd h2,
.contbox .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.contbox .hd h2 {
  padding-top: 50px;
}
.contbox .hd h3 {
  line-height: 150px;
}
.contbox .bd {
  line-height: 30px;
  padding: 30px 0;
}
.ios-bg{
	width: 100%;
}
.ios-bg img{
	width: 100%;
}
.container .ios-txt{
	width: 600px;
	height: 70px;
	background:url(../../images/download/xingzhuang.png) no-repeat center bottom;
	margin: 70px auto;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
}
.ios-bottom{
	width: 100%;
	overflow: hidden;
	margin-bottom: 150px;
}
.ios-bottom dl{
	width: 20%;
	float: left;
}
.ios-bottom dl dt img{
	display: block;
  margin: 0 auto; 
}
.ios-bottom dl dd span{
	display: block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.ios-bottom dl dd em{
	display: block;
	font-style: normal;
  text-align: center;
  font-size: 14px;
}
.contbox .bd img {
  max-width: 100% !important;
}
.logout {
  text-align: center;
  text-decoration: underline;
  display: block;
}
.logout:hover {
  text-decoration: underline;
}
.mail-prompt {
  text-align: center;
  min-height: 400px;
  padding: 100px 0;
}
.tailor-prompt {
  display: none;
  position: relative;
  height: 0;
  letter-spacing: 1px;
  text-align: center;
}
.tailor-prompt h4 {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  line-height: 35px;
  margin: 0;
  background: #b96e72;
  color: #ffffff;
  z-index: 2;
}
.tailor-prompt h4 a {
  color: #fff;
  text-decoration: underline;
}
.tailor-prompt h4 a:hover {
  text-decoration: underline;
}
.add-size {
  position: relative;
}
.add-size .tab-menu {
  overflow: hidden;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 52px;
  line-height: 48px;
  border: solid #000000;
  border-width: 0 0 2px 0;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}
.add-size .tab-menu li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  color: #000000;
  cursor: pointer;
}
.add-size .tab-menu li i {
  position: absolute;
  display: none;
  left: 0;
  top: 17px;
  font-size: 12px;
}
.add-size .tab-menu li span {
  display: block;
  margin-left: 20px;
}
.add-size .tab-menu li.active i {
  display: block;
}
.add-size .tab-menu li:hover span {
  text-decoration: underline;
}
.add-size .tab-box .box {
  display: none;
}
.add-size .tab-box .active {
  display: block;
}
.add-size .tab-box .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.add-size .tab-box .hd h2,
.add-size .tab-box .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.add-size .tab-box .hd h2 {
  padding-top: 50px;
}
.add-size .tab-box .hd h3 {
  line-height: 150px;
}
.add-size .tab-box .bd {
  margin-top: 100px;
}
.add-size .tab-box .bd .unit {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #999999;
}
.add-size .tab-box .bd .unit ul {
  overflow: hidden;
}
.add-size .tab-box .bd .unit ul li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  border-right: 1px solid #cccccc;
}
.add-size .tab-box .bd .unit ul li:last-child {
  border-right: none;
}
.add-size .tab-box .bd .unit ul li span,
.add-size .tab-box .bd .unit ul li em {
  display: block;
  width: 33.33333333%;
}
.add-size .tab-box .bd .unit ul li span {
  float: left;
  text-align: right;
}
.add-size .tab-box .bd .unit ul li em {
  float: right;
  font-style: normal;
}
.add-size .tab-box .bd .unit ul li .switch {
  overflow: hidden;
  position: relative;
  width: 45px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  background: #e6e6e6;
}
.add-size .tab-box .bd .unit ul li .switch label {
  display: block;
  position: relative;
  width: 100%;
  height: 18px;
}
.add-size .tab-box .bd .unit ul li .switch label i {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  position: absolute;
  z-index: 2;
  left: 23px;
  top: 2px;
  background: #b96e72;
}
.add-size .tab-box .bd .unit ul li .switch label i:before {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  left: -20px;
}
.add-size .tab-box .bd .unit ul li .switch input {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 100%;
  height: 18px;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.add-size .tab-box .bd .unit ul li .switch input:checked ~ label i {
  left: 2px;
}
.add-size .tab-box .bd .unit ul li .switch input:checked ~ label i:before {
  left: 23px;
}
.add-size .tab-box .bd .size-form {
  padding-top: 10px;
}
.add-size .tab-box .bd .size-form ul li {
  padding-bottom: 5px;
}
.add-size .tab-box .bd .size-form ul li h3 {
  margin: 10px 0 5px 0;
}
.add-size .tab-box .bd .size-form ul li h3 em {
  padding-right: 5px;
  font-style: normal;
  font-weight: bold;
  color: #b96e72;
}
.add-size .tab-box .bd .size-form ul li h3 i {
  float: right;
  font-style: normal;
  font-size: 14px;
  color: #999999;
}
.add-size .tab-box .bd .size-form ul li h5 {
  margin: 5px 0;
  color: #b96e72;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right {
  position: relative;
  float: right;
  width: 60px;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right em {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
  background: #ccc;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right em span {
  display: none;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right .m-video {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right .m-video b {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right .m-video video {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .right .m-video p {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  line-height: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  text-align: center;
}
.add-size .tab-box .bd .size-form ul li .g-inpt .left {
  margin-right: 75px;
}
.add-size .tab-box .bd .size-form ul li .one,
.add-size .tab-box .bd .size-form ul li .two {
  padding: 0 15px;
}
.add-size .tab-box .bd .size-form ul li .two {
  float: left;
  width: 50%;
  height: 108px;
}
.add-size .tab-box .bd .size-form ul#upload-img li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture {
  position: relative;
  height: 260px;
  margin-top: 15px;
  background: #e6e6e6;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture i {
  display: block;
  padding-top: 50px;
  font-size: 100px;
  color: #fff;
  text-align: center;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture em {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.4);
  font-style: normal;
  text-align: center;
  z-index: 2;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture em b {
  display: block;
  margin-bottom: 20px;
  font-size: 100px;
  color: #ffffff;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture em span {
  padding: 0 20px;
  color: #ffffff;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  z-index: 1;
}
.add-size .tab-box .bd .size-form ul#upload-img li .file-picture:hover em {
  display: block;
}
.add-size .tab-box .bd .size-form .schematic {
  padding-top: 10px;
  text-align: center;
}
.add-size .tab-box .bd .size-form .schematic h3 {
  overflow: hidden;
  float: left;
  width: 100%;
}
.add-size .tab-box .bd .size-form .schematic h3 a {
  color: #000000;
  cursor: pointer;
}
.add-size .tab-box .bd .size-form .schematic h3 a i {
  padding: 7px 10px;
  background: #898989;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
}
.add-size .tab-box .bd .size-form .schematic h3 a span {
  padding-left: 15px;
}
.add-size .tab-box .bd .size-form .schematic h3 a:hover span {
  text-decoration: underline;
}
.add-size .tab-box .bd .size-form .schematic .btn {
  padding-left: 80px;
  padding-right: 80px;
}
.add-size .tab-box .bd .appointment dl {
  overflow: hidden;
  margin-bottom: 20px;
}
.add-size .tab-box .bd .appointment dl dt {
  padding-bottom: 5px;
  font-size: 18px;
}
.add-size .tab-box .bd .appointment dl dt em {
  float: right;
  font-style: normal;
  cursor: pointer;
}
.add-size .tab-box .bd .appointment dl dt em i {
  padding-left: 5px;
  font-style: normal;
  font-family: "宋体";
  font-weight: bold;
}
.add-size .tab-box .bd .appointment dl dd {
  margin-left: -15px;
  margin-right: -15px;
}
.add-size .tab-box .bd .appointment dl dd .one,
.add-size .tab-box .bd .appointment dl dd .two,
.add-size .tab-box .bd .appointment dl dd .three {
  padding: 0 15px;
}
.add-size .tab-box .bd .appointment dl dd .three {
  float: left;
  width: 33.33333333%;
}
.add-size .tab-box .bd .appointment dl dd h5 {
  margin: 0;
  color: #b96e72;
}
.add-size .tab-box .bd .appointment p {
  font-size: 14px;
  color: #414141;
  text-align: center;
}
.add-size .tab-box .bd .appointment .schematic {
  padding-top: 10px;
  text-align: center;
}
.add-size .tab-box .bd .appointment .schematic .btn {
  padding-left: 80px;
  padding-right: 80px;
}
.video-schematic {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  z-index: 9999;
}
.video-schematic h3 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.video-schematic b {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}
.video-schematic video {
  height: 100%;
}
.product {
  padding-top: 30px;
}
.product ul li .product-list {
  position: relative;
  margin-bottom: 60px;
  color: #000;
}
.product ul li .product-list .product-img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  min-height: 348px;
  background: #e6e6e6;
}
.product ul li .product-list .product-img a.before{
	display: block;
}
.product ul li .product-list .product-img a,
.product ul li .product-list .product-img img {
  width: 100%;
  position: relative;
}
.product ul li .product-list .product-img a i,
.product ul li .product-list .product-img img i ,.wish-img i.sold_tip{
  background: rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  height: 160px;
  width: 160px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  color: #fff;
  line-height: 160px;
}
.wish-img i.sold_tip{
  margin-left: -50px;
  margin-top: -50px;
  height: 100px;
  width: 100px;
  font-size: 16px;
  line-height: 100px;
}
.product ul li .product-list .product-img:hover > a:nth-of-type(2) {
  opacity: 1;
  z-index: 2;
}
.product ul li .product-list .product-img a:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.product ul li .product-list .product-title h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 19px;
  margin: 6px 0 0 0;
  font-size: 12px;
  color: #414141;
}
.product ul li .product-list .product-title h5:nth-of-type(1),
.product ul li .product-list .product-title h5:nth-of-type(3) {
  font-weight: 700;
  font-size: 14px;
}
.product ul li .product-list .product-title h5 a:hover {
  text-decoration: underline;
}
.product ul li .product-list .product-title h5 em {
  font-style: normal;
  font-weight: bold;
  padding-right: 15px;
}
.product ul li .product-list .product-title h5 del {
  font-size: 12px;
}
.product ul li .product-list .product-color {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}
.product ul li .product-list .product-color li {
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 2px;
}
.product ul li .product-list .product-color li:hover {
  padding: 1px;
  border: 1px solid #999;
}
.product ul li .product-list .product-color li img {
  width: 100%;
  height: 100%;
}
.ie8 .product ul li .product-list .product-img .after {
  display: none;
}
.ie8 .product ul li .product-list .product-img:hover .before {
  display: none;
}
.ie8 .product ul li .product-list .product-img:hover .after {
  display: block;
}
.custom-pagination {
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}
.custom-pagination li {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  font-size: 14px;
}
.custom-pagination li a {
  display: block;
}
.custom-pagination li a:hover {
  text-decoration: underline;
}
.custom-pagination li .a-left,
.custom-pagination li .a-right {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  background-image: url(../../images/ui-img/icon-pic.png);
  background-repeat: no-repeat;
}
.custom-pagination li .a-left {
  background-position: 0px -123px;
}
.custom-pagination li .op-btn {
  opacity: 0.5;
}
.custom-pagination li .a-right {
  background-position: -35px -123px;
}
.y_active {
  background: #000;
}
.y_active a {
  color: #fff;
}
.y_active a:hover {
  text-decoration: none!important;
}
.z-fabric {
  padding: 1px !important;
  border: 1px solid #000000;
}
.product-data {
  overflow: hidden;
  margin-top: 28px ;
  margin-bottom:30px;
}
.product-data .layout-left {
  overflow: hidden;
  float: left;
  width: 575px;
  margin-right: 70px;
}
.product-data .layout-left .size-sketch-map {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-left: 101px;
}
.product-data .layout-left .size-sketch-map .box {
  display: none;
  padding-bottom: 10px;
}
.product-data .layout-left .size-sketch-map .show {
  float: right;
  font-style: normal;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.product-data .product-left {
  width: 78px;
  margin-left: 0;
  float: left;
}
.product-data .product-left .arrow-up,
.product-data .product-left .arrow-down {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../../images/ui-img/icon-pic.png) no-repeat;
}
.product-data .product-left .arrow-up {
  background-position: 0 -195px;
}
.product-data .product-left .arrow-down {
  background-position: -90px -190px;
}
.product-data .product-left .product-swiper1 {
  overflow: hidden;
  width: 78px;
  height: 520px;
}
.product-data .product-left .product-swiper1 .swiper-slide {
  width: 70px !important;
  height: auto !important;
  margin: 5px 0;
  padding: 4px;
  cursor: pointer;
  position: relative;
}
.product-data .product-left .product-swiper1 .swiper-slide img {
  width: 100% !important;
}
.product-data .product-left .product-swiper1 .swiper-slide.active-nav {
  padding: 3px;
  border: 1px solid #000;
}
.product-data .product-middle {
  float: right;
  position: relative;
  width: 474px;
}
.product-data .product-middle .product-swiper2 {
  width: 100%;
  margin-left: 0;
}
.product-data .product-middle .product-swiper2 ul li {
  cursor: url('../../images/ui-img/enlarge.png'), default;
  position: relative;
}
.product-data .product-middle .product-swiper2 ul li img {
  width: 100%;
}
.product-data .product-middle .product-swiper2 ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 100%;
}
.product-data .product-middle .arrow-left,
.product-data .product-middle .arrow-right {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 5;
  background: url(../../images/ui-img/icon-pic.png) no-repeat;
}
.product-data .product-middle .arrow-left {
  background-position: 0 -157px;
  left: 0;
}
.product-data .product-middle .arrow-right {
  right: 0;
  background-position: -40px -157px;
}
.product-data .product-middle:hover .arrow-left,
.product-data .product-middle:hover .arrow-right {
  display: block;
}
.product-data .product-details {
  font-size: 14px;
  font-style: normal;
}
.product-data .product-details dl {
  overflow: hidden;
}
.product-data .product-details dl dt {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-data .product-details dl dt .btn-gray {
  border: none;
  color: #999999;
  background: #d2d2d2;
}
.product-data .product-details dl dt:nth-of-type(4) {
  font-weight: 700;
  font-size: 18px;
}
.product-data .product-details dl dt:nth-of-type(2),
.product-data .product-details dl dt:nth-of-type(1),
.product-data .product-details dl dt:nth-of-type(3) {
  margin-bottom: 15px;
}
.product-data .product-details dl dt:nth-of-type(7) {
  margin-bottom: 10px !important;
}
.product-data .product-details dl dt:nth-of-type(1) {
  font-size: 20px;
}
.product-data .product-details dl dt span {
  margin-left: 22px;
}
.product-data .product-details dl dt span a {
  margin-right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 2px;
}
.product-data .product-details dl dt span a:hover {
  padding: 1px;
  border: 1px solid #999;
}
.product-data .product-details dl dt span a img {
  width: 100%;
  height: 100%;
}
.product-data .product-details dl dt em {
  margin-right: 28px;
  padding-left: 4px;
}
.product-data .product-details dl dt b {
  float: left;
  padding-top: 8px;
  font-weight: normal;
}
.product-data .product-details dl dt del {
  margin-left: 15px;
  font-size: 16px;
}
.product-data .product-details dl dt .add-img {
  left: 0;
  background: url(../../images/ui-img/icon-pic.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-position: 0px 0px;
  margin-left: 0;
  vertical-align: middle;
  margin-right: 28px;
  cursor: pointer;
}
.product-data .product-details dl dt .add-img:hover {
  background-position: -32px 0;
}
.product-data .product-details dl dt .wish-img {
  left: 0;
  background: url(../../images/ui-img/icon-pic.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-position: 0px 0px;
  margin-left: 0;
  vertical-align: middle;
  margin-right: 25px;
  cursor: pointer;
  background-position: -128px 0;
}
.product-data .product-details dl dt .number {
  margin-left: 50px;
}
.product-data .product-details dl dt .number .btn,
.product-data .product-details dl dt .number .inpt {
  display: block;
  float: left;
  width: 30px;
  line-height: 28px;
  outline: none;
}
.product-data .product-details dl dt .number .btn {
  height: 30px;
  background: none;
  border: 1px solid #ccc;
}
.product-data .product-details dl dt .number .inpt {
  width: 38px;
  height: 28px;
  border: solid #ccc;
  border-width: 1px 0;
  text-align: center;
  box-sizing: content-box;
}
.product-data .product-details dl dt .reminder {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
.product-data .product-details dl dt .reminder span {
  float: left;
  margin-left: 0;
  padding-right: 10px;
}
.product-data .product-details dl dt .reminder i {
  float: left;
  padding: 3px;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
.product-data .product-details dl dt .reminder em {
  display: block;
  float: left;
  width: 150px;
  margin-left: 30px;
  font-style: normal;
  text-align: right;
}
.product-data .product-details dl dt .reminder em.current {
  display: none;
}
.product-data .product-details dl dt .reminder em a {
  color: #396ed6;
  cursor: pointer;
}
.product-data .product-details dl dt .tailor-size {
  max-width: 260px;
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  cursor: pointer;
}
.product-data .product-details dl dt .tailor-size i {
  float: right;
  font-style: normal;
  font-family: "宋体";
  color: #666;
}
.product-data .product-details dl dt dl.select-cloth {
  overflow: hidden;
  width: 304px;
  margin-top: 10px;
}
.product-data .product-details dl dt dl.select-cloth dt {
  display: inline-block;
  float: left;
  width: 88px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1px;
  cursor: pointer;
}
.product-data .product-details dl dt dl.select-cloth dt.active {
  border: 1px solid #000000;
}
.product-data .product-details dl dt dl.select-cloth dt .pic {
  overflow: hidden;
  position: relative;
  height: 30px;
  border-radius: 3px;
}
.product-data .product-details dl dt dl.select-cloth dt .pic img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0px, -50%);
}
.product-data .product-details dl dt dl.select-cloth dt .text {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 13px;
  color: #666;
}
.product-data .product-details dl dt dl.select-cloth dd {
  display: block;
  float: left;
  width: 88px;
  height: 32px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.product-data .product-details dl dt .standard {
  display: block;
  float: left;
  margin-left: 0;
  padding-bottom: 10px;
  cursor: pointer;
}
.product-data .product-details dl dt .standard i {
  padding-left: 10px;
  font-style: normal;
  font-family: "宋体";
  color: #666;
}
.product-data .product-details dl dt .select-tailor-way h4 {
  margin: 15px 0 0 0;
}
.product-data .product-details dl dt .select-tailor-way .custom {
  width: 304px;
}
.product-data .product-details dl dt .select-tailor-way .custom .title {
  overflow: hidden;
  min-height: 22px;
}
.product-data .product-details dl dt .select-tailor-way .custom .title span {
  float: left;
  margin-left: 0;
  padding-right: 15px;
}
.product-data .product-details dl dt .select-tailor-way .custom .title i {
  float: left;
  padding: 3px;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
.product-data .product-details dl dt .select-tailor-way .custom .title .size-narrate {
  display: block;
  float: left;
  margin-left: 132px;
  color: #396ed6;
  cursor: pointer;
}
.product-data .product-details dl dt .select-tailor-way .custom dl {
  overflow: hidden;
  padding: 15px 0 10px 0;
}
.product-data .product-details dl dt .select-tailor-way .custom dl:last-child {
  padding-bottom: 0;
}
.product-data .product-details dl dt .select-tailor-way .custom dl dt {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.product-data .product-details dl dt .select-tailor-way .custom dl dt .pic {
  overflow: hidden;
  position: relative;
  width: 84px;
  height: 30px;
  margin: 0 -12px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.product-data .product-details dl dt .select-tailor-way .custom dl dt .pic img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0px, -50%);
}
.product-data .product-details dl dt .select-tailor-way .custom dl dt.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.product-data .product-details dl dt .select-tailor-way .custom dl dt.select-no {
  background: #ccc;
  color: #555;
}
.product-data .product-details dl dt .select-tailor-way .custom dl dd {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}
.product-data .product-details dl .product-d {
  cursor: pointer;
}
.product-data .product-details dl dd {
  color: #c7c7c7;
  line-height: 25px;
  padding-left: 42px;
  margin-bottom: 20px;
}
.product-data .product-details dl dd:nth-of-type(2) {
  display: none;
}
.product-data .product-details ul {
  overflow: hidden;
  margin-right: -20px;
}
.product-data .product-details ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 20px;
  padding-right: 20px;
}
.product-data .product-details ul li img {
  width: 100%;
}
.product-data .product-details ul li .product-title h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 19px;
  margin: 6px 0 0 0;
  font-size: 12px;
  color: #414141;
}
.product-data .product-details ul li .product-title h5:nth-of-type(1),
.product-data .product-details ul li .product-title h5:nth-of-type(3) {
  font-weight: 700;
  font-size: 14px;
}
.product-data .product-details ul li .product-title h5 a:hover {
  text-decoration: underline;
}
.product-data .product-details ul li .product-title h5 em {
  font-style: normal;
  padding-right: 15px;
}
.product-data .product-details ul li .product-title h5 del {
  font-size: 12px;
}
.image-zoom-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}
.image-zoom-container .image-zoom-inner {
  margin-left: 70px;
  margin-bottom: 50px;
}
.image-zoom-container .image-zoom-inner .product-modal {
  float: left;
  width: 110px;
  margin-right: 50px;
}
.image-zoom-container .image-zoom-inner .product-modal .arrow-up,
.image-zoom-container .image-zoom-inner .product-modal .arrow-down {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../../images/ui-img/icon-pic.png) no-repeat;
}
.image-zoom-container .image-zoom-inner .product-modal .arrow-up {
  background-position: 15px -195px;
}
.image-zoom-container .image-zoom-inner .product-modal .arrow-down {
  background-position: -75px -190px;
}
.image-zoom-container .image-zoom-inner .product-modal .product-swiper3 {
  height: 702px;
}
.image-zoom-container .image-zoom-inner .product-modal .product-swiper3 .swiper-slide {
  width: 100px !important;
  height: auto !important;
  margin: 5px 0;
  padding: 4px;
  cursor: pointer;
}
.image-zoom-container .image-zoom-inner .product-modal .product-swiper3 .swiper-slide img {
  width: 100% !important;
}
.image-zoom-container .image-zoom-inner .product-modal .product-swiper3 .swiper-slide.active-nav {
  padding: 3px;
  border: 1px solid #000;
}
.image-zoom-container .image-zoom-inner .image-container {
  overflow: hidden;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.image-zoom-container .image-zoom-inner .image-container img {
  max-width: 100%;
}
.image-zoom-container .image-zoom-inner .header-zoom {
  width: 100%;
  margin: 40px 0;
}
.image-zoom-container .image-zoom-inner .header-zoom .back-product {
  float: left;
  width: 200px;
  cursor: pointer;
}
.image-zoom-container .image-zoom-inner .header-zoom .close-zoom {
  text-align: right;
  padding-right: 50px;
  font-size: 24px;
}
.image-zoom-container .image-zoom-inner .header-zoom .close-zoom i {
  cursor: pointer;
}
.show-image-zoom-container {
  overflow-y: hidden;
}
.popup-shoppingbag {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.popup-shoppingbag .box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 572px;
  margin-left: -286px;
  margin-top: -286px;
  background: #fff;
  border: 4px solid #000;
  z-index: 10;
}
.popup-shoppingbag .box .hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.popup-shoppingbag .box .shoppingbag-detail {
  color: #000;
  margin-top: 60px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-header {
  height: 72px;
  width: 100%;
  line-height: 72px;
  background-color: #e1e1e1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content {
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dt {
  width: 172px;
  margin-left: 52px;
  margin-right: 32px;
  float: left;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dt img {
  width: 100%;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dd {
  padding-top: 50px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dd span,
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dd em {
  display: block;
  margin-top: 15px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dd span {
  font-size: 16px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-content dd em {
  font-size: 14px;
  font-style: normal;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-btn {
  padding: 0 118px;
  margin-bottom: 30px;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-btn .btn-border {
  margin-top: 15px;
  background: none;
  border: solid 3px #000;
  color: #000;
}
.popup-shoppingbag .box .shoppingbag-detail .shoppingbag-btn .btn-border:hover {
  border: solid 3px #b96e72;
  color: #b96e72;
}
.popup-goods {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.popup-goods .box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 572px;
  margin-left: -286px;
  margin-top: -330px;
  background: #fff;
  border: 4px solid #000;
}
.popup-goods .box .hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.popup-goods .box .shoppingbag-detail {
  color: #000;
  margin-top: 40px;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-header {
  height: 72px;
  width: 100%;
  line-height: 72px;
  background-color: #e1e1e1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.popup-goods .box .shoppingbag-detail .items-center {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content {
  margin-top: 20px;
  overflow: hidden;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dt {
  width: 120px;
  margin-left: 52px;
  margin-right: 32px;
  float: left;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dt img {
  width: 100%;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dd {
  margin-left: 145px;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dd span,
.popup-goods .box .shoppingbag-detail .shoppingbag-content dd em {
  display: block;
  margin-top: 15px;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dd span {
  font-size: 16px;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-content dd em {
  font-size: 14px;
  font-style: normal;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-btn {
  padding: 0 118px;
  margin-bottom: 30px;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-btn .btn-border {
  margin-top: 15px;
  background: none;
  border: solid 3px #000;
  color: #000;
}
.popup-goods .box .shoppingbag-detail .shoppingbag-btn .btn-border:hover {
  border: solid 3px #b96e72;
  color: #b96e72;
}
.mywish {
  overflow: hidden;
}
.mywish .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.mywish .hd h2,
.mywish .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.mywish .hd h2 {
  padding-top: 50px;
}
.mywish .hd h3 {
  line-height: 150px;
}
.mywish .wish-list,.wrap_promote,.wrap_Sunburn{
  padding-top: 30px;
  overflow: hidden;
  background: #fff;
  min-height: 600px;
  padding-left: 30px;
}
.wrap_evalua {
  overflow: hidden;
  background: #fff;
  min-height: 600px;
}
.wish-img{
	position: relative;
}
.mywish .wish-list ul {
  width: 100%;
  overflow: hidden;
}
.mywish .wish-list ul.wish_ul li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 60px;
  float: left;
  display: inline;
  width: 25%;
}
.mywish .wish-list ul.wish_ul li .wish-img{
	 min-height: 240px;
}
.mywish .wish-list ul li .wish-img img {
  width: 100%;
}
.mywish .wish-list ul li .wish-img a.hide {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #666666;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.mywish .wish-list ul li .wish-product {
  text-align: center;
}
.mywish .wish-list ul li .wish-product h5 {
  margin: 10px 0;
  font-size: 14px;
  color: #414141;
}
.mywish .wish-list ul li .wish-product h5.shop_name{
	  height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mywish .wish-list ul li .wish-product h5:nth-of-type(1),
.mywish .wish-list ul li .wish-product h5:nth-of-type(3) {
  font-weight: 700;
  font-size: 16px;
}
.mywish .wish-list ul li .wish-product h5:nth-of-type(3){
	 font-size: 14px;
}
.mywish .wish-list ul li .wish-product h5 a:hover {
  text-decoration: underline;
}
.mywish .wish-list ul li .wish-product h5 span {
  font-size: 14px;
}
.mycoupon .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.mycoupon .hd h2,
.mycoupon .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.mycoupon .hd h2 {
  padding-top: 50px;
}
.mycoupon .hd h3 {
  line-height: 150px;
}
.mycoupon .coupon-list {
  margin-left: 170px;
  padding-top: 5px;
  padding-left: 80px;
  background: #fff;
  padding-bottom: 50px;
}
.mycoupon .coupon-list h4 {
  font-size: 18px;
}
.mycoupon .coupon-list .coupon-detail {
  padding: 0 25px;
}
.mycoupon .coupon-list .coupon-detail ul {
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.mycoupon .coupon-list .coupon-detail ul li {
  overflow: hidden;
  line-height: 24px;
  padding: 18px 4px;
  font-size: 14px;
  letter-spacing: 1px;
}
.mycoupon .coupon-list .coupon-detail ul li h4 {
  color: #3b3b3b;
}
.mycoupon .coupon-list .coupon-detail ul li.coupon-bg {
  background: #f5f5f5;
}
.mycoupon .coupon-list .coupon-detail ul li.title {
  padding: 5px 4px;
  background: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  letter-spacing: 0;
}
.mycoupon .coupon-list .coupon-detail ul li.invalid {
  color: #c8c8c8;
}
.mycoupon .coupon-list .coupon-detail ul li em,
.mycoupon .coupon-list .coupon-detail ul li span,
.mycoupon .coupon-list .coupon-detail ul li i {
  display: block;
  float: left;
  word-wrap: break-word;
  font-size: 13px;
}
.mycoupon .coupon-list .coupon-detail ul li em,
.mycoupon .coupon-list .coupon-detail ul li i {
  font-style: normal;
}
.mycoupon .coupon-list .coupon-detail ul li em {
  width: 13.75%;
}
.mycoupon .coupon-list .coupon-detail ul li i {
  width: 37%;
}
.mycoupon .coupon-list .coupon-detail ul li span {
  width: 16%;
  padding: 0 5px;
}
.mycoupon .coupon-list .delete-list {
  padding: 15px 25px;
  text-align: right;
}
.mycoupon .coupon-list .delete-list a {
  text-decoration: underline;
}
.mycoupon .coupon-list dl {
  margin-left: 25px;
}
.mycoupon .coupon-list dl dt {
  height: 50px;
  line-height: 50px;
}
.mycoupon .coupon-list dl dd {
  float: left;
  margin-right: 30px;
}
.mycoupon .coupon-list dl dd:nth-of-type(1) {
  width: 70%;
}
.mycoupon .coupon-list dl dd button {
  padding: 0 40px;
}
.mycoupon .coupon-list dl dd input {
  height: 50px;
}
.mycoupon .coupon-list dl dd h5 {
  color: #b87071;
}
.shipping-bag {
  margin-bottom: 20px;
}
.shipping-bag ul {
  padding: 0 30px;
  border-bottom: 1px solid #000;
}
.shipping-bag ul li {
  padding: 30px 0;
  border-bottom: 1px solid #c8c8c8;
}
.shipping-bag ul li:last-child {
  border-bottom: none;
}
.shipping-bag ul li .cart-ckbox {
  float: left;
  width: 70px;
  margin-top: 90px;
  text-align: center;
}
.shipping-bag ul li .cart-ckbox input[type="checkbox"]:checked + label::after {
  left: 29px;
}
.shipping-bag ul li .cart-ckbox label:before {
  left: 27px;
}
.shipping-bag ul li dl {
  position: relative;
  margin-left: 70px;
}
.shipping-bag ul li dl dt {
  float: right;
  line-height: 30px;
  padding-top: 50px;
}
.shipping-bag ul li dl dt span {
  float: left;
}
.shipping-bag ul li dl dt span.number {
  margin: 0 15px;
}
.shipping-bag ul li dl dt span.number .btn,
.shipping-bag ul li dl dt span.number .inpt {
  display: block;
  float: left;
  width: 30px;
  line-height: 28px;
  margin: 0;
  outline: none;
}
.shipping-bag ul li dl dt span.number .btn {
  height: 30px;
  background: none;
  border: 1px solid #c8c8c8;
}
.shipping-bag ul li dl dt span.number .inpt {
  width: 38px;
  height: 28px;
  border: solid #c8c8c8;
  border-width: 1px 0;
  text-align: center;
}
.shipping-bag ul li dl dt span em {
  display: block;
  font-style: normal;
  text-align: right;
}
.shipping-bag ul li dl dt span del {
  font-size: 14px;
}
.shipping-bag ul li dl dd {
  margin-right: 370px;
}
.shipping-bag ul li dl dd a.pic {
  display: block;
  position: relative;
  float: left;
  width: 170px;
  margin-right: 30px;
}
.shipping-bag ul li dl dd a.pic img {
  width: 100%;
}
.shipping-bag ul li dl dd a.pic em {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.shipping-bag ul li dl dd .goods-info {
  margin-left: 200px;
  min-height: 209px;
}
.shipping-bag ul li dl dd h3 {
  font-size: 16px;
  margin: 0;
}
.shipping-bag ul li dl dd h3 a:hover {
  text-decoration: underline;
}
.shipping-bag ul li dl dd h4 {
  font-size: 14px;
  margin: 12px 0 0 0;
}
.shipping-bag ul li dl dd h4 a:hover {
  text-decoration: underline;
}
.shipping-bag ul li dl dd h4 .tailor-size {
  max-width: 260px;
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  cursor: pointer;
}
.shipping-bag ul li dl dd h4 .tailor-size i {
  float: right;
  font-style: normal;
  font-family: "宋体";
  color: #666;
}
.shipping-bag ul li dl dd h4 span {
  display: block;
  margin-top: 15px;
  cursor: pointer;
}
.shipping-bag ul li dl dd h4 span i {
  padding-left: 10px;
  font-style: normal;
  font-family: "宋体";
  color: #666;
}
.shipping-bag ul li dl dd h4.lining {
  line-height: 32px;
}
.shipping-bag ul li dl dd h4.lining a {
  float: right;
  margin-right: 22%;
  text-decoration: none;
  color: #b96e72;
  cursor: pointer;
}
.shipping-bag ul li dl dd h4.lining em {
  font-style: normal;
}
.shipping-bag ul li dl dd h4.lining strong {
  font-weight: normal;
}
.shipping-bag ul li dl dd h4.lining strong img {
  height: 32px;
  padding: 1px;
  border: 1px solid #c8c8c8;
}
.shipping-bag ul li dl dd h5 {
  margin: 12px 0;
  color: #999;
}
.shipping-bag ul li dl dd a.del {
  font-size: 16px;
  float: left;
  margin-right: 53px;
  text-decoration: underline;
  z-index: 0;
}
.cart-ckbox {
  position: relative;
}
.cart-ckbox span {
  padding: 3px 5px;
  background: #e5e5e5;
  border-radius: 3px;
  font-size: 12px;
}
.cart-ckbox input[type="checkbox"] {
  opacity: 0;
}
.cart-ckbox input[type="checkbox"]:disabled + label {
  color: #999;
}
.cart-ckbox input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
}
.cart-ckbox input[type="checkbox"]:checked + label:before {
  border-color: #000;
}
.cart-ckbox input[type="checkbox"]:checked + label::after {
  font-family: 'fashion-tech';
  content: "\e013";
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  font-size: 8px;
  width: 14px;
  height: 14px;
  color: #000;
}
.cart-ckbox label {
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.cart-ckbox label em {
  display: block;
  float: left;
  margin-left: 26px;
  font-style: normal;
}
.cart-ckbox label span {
  float: left;
  margin-top: -1px;
}
.cart-ckbox label:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
  content: '';
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: #fff;
}
.check-shippingbag {
  padding: 40px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
.check-shippingbag dt {
  margin-bottom: 30px;
  font-size: 16px;
  overflow: hidden;
}
.check-shippingbag dt span {
  display: block;
  float: left;
  margin-left: 50px;
}
.check-shippingbag dt span b {
  padding-left: 5px;
  font-weight: normal;
}
.check-shippingbag dt span a {
  text-decoration: underline;
}
.check-shippingbag dt span a:hover {
  text-decoration: underline;
}
.check-shippingbag dt em {
  float: right;
  font-style: normal;
  text-align: right;
}
.check-shippingbag dt em i {
  padding-left: 5px;
  font-style: normal;
}
.check-shippingbag dd {
  text-align: right;
}
/* .selected {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: -1px 0 3px #cccccc;
} */
.selected .check-shippingbag {
  margin-bottom: 0;
  border-bottom: none;
}
.orderlist {
  min-height: 600px;
  margin-left: 180px;
  padding-left: 90px;
  background: #fff;
  padding-top: 25px;
}
.orderlist .list-detail li {
  font-size: 14px;
  overflow: hidden;
  padding-left: 10px;
}
.orderlist .list-detail li:last-of-type,
.orderlist .list-detail li:nth-of-type(1) {
  border-bottom: 1px solid #000;
}
.orderlist .list-detail li:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
}
.orderlist .list-detail li h3 {
  padding: 30px 0;
}
.orderlist .list-detail li span {
  display: block;
  width: 25%;
  float: left;
  padding: 15px 10px 15px 0;
  line-height: 30px;
  word-wrap: break-word;
}
.orderlist .list-detail li span a {
  text-decoration: underline;
}
.orderlist .list-detail li span.u-logistics  {
  padding: 10px 10px 10px 0;
}
.orderlist .list-detail li span.u-logistics button{
  line-height: 40px;
  padding: 0px 10px;
  height: 40px;
  width: 60%;
}
.orderlist .list-detail li span a:hover {
  text-decoration: underline;
}
.orderlist .custom {
  overflow: hidden;
  padding: 50px 0;
}
.order-detail fieldset {
  position: relative;
  border: 2px solid #000;
  padding: 50px 130px 50px 130px;
}
.order-detail fieldset legend {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 220px;
  text-align: center;
  font-size: 20px;
  padding: 0 40px;
  margin-left: -100px;
  background: #fff;
}
.order-detail .order-review {
  margin-bottom: 50px;
}
.order-detail .order-review #score-star {
  margin: 0 auto;
  width: 184px!important;
}
.order-detail .order-review #sub-star {
  text-align: center;
}
.order-detail .order-review #sub-star .btn {
  background: none;
  color: #000;
  border-width: 3px;
  padding: 0 40px;
}
.order-detail .order-review #sub-star a {
  line-height: 56px;
}
.order-detail .order-pay {
  margin-bottom: 50px;
}
.order-detail .order-pay ul {
  text-align: center;
}
.order-detail .order-pay ul li {
  margin-bottom: 20px;
}
.order-detail .order-pay ul li .btn {
  width: 230px;
  margin-left: 15px;
  margin-right: 15px;
}
.order-detail .order-pay ul li span {
  margin-bottomorder: 20px;
}
.order-detail .order-pay ul li .btn-bg {
  background: none;
  border-width: 3px;
  color: #000;
}
.order-detail .order-pay ul li .btn-border {
  border-color: #000;
  color: #000;
}
.order-detail .order-pay ul li .btn-border:hover {
  border-color: #b96e72;
  color: #b96e72;
}
.order-detail .order-status-padding {
  /*margin-left: -45px;
  padding-left: 40% !important;*/
}
.order-detail .order-status {
  padding: 45px 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  display: -webkit-flex;
}
.order-detail .order-status li {
  display: inline-block;
  position: relative;
  background: url(../../images/ui-img/order-info-bg.png) top repeat-x;
  text-align: center;
  background-position-y: 12px;
  flex-grow: 1;
}
.order-detail .order-status li .box {
  position: relative;
  z-index: 1;
}
.order-detail .order-status li .box .production {
  position: relative;
  line-height: 50px;
  margin-top: 24px;
  border: 2px solid #000;
  border-radius: 7px;
  text-align: center;
}
.order-detail .order-status li .box .production em {
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url(../../images/ui-img/production-bg.png);
}
.order-detail .order-status li .l-keep-out,
.order-detail .order-status li .r-keep-out {
  position: absolute;
  top: 0;
  width: 50%;
  height: 40px;
  background: #fff;
}
.order-detail .order-status li .l-keep-out {
  left: 0;
}
.order-detail .order-status li .r-keep-out {
  right: 0;
}
.order-detail .order-status li span,
.order-detail .order-status li em,
.order-detail .order-status li i {
  display: block;
}
.order-detail .order-status li span {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 40px;
  padding-bottom: 5px;
  color: #c8c8c8;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(../../images/ui-img/order-node-bg1.jpg);
}
.order-detail .order-status li em,
.order-detail .order-status li i {
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.order-detail .order-status .progress-yes span {
  background-image: url(../../images/ui-img/order-node-bg.jpg) !important;
  color: #000;
}
.order-detail .order-summary {
  margin: 50px 0;
}
.order-detail .order-summary .order-title {
  border-bottom: 1px solid #000;
}
.order-detail .order-summary .order-title,
.order-detail .order-summary .order-message {
  overflow: hidden;
  position: relative;
  padding: 5px 10px;
}
.order-detail .order-summary .order-title li,
.order-detail .order-summary .order-message li {
  display: block;
  float: left;
}
.order-detail .order-summary .order-title li:nth-of-type(1),
.order-detail .order-summary .order-message li:nth-of-type(1) {
  position: relative;
  width: 20%;
}
.order-detail .order-summary .order-title li:nth-of-type(1) em,
.order-detail .order-summary .order-message li:nth-of-type(1) em {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 60px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.order-detail .order-summary .order-title li:nth-of-type(2),
.order-detail .order-summary .order-message li:nth-of-type(2) {
  width: 40%;
}
.order-detail .order-summary .order-title li:nth-of-type(3),
.order-detail .order-summary .order-message li:nth-of-type(3),
.order-detail .order-summary .order-title li:nth-of-type(4),
.order-detail .order-summary .order-message li:nth-of-type(4) {
  width: 20%;
}
.order-detail .order-summary .order-title .alter,
.order-detail .order-summary .order-message .alter {
  position: absolute;
  left: 60%;
  right: 0;
  bottom: 20px;
}
.order-detail .order-summary .order-title .alter strong,
.order-detail .order-summary .order-message .alter strong {
  display: inline-block;
  float: right;
  width: 50%;
  padding-right: 30px;
  font-size: 14px;
  font-weight: normal;
}
.order-detail .order-summary .order-title .alter strong input,
.order-detail .order-summary .order-message .alter strong input,
.order-detail .order-summary .order-title .alter strong a,
.order-detail .order-summary .order-message .alter strong a {
  display: block;
  padding: 8px 0;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}
.order-detail .order-summary .order-title .alter strong input,
.order-detail .order-summary .order-message .alter strong input {
  width: 100%;
  background: #fff;
}
.order-detail .order-summary .order-message {
  border-bottom: 1px solid #c8c8c8;
}
.order-detail .order-summary .order-message li {
  padding: 15px 30px 15px 5px;
}
.order-detail .order-summary .order-message li img {
  width: 100%;
}
.order-detail .order-summary .order-message li span {
  font-size: 14px;
  display: block;
}
.order-detail .order-summary .order-message li span:nth-of-type(1) {
  font-size: 16px;
  margin: 10px 0;
}
.order-detail .order-summary .order-message li span:nth-of-type(2),
.order-detail .order-summary .order-message li span:nth-of-type(3) {
  margin-bottom: 30px;
}
.order-detail .order-summary .order-message li span:nth-of-type(3) {
  font-size: 16px;
}
.order-detail .order-summary .order-message li span:nth-of-type(4) {
  color: #999999;
}
.order-detail .order-summary .order-message li:nth-of-type(3) {
  line-height: 150px;
}
.order-detail .order-summary .order-message li:nth-of-type(4) span{
  line-height:90px;
}
.order-detail .order-summary .order-message li:nth-of-type(4) div a{
  font-size: 13px;
  color: #666;
  cursor: pointer;
  margin-right: 10px;
}
.order-detail .order-summary .order-message li.lining-info {
  float: left;
  width: 100%;
  padding-top: 0;
}
.order-detail .order-summary .order-message li.lining-info strong {
  display: block;
  float: left;
  width: 100%;
  line-height: 25px;
  font-weight: normal;
  font-size: 14px;
}
.order-detail .order-summary .order-message li.lining-info strong b {
  font-weight: normal;
  color: #999;
}
.order-detail .order-summary .order-total {
  margin: 0px auto;
  text-align: center;
  width: 435px;
  padding-top: 20px;
}
.order-detail .order-summary .order-total li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.order-detail .order-summary .order-total li.link {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #000;
}
.order-detail .order-summary .order-total li.link strong {
  display: inline-block;
  padding: 0 15px;
}
.order-detail .order-summary .order-total li.link strong b {
  display: block;
  font-weight: normal;
}
.order-detail .order-summary .order-total li em,
.order-detail .order-summary .order-total li span,
.order-detail .order-summary .order-total li i {
  display: block;
}
.order-detail .order-summary .order-total li em {
  float: left;
  width: 200px;
  font-style: normal;
  text-align: right;
}
.order-detail .order-summary .order-total li span {
  float: right;
  width: 175px;
  text-align: left;
}
.order-detail .order-summary .order-total li i {
  margin-left: 200px;
  margin-right: 180px;
  font-style: normal;
  text-align: right;
}
.order-detail .order-address {
  margin-bottom: 50px;
}
.order-detail .order-address .shipping ul {
  min-height: 140px;
  font-size: 14px;
}
.order-detail .order-address .shipping ul li {
  line-height: 22px;
  word-wrap: break-word;
  text-align: center;
}
.order-detail .order-address .track-shipping {
  text-align: center;
}
.order-detail .order-address .track-shipping .btn {
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  border-width: 3px;
  color: #000;
}
.order-detail .order-address .track-shipping .btn:hover {
  color: #b96e72;
}
.order-detail .other-information {
  margin-bottom: 50px;
}
.order-detail .other-information p {
  text-align: center;
  display: block;
  overflow: hidden;
}
.order-detail .other-information p span {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
.order-detail .other-information p span:nth-of-type(2) {
  text-align: left;
  padding-left: 15px;
}
.popup-logistics {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.popup-logistics .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  margin-top: -280px;
  background: #fff;
  border: 4px solid #000000;
  z-index: 10;
}
.popup-logistics .box a.hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.popup-logistics .box a.hide i {
  font-size: 12px;
  color: #fff;
}
.popup-logistics .box h2 {
  line-height: 55px;
  margin: 35px 0 0 0;
  background: #e1e1e1;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.popup-logistics .box .bd {
  padding: 24px 61px 54px 61px;
}
.popup-logistics .box .bd h4.tit {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #000;
}
.popup-logistics .box .bd h4.tit em {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 16px;
  font-style: normal;
}
.popup-logistics .box .bd h4.tit em span {
  color: #c8c8c8;
}
.popup-logistics .box .bd .logistics-info {
  height: 350px;
  border-bottom: 1px solid #000;
}
.popup-logistics .box .bd .logistics-info .swiper-container {
  height: 100%;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper {
  width: 100% !important;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  height: 339px;
  overflow-y: scroll;
  padding-top: 10px;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper .swiper-slide h3 {
  line-height: 150px;
  text-align: center;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper .swiper-slide dl {
  overflow: hidden;
  padding: 2px 10px;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper .swiper-slide dl dt {
  float: left;
  width: 50%;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-wrapper .swiper-slide dl dd {
  margin-left: 50%;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-scrollbar {
  background: none;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.popup-logistics .box .bd .logistics-info .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #999;
}
.size-show .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.size-show .hd h2,
.size-show .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.size-show .hd h2 {
  padding-top: 50px;
}
.size-show .hd h3 {
  line-height: 150px;
}
.size-show .liangshen_show {
  border-bottom: 1px solid #e5e5e5;
}
/*.size-show .bd {
  border-bottom: 1px solid #e5e5e5;
}*/
/*.account_menu ul li.bd a:first-child{
	border-bottom:none;
}*/
.account_menu ul li.liangshen_show a:first-child{
	border-bottom:none;
}
.size-show .li_liang .size-nav {
  display: none;
}
.size-show .li_liang .size-nav-show {
  display: block;
}
.size-show .li_liang .size-nav h3 {
  line-height: 40px;
  margin: 0;
  overflow: hidden;
}
.size-show .li_liang .size-nav h3.current span {
  background: url(../../images/ui-img/size-nav-tit1.png) center right no-repeat;
}
.size-show .li_liang .size-nav h3 span {
  padding-right: 24px;
  background: url(../../images/ui-img/size-nav-tit2.png) center right no-repeat;
  cursor: pointer;
  margin-left: 40px;
}
.en_menu .size-show .li_liang .size-nav h3 span {
  margin-left: 50px;
}
.size-show .li_liang .size-nav h3 a {
  float: left;  
  width: 80px; 
  font-size: 14px;
  margin-left: 20px;
}
.size-show .li_liang .size-nav h3 a:last-child{
  width: 35px; 
}
.size-show .li_liang .size-nav h3  span{
  display: block;
  width:95px; 
  float: left;
  font-size:13px ;
}
.en_menu .size-show .li_liang .size-nav h3  span{
  width:160px; 
}
.size-show .li_liang .size-nav ul {
  overflow: hidden;
  display: none;
  position: relative;
  max-height: 204px;
}
.size-show .li_liang .size-nav ul.an {
  max-height: none;
  padding-bottom: 34px;
}
.size-show .li_liang .size-nav ul b {
  position: absolute;
  bottom: 7px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-right: auto;
  cursor: pointer;
  z-index: 1;
}
.size-show .li_liang .size-nav ul b.u-show {
  background: url(../../images/ui-img/icon-pic.png) 0 -283px no-repeat;
}
.size-show .li_liang .size-nav ul b.u-hide {
  background: url(../../images/ui-img/icon-pic.png) -30px -283px no-repeat;
}
.size-show .li_liang .size-nav ul .u-show-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background: #f0f0f0;
}
.size-show .li_liang .size-nav ul li {
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
}
/*.size-show .bd .size-nav ul li.z-show {
  background: url(../../images/ui-img/size-nav-bg.png) center right no-repeat;
}*/
.size-show .li_liang .size-nav ul li a> em span {
  color: #666;
}
.size-show .li_liang .size-nav ul li.z-show a> em span {
 font-size: 12px;
  color: #000;
}
.size-show .li_liang .size-nav ul li.z-show a > em i {
  color: #000;
}
.size-show .li_liang .size-nav ul li a {
  display: block;
  cursor: pointer;
  margin: 0;
  margin-left: 40px;
}
.size-show .li_liang .size-nav ul li a strong,
.size-show .li_liang .size-nav ul li a em {
  display: block;
}
.size-show .li_liang .size-nav ul li a strong {
  float: left;
  width: 60px;
  height: 20px;
  padding: 0 10px 0 5px;
  background: url(../../images/ui-img/default-bg.png) center no-repeat;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.size-show .li_liang .size-nav ul li a em {
  margin-left: 25px;
  font-style: normal;
  color: #292929;
  font-size: 12px;
}
.en_menu .size-show .li_liang .size-nav ul li a em i {
  padding-left: 27px;
}
.size-show .li_liang .size-nav ul li a em i {
  padding-left: 27px;
  color: #999;
  line-height: 21px;
}
.size-show .li_liang .size-nav ul li a em span:hover {
  text-decoration: underline;
}
.size-show .bd .size-box {
  min-height: 500px;
  padding: 15px 0 50px 50px;
  background: #fff;
  overflow: hidden;
}
.size-show .bd .size-box h3 {
  line-height: 36px;
  font-size: 18px;
}
.size-show .bd .size-box .size-data p {
  line-height: 35px;
  padding: 0 40px;
}
.size-show .bd .size-box .size-data p em,
.size-show .bd .size-box .size-data p span {
  display: block;
}
.size-show .bd .size-box .size-data p em {
  font-style: normal;
  font-size: 18px;
}
.size-show .bd .size-box .size-data p span {
  font-size: 16px;
}
.size-show .bd .size-box .size-data ul {
  overflow: hidden;
  padding: 0 40px;
}
.size-show .bd .size-box .size-data ul li {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 24px;
  margin-bottom: 15px;
}
.size-show .bd .size-box .size-data ul li em,
.size-show .bd .size-box .size-data ul li span {
  display: block;
  font-size: 16px;
}
.size-show .bd .size-box .size-data ul li em {
  font-style: normal;
}
.size-show .bd .size-box .size-data ul li span {
  color: #a0a0a0;
}
.size-show .bd .size-box .guest-info {
  overflow: hidden;
}
.size-show .bd .size-box .guest-info p {
  padding: 0 40px;
}
.size-show .bd .size-box .guest-info dl {
  overflow: hidden;
  line-height: 20px;
  margin-top: 20px;
  padding: 0 40px;
  font-size: 16px;
}
.size-show .bd .size-box .guest-info dl dt {
  float: left;
  width: 50%;
}
.size-show .bd .size-box .guest-info dl dd {
  margin-left: 50%;
  word-wrap: break-word;
}
.size-show .bd .size-box .guest-info dl dd span,
.size-show .bd .size-box .guest-info dl dd i {
  display: block;
}
.size-show .bd .size-box .guest-info dl dd i {
  font-style: normal;
  color: #c8c8c8;
}
.size-show .bd .size-box .btn-right {
  float: right;
  margin-top: 50px;
}
.size-show .bd .size-box .btn-right .btn-border {
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background: none;
  border: 3px solid #000;
  color: #000;
}
.size-show .bd .size-box .btn-right .btn-border:hover {
  border-color: #b96e72;
  color: #b96e72;
}
.size-show .bd .size-box .photo-measure {
  margin-bottom: 20px;
}
.size-show .bd .size-box .photo-measure ul {
  overflow: hidden;
  margin-right: -20px;
  padding: 0 40px;
}
.size-show .bd .size-box .photo-measure ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.33333333%;
  padding-right: 20px;
}
.size-show .bd .size-box .photo-measure ul li h4 {
  margin: 10px 0;
  font-size: 16px;
}
.size-show .bd .size-box .photo-measure ul li a {
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
}
.size-show .bd .size-box .photo-measure ul li img {
  max-width: 100%;
  max-height: 240px;
  cursor: pointer;
}
.size-show .bd .size-box .photo-measure ul li i {
  display: block;
  position: absolute;
  top: 51px;
  right: 30px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.size-show .bd .size-box .photo-measure ul li i.fail {
  background-image: url(../../images/ui-img/icon-fail.png);
}
.size-show .bd .size-box .photo-measure ul li i.qualified {
  background-image: url(../../images/ui-img/icon-qualified.png);
}
.size-show .bd .size-box .photo-measure ul li em {
  position: absolute;
  right: 25px;
  bottom: 5px;
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
.size-show .bd .size-box .photo-measure ul li em input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.size-show .bd .size-box .photo-measure .photo-album {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.size-show .bd .size-box .photo-measure .photo-album .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 560px;
  margin-left: -500px;
  margin-top: -280px;
}
.size-show .bd .size-box .photo-measure .photo-album .box .hide {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.size-show .bd .size-box .photo-measure .photo-album .box .arrow-left,
.size-show .bd .size-box .photo-measure .photo-album .box .arrow-right {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #fff;
  z-index: 999;
}
.size-show .bd .size-box .photo-measure .photo-album .box .arrow-left {
  left: 0;
}
.size-show .bd .size-box .photo-measure .photo-album .box .arrow-right {
  right: 0;
}
.size-show .bd .size-box .photo-measure .photo-album .box .swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
.size-show .bd .size-box .photo-measure .photo-album .box .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: auto;
}
.size-show .bd .size-box .photo-measure .photo-album .box .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 560px;
}
.size-show .bd .size-box .no-data {
  overflow: hidden;
  padding-right: 110px;
}
.size-show .bd .size-box .no-data ul {
  overflow: hidden;
  margin-right: -40px;
}
.size-show .bd .size-box .no-data ul li {
  display: inline;
  float: left;
  width: 33.33333333%;
  padding-right: 40px;
}
.size-show .bd .size-box .no-data ul li p {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.size-show .bd .size-box .no-data ul li img {
  width: 100%;
}
.size-show .bd .size-box .no-data ul li a {
  display: block;
}
.size-show .bd .size-box .no-data ul li a .pic {
  position: relative;
}
.size-show .bd .size-box .no-data ul li a .pic i {
  display: none !important;
}
.size-show .bd .size-box .no-data ul li a .pic img {
  width: 100%;
}
.size-show .bd .size-box .no-data ul li a:hover .pic i {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #b96e72;
  font-size: 50px;
  color: #fff;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.size-show .bd .size-box .no-data ul li.appointment .pic i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 23px 17px 0 17px;
  font-style: normal;
  text-align: center;
}
.size-show .bd .size-box .no-data ul li.appointment .pic i a {
  display: block;
  height: 33px;
  width: 100%;
  line-height: 31px;
  margin-top: 10px;
  border: 2px solid #000000;
  font-size: 14px;
}
.size-show .bd .size-box .no-data ul li.appointment .pic i a:hover {
  background: #000000;
  color: #fff;
}
.size-show .bd .size-box .no-data ul li.appointment:hover .pic {
  position: relative;
}
.size-show .bd .size-box .no-data ul li.appointment:hover .pic i {
  display: block;
  background: #b96e72;
}
.popup-delete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popup-delete .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 570px;
  min-height: 300px;
  margin-top: -150px;
  margin-left: -285px;
  background: #fff;
  border: 4px solid #000;
}
.popup-delete .box .hd {
  background: #e1e1e1;
}
.popup-delete .box .hd a.hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.popup-delete .box .hd a.hide i {
  font-size: 12px;
  color: #fff;
}
.popup-delete .box .hd h3 {
  height: 70px;
  line-height: 70px;
  padding: 0 46px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.popup-delete .box .bd {
  padding: 46px;
}
.popup-delete .box .bd dl {
  overflow: hidden;
}
.popup-delete .box .bd dl dt {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../../images/ui-img/icon-pic.png) 0 -234px;
}
.popup-delete .box .bd dl dd {
  margin-left: 53px;
}
.popup-delete .box .bd dl dd p {
  line-height: 30px;
  margin: 0 0 30px 0;
  font-size: 18px;
}
.popup-delete .box .bd dl dd .btn {
  width: 170px;
}
.popup-delete .box .bd dl dd .btn-border {
  margin-right: 15px;
  background: none;
  border: 3px solid #000;
}
.popup-delete .box .bd dl dd .btn-border:hover {
  border-color: #b96e72;
  color: #b96e72;
}
.select-size {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.select-size .box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 560px;
  margin-top: -280px;
  margin-left: -450px;
  background: #fff;
  border: 4px solid #000;
  z-index: 10;
}
.select-size .box .hd {
  margin-top: 35px;
  line-height: 55px;
  background: #e1e1e1;
}
.select-size .box .hd h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.select-size .box .hd a.hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.select-size .box .hd a.hide i {
  font-size: 12px;
  color: #fff;
}
.select-size .box .bd {
  height: 462px;
}
.select-size .box .bd .size-title-list {
  float: left;
  width: 330px;
  height: 100%;
  background: #f0f0f0;
}
.select-size .box .bd .size-title-list .size-title {
  height: 100%;
  padding: 0 25px;
  cursor: default;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper {
  width: 100% !important;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide {
  width: 100% !important;
  padding: 30px 0;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide h3 {
  line-height: 35px;
  margin: 0;
  padding: 0 18px;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul {
  overflow: hidden;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li {
  line-height: 20px;
  padding: 5px 0;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li label {
  overflow: hidden;
  display: block;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li label strong {
  display: block;
  float: left;
  width: 60px;
  height: 20px;
  padding: 0 10px 0 5px;
  background: url(../../images/ui-img/default-bg.png) center no-repeat;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li label em {
  display: block;
  margin-left: 68px;
  margin-right: 198px;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li label em input {
  float: left;
  margin-top: 4px;
}
.select-size .box .bd .size-title-list .size-title .swiper-wrapper .swiper-slide ul li label span {
  display: block;
  float: right;
  width: 182px;
  font-size: 14px;
  color: #292929;
}
.select-size .box .bd .size-title-list .size-title .swiper-scrollbar {
  background: none;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.select-size .box .bd .size-title-list .size-title .swiper-scrollbar .swiper-scrollbar-drag {
  background: #999;
}
.select-size .box .bd .size-contbox {
  margin-left: 330px;
  padding: 30px;
}
.select-size .box .bd .size-contbox .size-tit h3 {
  margin: 0 0 10px 0;
}
.select-size .box .bd .size-contbox .size-tit p {
  line-height: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 12px;
}
.select-size .box .bd .size-contbox .size-tit p a {
  text-decoration: underline;
}
.select-size .box .bd .size-contbox .size-info {
  padding: 10px 45px;
  border: solid #000;
  border-width: 1px 0;
  line-height: 24px;
  font-size: 12px;
}
.select-size .box .bd .size-contbox .size-info h3 {
  margin: 0;
}
.select-size .box .bd .size-contbox .size-info dl {
  overflow: hidden;
}
.select-size .box .bd .size-contbox .size-info dl dt {
  float: left;
  width: 80px;
}
.select-size .box .bd .size-contbox .size-info dl dd {
  margin-left: 80px;
}
.select-size .box .bd .size-contbox .size-info dl dd span,
.select-size .box .bd .size-contbox .size-info dl dd em {
  display: block;
  word-wrap: break-word;
}
.select-size .box .bd .size-contbox .size-info dl dd em {
  font-style: normal;
  color: #c8c8c8;
}
.select-size .box .bd .size-contbox .size-info ul {
  overflow: hidden;
  margin-right: -30px;
}
.select-size .box .bd .size-contbox .size-info ul li {
  display: inline-block;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.select-size .box .bd .size-contbox .size-info ul li em,
.select-size .box .bd .size-contbox .size-info ul li span {
  display: block;
}
.select-size .box .bd .size-contbox .size-info ul li em {
  float: right;
  width: 50px;
  font-style: normal;
  color: #a0a0a0;
  text-align: right;
}
.select-size .box .bd .size-contbox .size-info ul li span {
  margin-right: 50px;
}
.select-size .box .bd .size-contbox .size-info ol {
  overflow: hidden;
  margin: 5px auto;
}
.select-size .box .bd .size-contbox .size-info ol li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.select-size .box .bd .size-contbox .size-info ol li img {
  width: 100%;
}
.select-size .box .bd .size-contbox .submit {
  margin-top: 20px;
  text-align: center;
}
.select-size .box .bd .size-contbox .submit .btn {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.select-size .box .bd .size-contbox .submit a {
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 2px;
}
.select-size .box .bd .size-contbox .no-data {
  overflow: hidden;
}
.select-size .box .bd .size-contbox .no-data ul {
  overflow: hidden;
}
.select-size .box .bd .size-contbox .no-data ul li {
  display: inline;
  float: left;
  width: 33.33333333%;
}
.select-size .box .bd .size-contbox .no-data ul li p {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.select-size .box .bd .size-contbox .no-data ul li a {
  display: block;
}
.select-size .box .bd .size-contbox .no-data ul li a .pic {
  position: relative;
}
.select-size .box .bd .size-contbox .no-data ul li a .pic i {
  display: none !important;
}
.select-size .box .bd .size-contbox .no-data ul li a .pic img {
  width: 100%;
}
 #bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.select-size .box .bd .size-contbox .no-data ul li a:hover .pic i {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #b96e72;
  font-size: 50px;
  color: #fff;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.select-size .box .bd .size-contbox .no-data ul li.appointment .pic i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 23px 17px 0 17px;
  font-style: normal;
  text-align: center;
}
.select-size .box .bd .size-contbox .no-data ul li.appointment .pic i a {
  display: block;
  height: 33px;
  width: 100%;
  line-height: 31px;
  margin-top: 10px;
  border: 2px solid #000000;
  font-size: 14px;
}
.select-size .box .bd .size-contbox .no-data ul li.appointment .pic i a:hover {
  background: #000000;
  color: #fff;
}
.select-size .box .bd .size-contbox .no-data ul li.appointment:hover .pic {
  position: relative;
}
.select-size .box .bd .size-contbox .no-data ul li.appointment:hover .pic i {
  display: block;
  background: #b96e72;
}
.select-size .box .bd .size-contbox .no-data h3 {
  margin-top: 0;
}
.select-size .box .bd .size-contbox .no-data ul {
  margin-right: -20px;
}
.select-size .box .bd .size-contbox .no-data ul li {
  padding-right: 20px;
}
.tip-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.tip-box .box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 572px;
  margin-left: -286px;
  margin-top: -170px;
  background: #fff;
  border: 4px solid #000;
}
.tip-box .box .hide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.tip-box .box .tip-title {
  overflow: hidden;
  padding-left: 45px;
  line-height: 70px;
  background: #e1e1e1;
  font-size: 22px;
  font-weight: bold;
}
.tip-box .box .tip-title h4 {
  margin: 0;
}
.tip-box .box .tip-content {
  padding: 20px 45px;
}
.tip-box .box .tip-content h4 {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background: url('../../images/ui-img/icon-pic.png') no-repeat;
  background-position: 0 -234px;
  padding-left: 60px;
  font-size: 18px;
}
.tip-box .box .tip-btn {
  padding-bottom: 42px;
  text-align: center;
}
.tip-box .box .tip-btn .btn {
  width: 170px;
}
.tip-box .box .tip-btn .btn-border {
  margin-right: 15px;
  background: none;
  border: 3px solid #000;
}
.tip-box .box .tip-btn .btn-border:hover {
  border-color: #b96e72;
  color: #b96e72;
  background: none;
}
.tip-box .box .tip-btn .btn-black {
  margin-right: 15px;
  background: #000;
  color: #fff;
}
.tip-box .box .tip-btn .btn-black:hover {
  background: #b96e72;
  border-color: #b96e72;
}
.line hr {
  border: 0;
  background-color: #000;
}
.campus {
  overflow: hidden;
}
.campus .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.campus .hd h2,
.campus .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.campus .hd h2 {
  padding-top: 50px;
}
.campus .hd h3 {
  line-height: 150px;
}
.campus .bd ul {
  overflow: hidden;
}
.campus .bd ul li {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.campus .bd ul li .pic {
  float: right;
  width: 60%;
}
.campus .bd ul li .pic img {
  width: 100%;
}
.campus .bd ul li .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  text-align: right;
}
.campus .bd ul li .info h1,
.campus .bd ul li .info h3 {
  position: absolute;
  color: #000;
}
.campus .bd ul li .info h1 {
  bottom: 50%;
  right: -100px;
  line-height: 50px;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  transition: padding 1s;
  -moz-transition: padding 1s;
  -webkit-transition: padding 1s;
  -o-transition: padding 1s;
}
.campus .bd ul li .info h3 {
  top: 50%;
  right: 0;
  line-height: 30px;
  margin: 20px 0 0 0;
  padding: 0 50px;
  font-size: 24px;
}
.campus .bd ul li .info h3 span {
  display: block;
  padding: 5px;
}
.campus .bd ul li.evencss .pic {
  float: left;
}
.campus .bd ul li.evencss .info {
  left: auto;
  right: 0;
  text-align: left;
}
.campus .bd ul li.evencss .info h1 {
  right: auto;
  left: -100px;
}
.campus .bd ul li.evencss .info h3 {
  right: auto;
  left: 0;
}
.campus .bd ul li.campus-hover h1 {
  padding-right: 150px;
  animation: line 1s;
  -moz-animation: line 1s;
  -webkit-animation: line 1s;
  -o-animation: line 1s;
}
.campus .bd ul li.campus-hover h3 {
  text-decoration: underline;
}
.campus .bd ul li.campus-hover.evencss h1 {
  padding-right: 0;
  padding-left: 150px;
  animation: lineeven 1s;
  -moz-animation: lineeven 1s;
  -webkit-animation: lineeven 1s;
  -o-animation: lineeven 1s;
}
.campus-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.campus-popup .shut {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: -410px;
  margin-top: -240px;
  font-size: 25px;
  color: #999;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}
.campus-popup .campus-show {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 820px;
  margin-left: -410px;
  margin-top: -240px;
  padding: 15px;
  background: #fff;
}
.campus-popup .campus-show .shop-slide {
  float: left;
  width: 366px;
}
.campus-popup .campus-show .shop-slide .arrow-left,
.campus-popup .campus-show .shop-slide .arrow-right {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.campus-popup .campus-show .shop-slide .arrow-left span,
.campus-popup .campus-show .shop-slide .arrow-right span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.campus-popup .campus-show .shop-slide .arrow-left {
  left: 0;
}
.campus-popup .campus-show .shop-slide .arrow-right {
  right: 0;
}
.campus-popup .campus-show .shop-slide:hover .arrow-left,
.campus-popup .campus-show .shop-slide:hover .arrow-right {
  display: block;
}
.campus-popup .campus-show .shop-slide img {
  width: 100%;
}
.campus-popup .campus-show .group {
  margin-left: 436px;
  padding-top: 36px;
  padding-right: 55px;
  padding-bottom: 50px;
}
.campus-popup .campus-show .group ul {
  overflow: hidden;
  margin-right: -79px;
}
.campus-popup .campus-show .group ul li {
  display: inline;
  float: left;
  width: 189px;
  padding-right: 79px;
  background-image: url(../../images/ui-img/group-bg.png);
  background-repeat: no-repeat;
  background-position: 140px 57px;
}
.campus-popup .campus-show .group ul li:last-child {
  background: none;
}
.campus-popup .campus-show .group ul li .pic {
  position: relative;
}
.campus-popup .campus-show .group ul li .pic img {
  width: 100%;
}
.campus-popup .campus-show .group ul li .pic input {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
}
.campus-popup .campus-show .group ul li h5 {
  margin: 10px 0 0 0;
  color: #000;
}
.campus-popup .campus-show .group ul li h4 {
  margin: 5px 0 0 0;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
}
.campus-popup .campus-show .group ul li del {
  color: #999;
  font-size: 18px;
}
.campus-popup .campus-show .group .price {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e5e5e5;
}
.campus-popup .campus-show .group .price h3,
.campus-popup .campus-show .group .price h4 {
  line-height: 30px;
  margin: 0;
  color: #000;
  font-size: 1em;
  letter-spacing: 0;
}
.campus-popup .campus-show .group .price h4 {
  font-size: 14px;
  color: #999;
}
.campus-popup .campus-show .group .price button {
  display: block;
  float: left;
  line-height: 36px;
  margin-top: 23px;
  padding: 0 28px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.campus-popup .campus-show .group .price button:hover {
  background: #fff;
  color: #000;
}
.distpicker {
  overflow: hidden;
  margin: 0 -15px;
}
.distpicker .three {
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
}
.tailor {
  overflow: hidden;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.tailor dl {
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 25px;
}
.tailor dl dt {
  margin-bottom: 20px;
}
.tailor dl dt img {
  width: 100%;
}
.tailor dl dd {
  text-align: center;
}
.tailor dl dd img {
  width: 100px;
}
.rdio input[type="radio"] {
  display: none;
}
.rdio input[type="radio"]:disabled + label em {
  overflow: hidden;
  padding: 1px;
}
.rdio input[type="radio"]:checked + label em {
  padding: 0;
  border: 1px solid #000;
}
.rdio input[type="radio"]:checked + label em strong {
  background-size: 20px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../../images/ui-img/pitch-on.png);
}
.rdio label {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.rdio label em,
.rdio label span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.rdio label span {
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rdio label i,
.rdio label b {
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.rdio label i {
  margin-right: 60px;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rdio label b {
  font-weight: normal;
}
.rdio label em {
  overflow: hidden;
  position: relative;
  padding: 1px;
}
.rdio label em strong {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.rdio label em img {
  width: 100%;
}
.man-clothing .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
  border-bottom: 3px solid #000;
}
.man-clothing .hd h2,
.man-clothing .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.man-clothing .hd h2 {
  padding-top: 50px;
}
.man-clothing .hd h3 {
  line-height: 150px;
}
.man-clothing .menu {
  height: 49px;
  line-height: 47px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.man-clothing .menu li {
  display: inline-block;
  margin: 0 40px;
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}
.man-clothing .menu li a {
  display: block;
}
.man-clothing .menu li a span {
  font-size: 18px;
}
.man-clothing .menu li a i {
  display: none;
  float: left;
  width: 30px;
  line-height: 47px;
  font-size: 12px;
  text-align: left;
}
.man-clothing .menu li.active {
  padding-left: 0;
}
.man-clothing .menu li.active i {
  display: block;
}
.man-clothing .wrap {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.man-clothing .wrap .clothing-show {
  margin-top: 10px;
  position: relative;
}
.man-clothing .wrap .clothing-show img {
  width: 80%;
}
.man-clothing .wrap .clothing-show .product {
  margin-top: 60px;
  cursor: pointer;
  text-align: center;
}
.man-clothing .wrap .clothing-show .product .after {
  display: none;
}
.man-clothing .wrap .clothing-show .product:hover .before {
  display: none;
}
.man-clothing .wrap .clothing-show .product:hover .after {
  display: block;
}
.man-clothing .wrap .clothing-show .my-group {
  position: absolute;
  top: 15px;
  left: 0;
}
.man-clothing .wrap .clothing-show .my-group strong {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  line-height: 8px;
  padding-left: 2px;
  background: #000;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
}
.man-clothing .wrap .clothing-show .my-group .box {
  display: none;
}
.man-clothing .wrap .clothing-show .my-group .box b {
  position: absolute;
  left: 14px;
  top: 17px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 5px #999;
  z-index: 98;
}
.man-clothing .wrap .clothing-show .my-group .box .group-show {
  position: absolute;
  top: 30px;
  left: 0;
  width: 210px;
  padding: 0 5px 10px 5px;
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
  z-index: 99;
}
.man-clothing .wrap .clothing-show .my-group .box .group-show h3 {
  margin: 10px 0 0 0;
  padding-left: 5px;
  font-size: 14px;
}
.man-clothing .wrap .clothing-show .my-group .box .group-show p {
  margin: 10px 0 0 0;
  padding-left: 5px;
  font-size: 16px;
  color: #ca9e28;
}
.man-clothing .wrap .clothing-show .my-group .box .group-show ul {
  overflow: hidden;
}
.man-clothing .wrap .clothing-show .my-group .box .group-show ul li {
  display: inline-block;
  float: left;
  width: 40px;
  margin: 10px 5px 0 5px;
}
.man-clothing .wrap .select-group {
  overflow: hidden;
}
.man-clothing .wrap .tab-menu {
  overflow: hidden;
  height: 49px;
  line-height: 47px;
  margin-right: -8px;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.man-clothing .wrap .tab-menu li {
  display: inline-block;
  float: left;
  width: 25%;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../images/ui-img/next-step.png);
  cursor: pointer;
}
.man-clothing .wrap .tab-menu li:last-child {
  background-image: none;
}
.man-clothing .wrap .tab-menu li span {
  padding-left: 22px;
  font-size: 16px;
}
.man-clothing .wrap .tab-menu li i {
  display: none;
  line-height: 47px;
  font-size: 12px;
  text-align: left;
}
.man-clothing .wrap .tab-menu li em {
  display: none;
  position: absolute;
  right: 15px;
  top: 520px;
  width: 124px;
  height: 40px;
  line-height: 40px;
  background: #000;
  font-size: 12px;
  color: #fff;
  font-style: normal;
}
.man-clothing .wrap .tab-menu li.show em {
  display: block;
}
.man-clothing .wrap .tab-menu li.active {
  padding-left: 0;
}
.man-clothing .wrap .tab-menu li.active span {
  padding-left: 10px;
}
.man-clothing .wrap .tab-menu li.active i {
  display: inline;
}
.man-clothing .wrap .tab-menu li.active.show em {
  display: none;
}
.man-clothing .wrap .tab-box .scroll-box {
  margin: 20px 0 0 0;
  overflow: hidden;
  height: 450px;
}
.man-clothing .wrap .tab-box .scroll-box .box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.man-clothing .wrap .tab-box .scroll-box .box .filtrate {
  overflow-x: hidden;
  margin-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.man-clothing .wrap .tab-box .scroll-box .box .filtrate select::-ms-expand {
  display: none;
}
.man-clothing .wrap .tab-box .scroll-box .box .filtrate .select-control {
  display: block;
  width: 100%;
  padding-right: 30px;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../../images/ui-img/arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.man-clothing .wrap .tab-box .scroll-box .box .filtrate .three {
  float: left;
  width: 33.33333333%;
  padding-right: 15px;
}
.man-clothing .wrap .tab-box .scroll-box .box .replenish h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.man-clothing .wrap .tab-box .scroll-box .box .replenish ol {
  overflow: hidden;
}
.man-clothing .wrap .tab-box .scroll-box .box .replenish ol li {
  margin-top: 15px;
}
.man-clothing .wrap .tab-box .scroll-box .box .replenish ol li label > span {
  padding-left: 8px;
  font-size: 14px;
}
.man-clothing .wrap .tab-box .scroll-box .box .lining-no {
  padding-top: 250px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../../images/ui-img/lining-no.png);
  font-size: 14px;
  color: #999;
  text-align: center;
}
.man-clothing .wrap .tab-box .scroll-box dl {
  overflow: hidden;
  margin-bottom: 10px;
}
.man-clothing .wrap .tab-box .scroll-box dl dt {
  width: 100%;
  line-height: 40px;
  padding: 0 7px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  cursor: pointer;
}
.man-clothing .wrap .tab-box .scroll-box dl dt span {
  float: right;
  padding-right: 4px;
  font-size: 14px;
  font-weight: bold;
}
.man-clothing .wrap .tab-box .scroll-box dl dt i {
  float: right;
  margin-right: -2px;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
}
.man-clothing .wrap .tab-box .scroll-box dl dd.inpt-embroidery {
  padding-top: 10px;
}
.man-clothing .wrap .tab-box .scroll-box dl dd.inpt-embroidery input {
  border-width: 1px;
}
.man-clothing .wrap .tab-box .scroll-box ul {
  overflow: hidden;
  margin-right: -50px;
}
.man-clothing .wrap .tab-box .scroll-box ul li {
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 33.33333333%;
  margin-top: 10px;
  padding-right: 50px;
}
.man-clothing .wrap .tab-box .scroll-box ul li .rdio:hover .zoom-in {
  display: block;
}
.man-clothing .wrap .tab-box .scroll-box ul li .rdio .zoom-in {
  display: none;
  position: fixed;
  top: 391px;
  left: 50%;
  width: 470px;
  margin-left: -583px;
}
.man-clothing .wrap .tab-box .scroll-box ul li .rdio .zoom-in p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 10px;
}
.man-clothing .wrap .tab-box .scroll-box ul li .rdio .zoom-in p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.man-clothing .wrap .tab-box .scroll-box ul li .rdio .zoom-in img {
  width: 100%;
}
.man-clothing .wrap .tab-box .scroll-box ol {
  overflow: hidden;
  margin-right: -10px;
}
.man-clothing .wrap .tab-box .scroll-box ol li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio input[type="radio"]:disabled + label em {
  border: 1px solid #999;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio input[type="radio"]:checked + label em {
  border: 1px solid #000;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio label em {
  overflow: hidden;
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0;
  border: 1px solid #999;
  font-style: normal;
  font-size: 18px;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio label em img {
  width: auto;
  height: 40px;
  margin-top: -4px;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio label em.bor-active {
  border-color: #000;
}
.man-clothing .wrap .tab-box .scroll-box ol li .rdio label em.active strong {
  background-size: 20px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../../images/ui-img/pitch-on.png);
}
.man-clothing .wrap .tab-box .scroll-box .embroidery-box {
  display: none;
}
.man-clothing .wrap .tab-box .hide {
  display: none;
}
.man-clothing .save-group {
  line-height: 40px;
  border-top: 1px solid #000;
  text-align: right;
}
.man-clothing .save-group .btn {
  float: right;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 45px;
  background: #000;
  color: #fff;
}
.man-clothing .save-group span {
  padding-right: 20px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .man-clothing .wrap .tab-box .scroll-box ul {
    padding-top: 10px;
  }
  .man-clothing .wrap .tab-box .scroll-box ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .man-clothing .wrap .tab-box .scroll-box ul {
    padding-top: 0;
  }
  .man-clothing .wrap .tab-box .scroll-box ul li {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .man-clothing .wrap .tab-box .scroll-box ul li .rdio .zoom-in {
    width: 386px;
    margin-left: -483px;
  }
}
.man-details .hd {
  height: 150px;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.man-details .hd h2,
.man-details .hd h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 1.6em;
}
.man-details .hd h2 {
  padding-top: 50px;
}
.man-details .hd h3 {
  line-height: 150px;
}
.man-details .details-list {
  position: relative;
  padding-bottom: 30px;
  border-top: 1px solid #000;
}
.man-details .details-list h4.title {
  position: absolute;
  left: 0;
  top: -13px;
  margin: 0;
  padding-right: 15px;
  background: #fff;
}
.man-details .details-list h3.title {
  margin: 30px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.man-details .details-list .wrap {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
}
.man-details .details-list .wrap dl {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}
.man-details .details-list .wrap dl dt {
  width: 100%;
  line-height: 40px;
  padding: 0 7px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  cursor: pointer;
}
.man-details .details-list .wrap dl dt span {
  float: right;
  padding-right: 4px;
  font-size: 14px;
  font-weight: bold;
}
.man-details .details-list .wrap dl dt i {
  float: right;
  margin-right: -2px;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
}
.man-details .details-list .wrap dl dd em {
  display: block;
  line-height: 35px;
  margin-top: 10px;
  padding: 0 5px;
  font-style: 18px;
  font-style: normal;
  color: #d4a422;
}
.man-details .details-list .wrap dl dd .part-state {
  overflow: hidden;
  margin-top: 30px;
  padding: 10px 15px;
  border-top: 1px dashed #ccc;
}
.man-details .details-list .wrap dl dd .part-state h4 {
  margin: 10px 0;
}
.man-details .details-list .wrap ul {
  overflow: hidden;
  margin-right: -10px;
}
.man-details .details-list .wrap ul li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  margin-top: 10px;
  padding-right: 10px;
}
.man-details .details-list .wrap ul li span {
  display: block;
  padding-top: 5px;
  font-style: 14px;
  text-align: center;
}
.man-details .details-list .wrap img {
  width: 100%;
}
.ie8 .man-clothing .wrap .tab-box .scroll-box .box .filtrate .select-control {
  padding-right: 0;
  background: none;
  border: 1px solid #000;
}
.ie8 .rdio em {
  position: relative;
}
.ie8 .rdio em strong {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.ie8 .rdio em.active {
  padding: 0;
  border: 1px solid #000;
}
.ie8 .rdio em.active strong {
  background-size: 20px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../../images/ui-img/pitch-on.png);
}
@media (max-width: 1440px) {
  .size-show .bd .size-box .no-data {
    margin-left: -60px;
    padding-right: 10px;
  }
}
.popup-remark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.popup-remark .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -111px;
  background: #fff;
}
.popup-remark .box h2 {
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  background: #e1e1e1;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.popup-remark .box .bd {
  padding: 20px;
}
.popup-remark .box .bd textarea {
  height: auto;
  margin-bottom: 15px;
  border-width: 1px;
}
.popup-remark .box .bd p {
  overflow: hidden;
  margin: 0 -20px 0 0;
}
.popup-remark .box .bd p a {
  display: block;
  float: left;
  width: 168px;
  margin-right: 20px;
  padding: 7px 0;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}
.popup-remark .box .bd p a:hover {
  background: #000;
  color: #fff;
}
.hint {
  position: absolute;
  top: 41px;
  left: 0;
  right: 20px;
  bottom: 0;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/ui-img/hint.gif);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  z-index: 999;
}
.upload-hint {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/ui-img/hint.gif);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  z-index: 999;
}
.pay-hint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.pay-hint .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 270px;
  padding: 30px;
  margin-top: -135px;
  margin-left: -250px;
  background: #fff;
  box-shadow: 0 0 10px #999;
}
.pay-hint .box .hide {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.pay-hint .box dl {
  overflow: hidden;
  margin-top: 15px;
}
.pay-hint .box dl dt {
  float: left;
  width: 90px;
  margin-top: 15px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../../images/ui-img/icon-warning.png);
}
.pay-hint .box dl dd {
  margin-left: 120px;
}
.pay-hint .box dl dd h3 {
  margin-bottom: 0;
}
.pay-hint .box dl dd p {
  line-height: 25px;
  font-size: 14px;
}
.pay-hint .box dl dd .btn {
  height: 36px;
  line-height: 34px;
  margin-right: 10px;
  border: 2px solid #000000;
}
.pay-hint .box dl dd .btn:hover {
  border: 2px solid #b96e72;
  color: #b96e72;
}
.pay-hint .box dl dd .btn.btn-black {
  color: #fff;
}
.scanning {
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.scanning .box {
  position: relative;
}
.scanning .box h3 {
  position: absolute;
  top: 9%;
  left: 9%;
  margin: -40px 0 0 -3px;
  color: #2265a4;
}
.scanning .box span {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: solid #2166a6;
  z-index: 2;
}
.scanning .box span.left-top {
  top: 9%;
  left: 9%;
  margin-left: -3px;
  border-width: 3px 0 0 3px;
}
.scanning .box span.right-top {
  top: 9%;
  right: 9%;
  margin-right: -3px;
  border-width: 3px 3px 0 0;
}
.scanning .box span.left-bottom {
  bottom: 7%;
  left: 9%;
  margin-bottom: -3px;
  margin-left: -3px;
  border-width: 0 0 3px 3px;
}
.scanning .box span.right-bottom {
  bottom: 7%;
  right: 9%;
  margin-bottom: -3px;
  margin-right: -3px;
  border-width: 0 3px 3px 0;
}
.scanning .box em {
  display: block;
  position: absolute;
  left: 9%;
  right: 9%;
  height: 1px;
  background: #586b7e;
  z-index: 1;
}
.scanning .box em.line-top {
  top: 9%;
  margin-top: 1px;
}
.scanning .box em.line-bottom {
  bottom: 7%;
  margin-bottom: -2px;
}
.scanning .box img {
  width: 100%;
}
.scanning .box .arrow {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 9%;
  height: 2%;
  background-image: url(../../images/scinning-line.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.zUIpanelScrollBox,
.zUIpanelScrollBar {
  width: 10px;
  top: 4px;
  right: 2px;
  border-radius: 5px;
}
.zUIpanelScrollBox {
  background: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.zUIpanelScrollBar {
  background: black;
  opacity: 0.3;
  filter: alpha(opacity=0);
}
.form-size {
  display: block;
  max-width: 200px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
}
.select {
  position: relative;
  max-width: 260px;
  z-index: 0;
}
.select .selectBox {
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  cursor: pointer;
}
.select .selectBox .selectRt {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../../images/ui-img/arrow.png);
}
.select .optionsBox {
  min-height: 120px;
  height: 120px !important;
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 999;
}
.select .optionsBox .optionsInnerBox {
  padding: 5px;
  z-index: 999;
}
.select .optionsBox .optionsInnerBox .optionBox {
  line-height: 30px;
  margin: 2px 0;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.select .optionsBox .optionsInnerBox .optionBox span {
  margin-left: 0;
  margin-top: 0;
}
.select .optionsBox .optionsInnerBox .optionBox.selected {
  background: #000;
  color: #fff;
}
.select .optionsBox .optionsInnerBox .u-size {
  line-height: 30px;
  margin: 2px 0;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.select .optionsBox .optionsInnerBox .u-size:hover {
  background: #b96e72;
  color: #fff;
}
.all-cloth {
  position: relative;
}
.all-cloth .cloth-info {
  position: relative;
  float: left;
  width: 300px;
}
.all-cloth .cloth-info img {
  width: 100%;
}
.all-cloth .cloth-info p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
}
.all-cloth .cloth-info p span {
  display: block;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}
.all-cloth .cloth-list {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  height: 300px;
}
.all-cloth .cloth-list ul {
  overflow: hidden;
  margin-right: -10px;
  margin-bottom: -10px;
}
.all-cloth .cloth-list ul li {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  margin-bottom: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.all-cloth .cloth-list ul li.active .pic {
  border: 1px solid #000;
}
.all-cloth .cloth-list ul li .pic {
  padding: 2px;
  border: 1px solid #ccc;
}
.all-cloth .cloth-list ul li .pic img {
  width: 100%;
}
.all-cloth .cloth-list ul li h5 {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.all-cloth .cloth-list ul li h5 em,
.all-cloth .cloth-list ul li h5 span {
  display: block;
}
.all-cloth .cloth-list ul li h5 em {
  float: right;
  width: 60px;
  font-style: normal;
  text-align: right;
}
.all-cloth .cloth-list ul li h5 span {
  margin-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-standard {
  margin-bottom: -20px;
}
.select-standard .title span {
  padding-right: 15px;
}
.select-standard .title i {
  padding: 3px;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
.select-standard dl {
  overflow: hidden;
  padding: 15px 0 10px 0;
}
.select-standard dl:last-child {
  padding-bottom: 0;
}
.select-standard dl dt {
  display: inline-block;
  float: left;
  height: 28px;
  line-height: 26px;
  margin: 0 10px 10px 0;
  padding: 0 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.select-standard dl dt.active {
  border: 1px solid #000;
  color: #000;
}
.select-standard dl dd {
  display: inline-block;
  float: left;
  height: 28px;
  line-height: 26px;
  margin: 0 10px 10px 0;
  padding: 0 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.package {
  padding: 40px 80px;
}
.package .tit {
  font-weight: bold;
}
.package .select-refund {
  overflow: hidden;
}
.package .select-refund li {
  display: inline-block;
  float: left;
  margin: 0 20px;
}
.package .select-refund li .rdio {
  position: relative;
}
.package .select-refund li .rdio input {
  display: none;
}
.package .select-refund li .rdio input[type="radio"] {
  opacity: 0;
}
.package .select-refund li .rdio input[type="radio"]:disabled + label {
  color: #000000;
}
.package .select-refund li .rdio input[type="radio"]:disabled + label:before {
  background-color: #000000;
}
.package .select-refund li .rdio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.package .select-refund li .rdio label {
  overflow: hidden;
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.package .select-refund li .rdio label span {
  float: left;
  margin-top: -1px;
  padding-left: 23px;
  font-size: 14px;
}
.package .select-refund li .rdio label:before {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #fff;
}
.package .refund-box {
  margin-top: 30px;
}
.package .refund-box .refund-whether {
  display: none;
}
.package .refund-box .refund-whether.yes {
  display: block;
}
.package .refund-box .refund-whether p {
  line-height: 25px;
  margin: 0;
  font-size: 14px;
}
.package .refund-box .refund-whether .select {
  float: left;
  width: 200px;
}
.package .refund-box .refund-whether .inpt {
  display: block;
  float: left;
  width: 200px;
  height: 34px;
  margin-left: 20px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  outline: none;
}
.package .refund-box .refund-whether dl {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #c8c8c8;
}
.package .refund-box .refund-whether dl dt {
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
}
.package .refund-box .refund-whether dl dt em {
  font-style: normal;
  color: #b96e72;
}
.package .refund-box .refund-whether dl dt del {
  color: #666;
}
.package .refund-box .refund-whether dl dt span {
  float: left;
  padding-right: 25px;
}
.package .refund-box .refund-whether dl dt i {
  overflow: hidden;
  float: left;
  margin-top: 5px;
  padding: 3px;
  background: #000;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.package .refund-box .refund-whether dl dt b {
  font-weight: normal;
  color: #999;
}
.package .refund-box .g-btn {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.add-feedback {
  overflow: hidden;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.add-feedback dl {
  float: left;
  width: 50%;
  padding: 0 25px;
}
.add-feedback dl dt {
  position: relative;
  padding-bottom: 120px;
  background: #e6e6e6;
  border: 1px solid #c0c0c0;
  text-align: center;
}
.add-feedback dl dt input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.add-feedback dl dt i {
  display: block;
  width: 100%;
  padding: 120px 0 15px 0;
  font-size: 100px;
  font-style: normal;
  color: #fff;
}
.add-feedback dl dt span {
  font-size: 14px;
  color: #333;
}
.add-feedback dl dd {
  margin-top: 15px;
  font-size: 12px;
}
.add-feedback dl dd a {
  float: right;
  color: #999;
}
.add-feedback dl dd a button {
  background: none;
  border: none;
  outline: none;
}
.add-feedback dl dd span {
  padding-right: 15px;
  color: #999;
}
.add-feedback dl dd strong {
  display: block;
  margin-top: 5px;
  padding: 1px;
  border: 1px solid #bbb;
}
.add-feedback dl dd strong em {
  display: block;
  height: 4px;
  background: #bbb;
}
.add-feedback dl dd strong.yes {
  border: 1px solid #000;
}
.add-feedback dl dd strong.yes em {
  background: #000;
}
.add-feedback .text {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 30px 25px 0 25px;
}
.add-feedback .text textarea {
  height: auto;
  border: 1px solid #898989;
  font-size: 14px;
}
.add-feedback .text .g-btn {
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-box {
  padding: 15px;
}
.feedback-box ul {
  overflow: hidden;
}
.feedback-box ul.video li {
  width: 33.33333333%;
}
.feedback-box ul.video li video {
  width: 100%;
}
.feedback-box ul li {
  display: inline-block;
  float: left;
  padding: 15px;
}
.feedback-box ul li img {
  height: 300px;
}
.feedback-box p {
  line-height: 25px;
  padding: 15px;
  font-size: 14px;
}
.order-status-width li {
  width: 12.5% !important;
}
.order-status-width1 {
  margin-left: -45px;
  padding-left: 20%!important;
}
.select-lining {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.select-lining .box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 560px;
  margin-top: -280px;
  margin-left: -450px;
  background: #fff;
  border: 4px solid #000;
}
.select-lining .box .hd {
  margin-top: 35px;
  height: 55px;
  line-height: 55px;
  background: #e1e1e1;
  border: none;
}
.select-lining .box .hd h2 {
  position: inherit;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.select-lining .box .hd a.lining-hide {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.select-lining .box .hd a.lining-hide i {
  font-size: 12px;
  color: #fff;
}
.select-lining .box .bd {
  overflow: hidden;
  position: relative;
  height: 370px;
}
.select-lining .box .bd .wrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
}
.select-lining .box .bd h3,
.select-lining .box .bd h4 {
  font-size: 16px;
}
.select-lining .box .bd h3 {
  margin-bottom: 5px;
}
.select-lining .box .bd h4 {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #000;
}
.select-lining .box .bd ul {
  overflow: hidden;
  padding: 0;
  border: none;
}
.select-lining .box .bd ul li {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  border: none;
}
.select-lining .box .bd ul li .rdio input[type="radio"]:checked + label span {
  background: #000;
  color: #fff;
}
.select-lining .box .bd ul li .rdio input[type="radio"]:checked + label img {
  border: 1px solid #000;
}
.select-lining .box .bd ul li .rdio label span {
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #e1e1e1;
}
.select-lining .box .bd ul li .rdio label img {
  width: 60px;
  height: 60px;
  padding: 1px;
  border: 1px solid #e1e1e1;
}
.select-lining .box .g-submit {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #000;
  text-align: center;
}
.select-lining .box .g-submit .btn {
  float: none;
  margin: 0;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.layui-layer-content {
  padding: 10px;
}
@keyframes line {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 0;
  }
  100% {
    padding-right: 150px;
  }
}
@-moz-keyframes line {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 0;
  }
  100% {
    padding-right: 150px;
  }
}
@-webkit-keyframes line {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 0;
  }
  100% {
    padding-right: 150px;
  }
}
@-o-keyframes line {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 0;
  }
  100% {
    padding-right: 150px;
  }
}
@keyframes lineeven {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0;
  }
  100% {
    padding-left: 150px;
  }
}
@-moz-keyframes lineeven {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0;
  }
  100% {
    padding-left: 150px;
  }
}
@-webkit-keyframes lineeven {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0;
  }
  100% {
    padding-left: 150px;
  }
}
@-o-keyframes lineeven {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0;
  }
  100% {
    padding-left: 150px;
  }
}
.ios-down h4{
	 text-align: center;
	 font-size: 30px;
	 margin-top: 0;
}
.ios-down h5{
	 text-align: center;
	 font-size: 18px;
	 margin-top: 0;
}
.down_bg,.down_bg a img{
	width: 100%;
}
.down_bg{
	margin-bottom: 30px;
}
.down_bg a{
	width: 100%;
	display: block;
	cursor: pointer;
}

