@charset "UTF-8";
/* fonts */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/OpenSansLight.eot');
  src: url('../fonts/opensans/light/OpenSansLight.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/light/OpenSansLight.woff2') format('woff2'), url('../fonts/opensans/light/OpenSansLight.woff') format('woff'), url('../fonts/opensans/light/OpenSansLight.ttf') format('truetype'), url('../fonts/opensans/light/OpenSansLight.svg#Open Sans') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/OpenSansRegular.eot');
  src: url('../fonts/opensans/regular/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/regular/OpenSansRegular.woff2') format('woff2'), url('../fonts/opensans/regular/OpenSansRegular.woff') format('woff'), url('../fonts/opensans/regular/OpenSansRegular.ttf') format('truetype'), url('../fonts/opensans/regular/OpenSansRegular.svg#Open Sans') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/OpenSansSemiBold.eot');
  src: url('../fonts/opensans/semibold/OpenSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/semibold/OpenSansSemiBold.woff2') format('woff2'), url('../fonts/opensans/semibold/OpenSansSemiBold.woff') format('woff'), url('../fonts/opensans/semibold/OpenSansSemiBold.ttf') format('truetype'), url('../fonts/opensans/semibold/OpenSansSemiBold.svg#Open Sans') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/OpenSansBold.eot');
  src: url('../fonts/opensans/bold/OpenSansBold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/bold/OpenSansBold.woff2') format('woff2'), url('../fonts/opensans/bold/OpenSansBold.woff') format('woff'), url('../fonts/opensans/bold/OpenSansBold.ttf') format('truetype'), url('../fonts/opensans/bold/OpenSansBold.svg#Open Sans') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff2') format('woff2'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* modals */
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modal-cms-content {
  display: none;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  color: #003150;
}
.modal-cms p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.modal-cms h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.modal-cms ul,
.modal-cms ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.42857143;
  font-size: 1.4rem;
  list-style-type: none;
  padding: 0;
  font-weight: 400;
}
.modal-cms li {
  line-height: 1.42857143;
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-cms ul ul,
.modal-cms ol ul {
  list-style-type: circle;
  margin-bottom: 0;
}
.modal-cms ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.modal-cms ul ul li,
.modal-cms ol ul li {
  list-style-type: circle;
}
.modal-cms ul > li,
.modal-cms ol > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.modal-cms .cms-subtitle {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px 0;
}
.modal-cms .cms-subtitle:after {
  position: absolute;
  content: '\e914';
  display: inline-block;
  right: 10px;
  vertical-align: middle;
  font-family: 'icomoon', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.modal-cms .cms-subtitle.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-cms li .cms-subtitle + ol {
  display: none;
}
.modals-overlay {
  background-color: rgba(0, 49, 80, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 0;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  cursor: pointer;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  color: #d4d6d9;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  color: #d4d6d9;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #00121d;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  box-shadow: none;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .modal-inner-wrap {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
}
.modal-popup._show .modal-inner-wrap {
  opacity: 1;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-popup .modal-header {
  padding-top: 7rem;
}
.modal-popup.modal-center.popup-authentication .action-close:before {
  color: #59798d;
}
.modal-popup.modal-center.popup-authentication .action-close:hover:before {
  color: #ffffff;
}
.modal-popup.modal-center.popup-authentication .modal-inner-content {
  background: #003150;
  max-width: 1400px;
  color: #a3c1d8;
}
.modal-popup.modal-center.popup-authentication .modal-inner-content .password-forgotten {
  color: #a3c1d8;
}
.modal-popup.modal-center.popup-authentication .modal-inner-content .password-forgotten:hover {
  color: #ffffff;
}
.modal-slide .action-close {
  padding: 30px;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 49, 80, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal-content > .modal-cms + .modal-footer {
  display: none;
}
.modal-cms li::before {
  display: none;
  content: " ";
}
.modal-cms .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  right: 45px;
  top: 20px;
}
.modal-cms .action-close:focus,
.modal-cms .action-close:active {
  background: none;
  border: none;
}
.modal-cms .action-close:hover {
  background: none;
  border: none;
}
.modal-cms .action-close.disabled,
.modal-cms .action-close[disabled],
fieldset[disabled] .modal-cms .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-cms .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-cms .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  color: #003150;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-cms .action-close:hover:before {
  color: inherit;
}
.modal-cms .action-close:active:before {
  color: inherit;
}
.modal-cms .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-cms .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-cms .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-cms .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-cms .action-close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  color: #003150;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-cms .action-close:hover:before {
  color: inherit;
}
.modal-cms .action-close:active:before {
  color: inherit;
}
.modal-cms .action-close:hover:before {
  color: #84888b;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal-cms .modal-content {
  padding-left: 90px;
  padding-right: 90px;
}
.modal-cms .title-h1 {
  font-size: 2rem;
  color: #003150;
}
.modal-cms ._inner-scroll .modal-content {
  overflow-y: inherit;
}
.modal-cms .modal-cms-content > ol > li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #84888b;
}
.modal-cms p,
.modal-cms li {
  color: #84888b;
}
.modal-cms ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}
.modal-cms li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
.modal-cms footer {
  display: none;
}
.modal-popup.logo-header .modal-header {
  height: 80px;
  background: url('../images/logo.svg') no-repeat center center;
  background-size: 100px auto;
}
@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 0;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 49, 80, 0.55);
  }
  .modal-cms {
    width: 90%;
    margin: 0 auto;
  }
  .modal-cms .title-h1 {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
  .modal-cms li::before {
    display: none;
    content: " ";
  }
  .modal-cms p,
  .modal-cms li {
    line-height: 1.3rem;
  }
  .modal-cms p {
    font-size: 1.1rem;
  }
  .modal-cms li {
    font-size: 1rem;
  }
  .modal-cms .cms-subtitle {
    padding-bottom: 14px;
    padding-top: 15px;
  }
  .modal-cms .cms-subtitle:after {
    right: -4px;
    line-height: 1.3rem;
  }
  .modal-cms .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-cms .action-close {
    right: 12px;
    top: 13px;
  }
  .modal-cms .action-close:before {
    font-size: 12px;
    line-height: 12px;
  }
  .modal-popup {
    width: auto;
    margin: 0;
  }
  .modal-popup .modal-header {
    padding: 60px 40px 0 40px;
  }
  .modal-popup .modal-content {
    padding: 0 40px 40px 40px;
  }
  .modal-popup.modal-slide {
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
  }
  .modal-popup .action-close {
    padding: 16px;
    font-size: 1rem;
  }
  .modal-content .block-authentication .actions-toolbar {
    margin: 0;
  }
  .modal-content .block-authentication .actions-toolbar .primary {
    width: 100%;
    background: #ffffff;
    color: #003150;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-content .block-authentication .actions-toolbar .primary:after {
    float: right;
  }
  .modal-content .block-authentication .actions-toolbar .password-forgotten {
    display: inline-block;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .modal-content .block-new-customer .block-title {
    color: #ffffff;
    margin-bottom: 30px;
  }
  .modal-content .block-customer-login .block-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .modal-content .block-customer-login .fieldset {
    margin-bottom: 12px;
  }
  .modal-content .block-customer-login .fieldset .field {
    margin-bottom: 12px;
  }
  .modal-content .block-customer-login input {
    background: transparent;
    color: #ffffff;
    border-color: #3f6589;
  }
  .modal-content .block-cooperation-login {
    margin: 22px 0 32px 0;
  }
  .modal-content .block-cooperation-login .block-title {
    font-size: 1.1rem;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 12px;
  }
  .modal-content .block-cooperation-login ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .modal-content .block-cooperation-login ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .modal-content .block-cooperation-login ul li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
  }
  .modal-content .block-cooperation-login ul li a {
    display: block;
    width: 40px;
    border-color: #3f6589;
    color: #ffffff;
  }
  .modal-content .block-cooperation-login ul li a span {
    display: none;
  }
  .modal-content .block-new-customer-mobile {
    padding-top: 28px;
    border-top: 1px solid #3f6589;
  }
  .modal-content .block-new-customer-mobile .title {
    color: #ffffff;
    margin-bottom: 12px;
  }
  .modal-popup.modal-slide {
    left: 0;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .modal-cms.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100%;
  }
}
@media all and (min-width: 768px), print {
  .modal-popup.modal-center {
    pointer-events: none;
  }
  .modal-popup.modal-center .modal-inner-wrap {
    display: table;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    background: transparent;
    pointer-events: none;
  }
  .modal-popup.modal-center .modal-inner-center {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 50px 0;
    pointer-events: none;
  }
  .modal-popup.modal-center .modal-inner-content {
    background: #ffffff;
    position: relative;
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: auto;
  }
  .modal-popup.modal-center.confirm .modal-inner-content {
    max-width: 340px;
    text-align: center;
  }
  .modal-popup.modal-center.confirm .modal-footer button {
    width: 120px;
  }
  .modal-popup.modal-center.confirm .modal-footer button + button {
    margin-left: 4px;
  }
  .modal-popup.logo-header .modal-header {
    height: 130px;
    background-size: 140px auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 768px), print {
  .mag .block-authentication {
    margin-left: -20px;
    margin-right: -20px;
    color: #8097a9;
    padding: 20px 0;
  }
  .mag .block-authentication:after {
    content: '';
    display: block;
    clear: both;
  }
  .mag .block-authentication > .block {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
  }
  .mag .block-authentication .action.primary,
  .mag .block-authentication .fieldset > .field,
  .mag .block-authentication .fieldset {
    margin: 0 0 22px 0;
  }
  .mag .block-authentication .field input {
    border-color: #3f6589;
    background: transparent;
    color: #fff;
  }
  .mag .block-authentication input.large[type="text"],
  .mag .block-authentication input.large[type="password"],
  .mag .block-authentication input.large[type="url"],
  .mag .block-authentication input.large[type="tel"],
  .mag .block-authentication input.large[type="search"],
  .mag .block-authentication input.large[type="number"],
  .mag .block-authentication input.large[type="datetime"],
  .mag .block-authentication input.large[type="email"] {
    height: 70px;
    padding: 19px 20px;
  }
  .mag .block-authentication button.large,
  .mag .block-authentication .action.large {
    height: 70px;
    padding: 15px 20px;
  }
  .mag .block-authentication .block-title.wishlist {
    display: none;
  }
  .popup-authentication .mag .block-authentication .block-title.wishlist {
    display: block;
  }
  .popup-authentication .mag .block-authentication .block-title.account,
  .popup-authentication .mag .block-authentication .desc.account {
    display: none;
  }
  .mag .block-authentication input:-webkit-autofill,
  .mag .block-authentication input:-webkit-autofill:hover,
  .mag .block-authentication input:-webkit-autofill:focus,
  .mag .block-authentication input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 70px #003150 inset;
    -webkit-text-fill-color: #ffffff !important;
  }
  .mag .block-authentication .action {
    width: 100%;
    text-align: left;
    float: none;
  }
  .mag .block-authentication .action.primary {
    color: #003150;
    background: #ffffff;
  }
  .mag .block-authentication .action.primary .label {
    font-weight: 600;
  }
  .mag .block-authentication .action.primary:after {
    float: right;
  }
  .mag .block-authentication .action.primary:hover {
    background: #003150;
    border-color: #3f6589;
    color: #ffffff;
  }
  .mag .block-authentication .password-forgotten {
    font-size: 12px;
    color: #8097a9;
  }
  .mag .block-authentication .password-forgotten:hover {
    color: #ffffff;
  }
  .mag .block-authentication .block-new-customer {
    text-align: right;
  }
  .mag .block-authentication .block-new-customer .block-top {
    min-height: 110px;
    margin: 0 0 20px 0;
  }
  .mag .block-authentication .block-new-customer .block-title.account {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  .mag .block-authentication .block-new-customer .block-title.wishlist {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding-top: 4px;
  }
  .mag .block-authentication .block-new-customer .desc {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
  .mag .block-authentication .block-new-customer .title {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 18px 0;
  }
  .mag .block-authentication .block-new-customer .actions-toolbar {
    max-width: 298px;
    margin-left: auto;
  }
  .mag .block-authentication .block-new-customer .action {
    text-align: left;
  }
  .mag .block-authentication .block-customer-login .block-wrapper,
  .mag .block-authentication .block-cooperation-login .block-wrapper {
    max-width: 298px;
    padding: 6px 0 20px 0;
  }
  .mag .block-authentication .block-customer-login .block-title,
  .mag .block-authentication .block-cooperation-login .block-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
    min-height: 52px;
  }
  .mag .block-authentication .block-customer-login {
    border-left: 1px solid #3f6589;
  }
  .mag .block-authentication .block-customer-login .actions-toolbar {
    text-align: center;
  }
  .mag .block-authentication .otherLogin li {
    display: block;
  }
  .mag .block-authentication .otherLogin li + li {
    margin-top: 22px;
  }
  .mag .block-authentication .otherLogin .action {
    color: #8097a9;
    border-color: #3f6589;
    padding-left: 15px;
    text-transform: none;
  }
  .mag .block-authentication .otherLogin .action:before {
    color: #ffffff;
    font-size: 28px;
  }
  .mag .block-authentication .otherLogin .action:hover {
    color: #003150;
    border-color: #ffffff;
    background: #ffffff;
  }
  .mag .block-authentication .otherLogin .action:hover:before {
    color: #003150;
  }
  .mag #authenticationPopup .block-customer-login .fieldset {
    padding: 0;
  }
  .mag #authenticationPopup .block-customer-login .fieldset > .field.email {
    margin-bottom: 22px;
  }
  .mag #authenticationPopup ul {
    padding: 0;
  }
}
@media all and (min-width: 1024px), print {
  .mag .block-authentication .block-new-customer {
    text-align: right;
  }
  .mag .block-authentication .block-new-customer .block-top {
    min-height: 106px;
    margin: 0 0 20px 0;
  }
  .mag .block-authentication .block-new-customer .block-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .mag .block-authentication .block-new-customer .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .mag .block-authentication .block-new-customer .title {
    margin-bottom: 22px;
  }
  .mag .block-authentication > .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mag .block-authentication .otherLogin .action {
    max-width: 280px;
    padding-left: 20px;
  }
  .mag .block-authentication .otherLogin .action:before {
    font-size: 38px;
    margin-right: 15px;
  }
}
@media all and (min-width: 1200px), print {
  .mag .block-authentication > .block-new-customer {
    margin-left: 7%;
    width: 33%;
  }
  .mag .block-authentication > .block-customer-login {
    width: 30%;
  }
  .mag .block-authentication > .block-cooperation-login {
    width: 30%;
  }
  .mag .block-authentication > .block-new-customer {
    padding-right: 50px;
  }
  .mag .block-authentication > .block-customer-login {
    padding-left: 50px;
  }
}
@media all and (min-width: 1440px), print {
  .mag .block-authentication {
    margin-left: 0;
    margin-right: 0;
  }
  .mag .block-authentication > .block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mag .block-authentication > .block-new-customer {
    padding-right: 70px;
  }
  .mag .block-authentication > .block-customer-login {
    padding-left: 70px;
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.mag {
  color: #003150;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  /* Slider */
}
.mag ul,
.mag ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.mag ul li,
.mag ol li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mag ul ul,
.mag ol ul,
.mag ul ol,
.mag ol ol {
  margin-bottom: 0;
}
.mag .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.mag .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.mag .slick-list:focus {
  outline: none;
}
.mag .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.mag .slick-slider .slick-track,
.mag .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mag .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.mag .slick-track:before,
.mag .slick-track:after {
  content: "";
  display: table;
}
.mag .slick-track:after {
  clear: both;
}
.mag .slick-loading .slick-track {
  visibility: hidden;
}
.mag .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.mag [dir="rtl"] .slick-slide {
  float: right;
}
.mag .slick-slide img {
  display: block;
}
.mag .slick-slide.slick-loading img {
  display: none;
}
.mag .slick-slide.dragging img {
  pointer-events: none;
}
.mag .slick-initialized .slick-slide {
  display: block;
}
.mag .slick-loading .slick-slide {
  visibility: hidden;
}
.mag .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.mag .slick-arrow.slick-hidden {
  display: none;
}
.mag .slick-loading .slick-list {
  background: #fff;
}
.mag .slick-prev,
.mag .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.mag .slick-prev:hover,
.mag .slick-next:hover,
.mag .slick-prev:focus,
.mag .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.mag .slick-prev:hover:before,
.mag .slick-next:hover:before,
.mag .slick-prev:focus:before,
.mag .slick-next:focus:before {
  opacity: 1;
}
.mag .slick-prev.slick-disabled:before,
.mag .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.mag .slick-prev:before,
.mag .slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mag .slick-prev {
  left: -25px;
}
.mag .slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.mag .slick-prev:before {
  content: '\e913';
}
.mag .slick-prev:before[dir="rtl"] {
  content: '\e914';
}
.mag .slick-next {
  right: -25px;
}
.mag .slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.mag .slick-next:before {
  content: '\e914';
}
.mag .slick-next:before[dir="rtl"] {
  content: '\e913';
}
.mag .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.mag .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mag .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.mag .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.mag .slick-dots li button:hover,
.mag .slick-dots li button:focus {
  outline: none;
}
.mag .slick-dots li button:hover:before,
.mag .slick-dots li button:focus:before {
  opacity: 1;
}
.mag .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mag .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/**
 * Magento - M
 */
/**
 * #body content wrapper top padding + fixed position on mobile menu opened
 * equivalent to .page-wrapper on Magento version
 */
#body-content {
  padding-top: 60px;
}
body.menu-mobile #body-content {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.message.global {
  opacity: 0;
  background: #7E97AB !important;
  font-size: 9px !important;
  padding: 6px !important;
}
.message.global:before {
  display: none;
}
.mag .message,
.message.global {
  background: #7E97AB;
  padding: 20px 20px 20px 50px;
  margin: 0;
  position: relative;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
.mag .message:before,
.message.global:before {
  content: '\e92e';
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.mag .message p,
.message.global p {
  margin: 0;
}
.mag .message.global {
  opacity: 1;
  max-width: 1600px;
  margin: 0 auto !important;
}
.mag .message.global:before {
  display: none;
}
/**
 * .mag elements
 */
.mag {
  font-size: 14px;
  /* slick buttons / dots */
}
.mag article,
.mag aside,
.mag details,
.mag figcaption,
.mag figure,
.mag main,
.mag footer,
.mag header,
.mag nav,
.mag section,
.mag summary {
  display: block;
}
.mag nav ul,
.mag nav ol {
  list-style: none none;
}
.mag img {
  border: 0;
}
.mag img,
.mag object,
.mag video,
.mag embed {
  height: auto;
  max-width: 100%;
}
.mag svg:not(:root) {
  overflow: hidden;
}
.mag figure {
  margin: 0;
}
.mag p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.mag abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #003150;
}
.mag b,
.mag strong {
  font-weight: 700;
}
.mag a,
.mag .alink {
  color: #003150;
  text-decoration: none;
}
.mag a:visited,
.mag .alink:visited {
  color: #003150;
  text-decoration: none;
}
.mag a:hover,
.mag .alink:hover {
  color: #003150;
  text-decoration: none;
}
.mag a:active,
.mag .alink:active {
  color: #ff5501;
  text-decoration: underline;
}
.mag ul,
.mag ol {
  margin: 0;
}
.mag ul > li,
.mag ol > li {
  margin: 0;
}
.mag button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mag input[type="text"],
.mag input[type="password"],
.mag input[type="url"],
.mag input[type="tel"],
.mag input[type="search"],
.mag input[type="number"],
.mag input[type="datetime"],
.mag input[type="email"] {
  background: #ffffff;
  background-clip: border-box;
  border: 1px solid #c7ccd0;
  border-radius: 0;
  color: #003150;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 40px;
  line-height: 30px;
  padding: 4px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.mag input[type="text"]:disabled,
.mag input[type="password"]:disabled,
.mag input[type="url"]:disabled,
.mag input[type="tel"]:disabled,
.mag input[type="search"]:disabled,
.mag input[type="number"]:disabled,
.mag input[type="datetime"]:disabled,
.mag input[type="email"]:disabled {
  opacity: 0.5;
}
.mag input[type="text"]::-moz-placeholder,
.mag input[type="password"]::-moz-placeholder,
.mag input[type="url"]::-moz-placeholder,
.mag input[type="tel"]::-moz-placeholder,
.mag input[type="search"]::-moz-placeholder,
.mag input[type="number"]::-moz-placeholder,
.mag input[type="datetime"]::-moz-placeholder,
.mag input[type="email"]::-moz-placeholder {
  color: #c7ccd0;
}
.mag input[type="text"]::-webkit-input-placeholder,
.mag input[type="password"]::-webkit-input-placeholder,
.mag input[type="url"]::-webkit-input-placeholder,
.mag input[type="tel"]::-webkit-input-placeholder,
.mag input[type="search"]::-webkit-input-placeholder,
.mag input[type="number"]::-webkit-input-placeholder,
.mag input[type="datetime"]::-webkit-input-placeholder,
.mag input[type="email"]::-webkit-input-placeholder {
  color: #c7ccd0;
}
.mag input[type="text"]:-ms-input-placeholder,
.mag input[type="password"]:-ms-input-placeholder,
.mag input[type="url"]:-ms-input-placeholder,
.mag input[type="tel"]:-ms-input-placeholder,
.mag input[type="search"]:-ms-input-placeholder,
.mag input[type="number"]:-ms-input-placeholder,
.mag input[type="datetime"]:-ms-input-placeholder,
.mag input[type="email"]:-ms-input-placeholder {
  color: #c7ccd0;
}
.mag input[type="search"] {
  -webkit-appearance: none;
}
.mag input[type="search"]::-webkit-search-cancel-button,
.mag input[type="search"]::-webkit-search-decoration,
.mag input[type="search"]::-webkit-search-results-button,
.mag input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.mag select {
  background: transparent url('../images/arrow-select.png') no-repeat center right 10px;
  background-clip: border-box;
  border: 1px solid #c7ccd0;
  border-radius: 0;
  color: #003150;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 40px;
  line-height: 30px;
  padding: 4px 25px 4px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.mag select:focus {
  background: #ffffff url('../images/arrow-select-over.png') no-repeat center right 10px;
}
.mag select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
.mag select[multiple="multiple"] {
  height: auto;
  background-image: none;
}
.mag textarea {
  background: #ffffff;
  background-clip: border-box;
  border: 1px solid #c7ccd0;
  border-radius: 0;
  color: #003150;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: auto;
  line-height: 30px;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
.mag input.mage-error,
.mag select.mage-error,
.mag textarea.mage-error {
  border-color: #ed8380;
}
.mag input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mag form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mag *:focus {
  box-shadow: none;
  outline: 0;
}
.mag.page-header ul,
.mag .footer.content ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.mag.page-header li,
.mag .footer.content li {
  display: inline-block;
  margin: 0;
}
.mag .fieldset > .field.no-label > .label,
.mag .fieldset > .fields > .field.no-label > .label,
.mag .action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .fieldset {
  max-width: 788px;
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.mag .fieldset + .actions-toolbar {
  max-width: 788px;
}
.mag .fieldset > * {
  letter-spacing: normal;
}
.mag .fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.mag .fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.mag .fieldset:last-child {
  margin-bottom: 0;
}
.mag .fieldset .field.required > .label,
.mag .fieldset .field._required > .label {
  position: relative;
  padding-left: 10px;
}
.mag .fieldset .field.required > .label:after,
.mag .fieldset .field._required > .label:after {
  position: absolute;
  left: 0;
  top: 1px;
}
.mag .fieldset > .field:not(.hidden),
.mag .fieldset > .fields > .field:not(.hidden) {
  margin: 0 0 20px;
}
.mag .fieldset > .field:not(.hidden) > .label,
.mag .fieldset > .fields > .field:not(.hidden) > .label {
  margin: 0 0 4px;
  display: inline-block;
}
.mag .fieldset > .field:not(.hidden):last-child,
.mag .fieldset > .fields > .field:not(.hidden):last-child {
  margin-bottom: 0;
}
.mag .fieldset > .field:not(.hidden) > .label,
.mag .fieldset > .fields > .field:not(.hidden) > .label {
  color: #003150;
  font-weight: normal;
  line-height: 18px;
  font-size: 1.2rem;
}
.mag .fieldset > .field:not(.hidden) > .label + br,
.mag .fieldset > .fields > .field:not(.hidden) > .label + br {
  display: none;
}
.mag fieldset.field {
  border: 0;
  padding: 0;
}
.mag select {
  background: transparent url('../images/arrow-select.png') no-repeat center right 10px;
  background-clip: border-box;
  border: 1px solid #c7ccd0;
  border-radius: 0;
  color: #003150;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 40px;
  line-height: 30px;
  padding: 4px 25px 4px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearnace: none;
  appearance: none;
}
.mag select:focus {
  background: #ffffff url('../images/arrow-select-over.png') no-repeat center right 10px;
}
.mag select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
.mag textarea {
  padding: 4px 15px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff2') format('woff2'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mag .cms-button button,
.mag .cms-button a.action {
  margin: 10px;
}
.mag button,
.mag .action {
  background-image: none;
  background: transparent;
  border: 1px solid #c7ccd0;
  color: #003150;
  cursor: pointer;
  display: inline-block;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 3.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.mag button:focus,
.mag .action:focus,
.mag button:active,
.mag .action:active {
  background: #003150;
  border: 1px solid #003150;
  color: #ffffff;
}
.mag button:hover,
.mag .action:hover {
  background: #003150;
  border: 1px solid #003150;
  color: #ffffff;
}
.mag button.disabled,
.mag .action.disabled,
.mag button[disabled],
.mag .action[disabled],
.mag fieldset[disabled] button,
.mag fieldset[disabled] .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mag button.icon-after,
.mag .action.icon-after {
  display: inline-block;
  text-decoration: none;
}
.mag button.icon-after:after,
.mag .action.icon-after:after {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 38px;
  color: inherit;
  content: '\e906';
  font-family: 'icomoon';
  margin: 0 0 0 6px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag button.icon-after:hover:after,
.mag .action.icon-after:hover:after {
  color: inherit;
}
.mag button.icon-after:active:after,
.mag .action.icon-after:active:after {
  color: inherit;
}
.mag button.icon-after:after,
.mag .action.icon-after:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 38px;
  color: inherit;
  content: '\e906';
  font-family: 'icomoon';
  margin: 0 0 0 6px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag button.icon-after:hover:after,
.mag .action.icon-after:hover:after {
  color: inherit;
}
.mag button.icon-after:active:after,
.mag .action.icon-after:active:after {
  color: inherit;
}
.mag button.icon-before,
.mag .action.icon-before,
.mag button.icon-only,
.mag .action.icon-only {
  display: inline-block;
  text-decoration: none;
}
.mag button.icon-before:before,
.mag .action.icon-before:before,
.mag button.icon-only:before,
.mag .action.icon-only:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 38px;
  color: inherit;
  content: '\e905';
  font-family: 'icomoon';
  margin: 0 6px 0 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag button.icon-before:hover:before,
.mag .action.icon-before:hover:before,
.mag button.icon-only:hover:before,
.mag .action.icon-only:hover:before {
  color: inherit;
}
.mag button.icon-before:active:before,
.mag .action.icon-before:active:before,
.mag button.icon-only:active:before,
.mag .action.icon-only:active:before {
  color: inherit;
}
.mag button.icon-before:before,
.mag .action.icon-before:before,
.mag button.icon-only:before,
.mag .action.icon-only:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 38px;
  color: inherit;
  content: '\e905';
  font-family: 'icomoon';
  margin: 0 6px 0 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag button.icon-before:hover:before,
.mag .action.icon-before:hover:before,
.mag button.icon-only:hover:before,
.mag .action.icon-only:hover:before {
  color: inherit;
}
.mag button.icon-before:active:before,
.mag .action.icon-before:active:before,
.mag button.icon-only:active:before,
.mag .action.icon-only:active:before {
  color: inherit;
}
.mag button.icon-only,
.mag .action.icon-only {
  position: relative;
  width: 40px;
  text-align: center;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.mag button.icon-only .label,
.mag .action.icon-only .label {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 0.9rem;
  line-height: 11px;
}
.mag button.icon-only.label-bottom,
.mag .action.icon-only.label-bottom {
  -webkit-transition: background 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, border 0.2s ease;
  -ms-transition: background 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
}
.mag button.icon-only.label-bottom .label,
.mag .action.icon-only.label-bottom .label {
  bottom: auto;
  top: 100%;
  padding: 6px 0 0 0;
  width: 120%;
  left: -10%;
  color: #003150;
}
.mag button.icon-only.label-bottom:hover .label,
.mag .action.icon-only.label-bottom:hover .label,
.mag button.icon-only.label-bottom:focus .label,
.mag .action.icon-only.label-bottom:focus .label,
.mag button.icon-only.label-bottom:active .label,
.mag .action.icon-only.label-bottom:active .label {
  color: #003150;
}
.mag button.icon-only:before,
.mag .action.icon-only:before,
.mag button.icon-only:after,
.mag .action.icon-only:after {
  margin: 0;
}
.mag button.no-border,
.mag .action.no-border {
  border: none;
}
.mag button.no-border.icon-only,
.mag .action.no-border.icon-only {
  line-height: 40px;
}
.mag button.no-styles,
.mag .action.no-styles {
  border: none;
  text-decoration: underline;
  text-transform: none;
}
.mag button.no-styles:hover,
.mag .action.no-styles:hover,
.mag button.no-styles:focus,
.mag .action.no-styles:focus,
.mag button.no-styles:active,
.mag .action.no-styles:active {
  background: inherit;
  color: inherit;
}
.mag button.no-label .label,
.mag .action.no-label .label {
  display: none;
}
.mag button.full-width,
.mag .action.full-width {
  width: 100%;
  text-align: center;
}
.mag button.icon-inline,
.mag .action.icon-inline {
  background: transparent;
  border-color: transparent;
  padding: 0;
}
.mag button.white,
.mag .action.white {
  background: #ffffff;
  border: none;
}
.mag button.white:hover,
.mag .action.white:hover,
.mag button.white:focus,
.mag .action.white:focus,
.mag button.white:active,
.mag .action.white:active {
  background: #003150;
}
.mag button.blue-border,
.mag .action.blue-border {
  border-color: #3f6589;
  color: #3f6589;
}
.mag button.blue-border:hover,
.mag .action.blue-border:hover,
.mag button.blue-border:focus,
.mag .action.blue-border:focus,
.mag button.blue-border:active,
.mag .action.blue-border:active {
  background: #003150;
  color: #ffffff;
  border: 1px solid #003150;
}
.mag button.grey-border,
.mag .action.grey-border {
  border-color: #c7ccd0;
  color: #003150;
}
.mag button.grey-border:hover,
.mag .action.grey-border:hover,
.mag button.grey-border:focus,
.mag .action.grey-border:focus,
.mag button.grey-border:active,
.mag .action.grey-border:active {
  color: #ffffff;
}
.mag button.icon-add:before,
.mag .action.icon-add:before {
  content: '\e902';
}
.mag button.icon-close:before,
.mag .action.icon-close:before {
  content: '\e90c';
}
.mag button.icon-close-after:after,
.mag .action.icon-close-after:after {
  content: '\e90c';
}
.mag button.icon-back:before,
.mag .action.icon-back:before {
  font-size: 18px;
  content: '\e905';
  margin-right: 10px;
}
.mag button.icon-info:before,
.mag .action.icon-info:before {
  content: 'i';
  text-transform: none;
  font-size: 20px;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mag button.icon-share:before,
.mag .action.icon-share:before {
  content: '\e924';
}
.mag button.icon-pin:before,
.mag .action.icon-pin:before {
  content: '\e91e';
}
.mag button.icon-wishlist:before,
.mag .action.icon-wishlist:before {
  content: '\e92a';
}
.mag button.icon-compare:before,
.mag .action.icon-compare:before {
  content: '\e90d';
}
.mag button.icon-prev:before,
.mag .action.icon-prev:before {
  content: '\e913';
  font-size: 28px;
}
.mag button.icon-next:before,
.mag .action.icon-next:before {
  content: '\e914';
  font-size: 28px;
}
.mag button.icon-filter:before,
.mag .action.icon-filter:before {
  content: '\e916';
  font-size: 24px;
}
.mag button.icon-filter:hover,
.mag .action.icon-filter:hover {
  background: #003150;
}
.mag button.icon-filter.filter-active,
.mag .action.icon-filter.filter-active {
  background: #003150;
  color: #ffffff;
}
.mag button.icon-filter.filter-active:before,
.mag .action.icon-filter.filter-active:before {
  content: '\e90c';
}
.mag button.icon-qq:before,
.mag .action.icon-qq:before {
  content: '\e920';
}
.mag button.icon-weibo:before,
.mag .action.icon-weibo:before {
  content: '\e929';
}
.mag button.icon-wechat:before,
.mag .action.icon-wechat:before {
  content: '\e928';
}
.mag button.icon-continue:after,
.mag .action.icon-continue:after {
  content: '\e906';
}
.mag button.icon-zoom:before,
.mag .action.icon-zoom:before {
  content: '\e92c';
}
.mag a.action {
  display: inline-block;
  text-decoration: none;
}
.mag a.action:hover,
.mag a.action:active,
.mag a.action:focus {
  text-decoration: none;
}
.mag .action.primary {
  background: #003150;
  border: 1px solid #003150;
  color: #ffffff;
}
.mag .action.primary:focus,
.mag .action.primary:active {
  background: #ffffff;
  border: 1px solid #003150;
  color: #003150;
}
.mag .action.primary:hover {
  background: #ffffff;
  border: 1px solid #003150;
  color: #003150;
}
.mag button.inline {
  display: inline-block;
  background-image: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  padding: 0;
  line-height: 1.48;
  color: #003150;
  cursor: pointer;
  text-decoration: underline;
}
.mag .slick-slider button.icon-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin: -20px 0 0 0;
}
.mag .slick-slider button.icon-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  margin: -20px 0 0 0;
}
.mag .slick-slider .slick-dots {
  bottom: 0;
  position: relative;
}
.mag .slick-slider .slick-dots li {
  margin: 0;
}
.mag .slick-slider .slick-dots button:before {
  color: #b7bfc6;
  opacity: 1;
  font-size: 3rem;
}
.mag .slick-slider .slick-dots li.slick-active button:before {
  color: #003150;
  opacity: 1;
}
.mag .block-search {
  margin-bottom: 0;
}
.mag .block-search .block-title {
  display: none;
}
.mag .block-search .block-content {
  margin-bottom: 0;
}
.mag .block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e921';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .block-search .label:hover:before {
  color: #003150;
}
.mag .block-search .label:active:before {
  color: #003150;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mag .block-search .label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e921';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .block-search .label:hover:before {
  color: #003150;
}
.mag .block-search .label:active:before {
  color: #003150;
}
.mag .block-search .label.active + .control input {
  position: static;
}
.mag .block-search .action.search {
  display: none;
}
.mag .block-search .control {
  border-top: 1px solid #003150;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.mag .block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.mag .block-search .nested {
  display: none;
}
.mag .search.summary {
  margin-bottom: 10px;
}
.mag .minicart-wrapper .block-minicart {
  width: 320px;
  right: 0;
  border-top: 0;
  padding: 0 30px 24px 30px;
}
.mag .minicart-wrapper .block-minicart.empty {
  width: auto;
  padding-top: 24px;
}
.mag .minicart-wrapper .block-minicart .block-title {
  display: none;
}
.mag .minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.mag .minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.mag .minicart-wrapper .product .actions {
  position: absolute;
  top: 0;
  right: 20px;
  float: none;
  margin: 0;
}
.mag .minicart-wrapper .counter-label > span {
  display: none;
}
.mag .minicart-wrapper .action.close {
  display: none;
}
.mag .minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.mag .minicart-wrapper .actions.checkout {
  display: block;
  padding: 0;
  margin-top: 0;
  text-align: left;
}
.mag .ui-slider {
  background: #abb0b3;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid #ffffff;
  height: 21px;
  margin: 4px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.mag .ui-slider .ui-slider-range {
  background: #abb0b3;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.mag .ui-slider .ui-slider-handle {
  background: #ffffff;
  border: 3px solid #abb0b3;
  cursor: pointer;
  height: 17px;
  margin-left: -8px;
  margin-top: -8px;
  width: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.mag .ui-slider .ui-slider-handle:hover {
  border-color: #003150;
  border-width: 5px;
  height: 21px;
  margin-top: -10px;
  margin-left: -10px;
  width: 21px;
}
.mag .ui-slider:hover .ui-slider-range {
  background: #003150;
}
.mag .ui-slider:hover .ui-slider-handle {
  border-color: #003150;
}
.mag.page-header li {
  display: inline-block;
}
.mag.page-header a.menu-item-active > span {
  text-decoration: none;
}
.mag.page-header a:hover,
.mag.page-header a:focus,
.mag.page-header a:visited,
.mag.page-header a:active {
  color: inherit;
  text-decoration: none;
}
.mag.page-header .header-sticky {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
body:not(.menu-mobile):not(.menu-opened):not(.upper-opened).headroom--unpinned .mag .header-sticky {
  -webkit-transform: translate3d(0px, -60px, 0px);
  -moz-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate3d(0px, -60px, 0px);
  -ms-transform: translate3d(0px, -60px, 0px);
  transform: translate3d(0px, -60px, 0px);
}
.mag #mega-menu,
.mag .upper-header {
  display: none;
}
.mag .close-btn {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 15px;
  line-height: 24px;
  font-size: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.mag .close-btn:after {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 24px;
  color: inherit;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .close-btn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 24px;
  color: inherit;
  content: '\e90c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .otd-wrapper {
  max-width: 840px;
  margin: 0 auto;
  color: #514e4b;
}
.mag .otd-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.25;
  padding: 0 0 24px 0;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'freightdisp_promedium', serif;
  color: #817747;
  border-bottom: 1px solid #c7ccd0;
}
.mag .otd-title b,
.mag .otd-title strong {
  font-weight: normal;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'freightdisp_probold', serif;
}
.mag .otd-elt {
  min-height: 332px;
  padding: 50px 40px 5px 40px;
}
.mag .otd-picture {
  display: block;
  margin: 0 0 10px 0;
}
.mag .otd-subtitle {
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'freightdisp_probold', serif;
  color: #003150;
  padding: 0 40px;
  min-height: 80px;
  max-width: 360px;
  font-size: 16px;
  line-height: 20px;
}
.mag .otd-description {
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'freightdisp_promedium', serif;
  color: #514e4b;
  font-size: 12px;
  line-height: 24px;
  min-height: 72px;
  margin: 0 0 3px 0;
}
.mag .otd-description .title {
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
}
.mag .otd-button {
  display: block;
  padding: 12px;
  width: 100%;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  color: #514e4b;
  background: #d1ccb7;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.mag .otd-button-top {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
}
.mag .otd-button-bottom {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
}
.mag .otd-button:hover,
.mag .otd-button:active {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  opacity: 0.7;
}
.mag .otd-right .otd-button {
  background: #ffffff;
}
.mag .otd-left-tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 332px;
}
.mag .otd-left-tab > div {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.mag .otd-event {
  background: #c8bf95;
}
.mag .otd-event .otd-description {
  color: #ffffff;
}
.mag .otd-featured {
  background: #ffffff;
}
.mag .otd-year {
  background: rgba(255, 255, 255, 0.2);
}
.mag .otd-columns-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mag .otd-columns-wrapper > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.mag .otd-columns-wrapper.cols-3 .otd-left {
  width: 69.5%;
  padding: 0 40px 0 0;
}
.mag .otd-columns-wrapper.cols-3 .otd-left-tab > div {
  width: 50%;
}
.mag .otd-columns-wrapper.cols-3 .otd-right {
  width: 30.5%;
}
.mag #mega-menu-odt .mega-menu-item-content .close-btn:after {
  color: #514e4b;
}
.mag .header-sticky {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mag .header-sticky > .header-wrapper {
  background: #ffffff;
}
.mag .action.skip:focus {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 15;
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.mag .top-links-container {
  position: relative;
  z-index: 2;
}
.mag .top-links-container .logo {
  width: 126px;
  height: auto;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 10;
  margin: 0 0 0 -60px;
}
.mag .top-links-container .logo img {
  display: block;
}
.mag .page-print .top-links-container .logo {
  position: static;
  margin: 0 0 10px 0;
}
.mag .top-links {
  display: table;
  width: 100%;
  height: 60px;
}
.mag .top-links > ul {
  display: table-cell;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  vertical-align: top;
  text-align: right;
}
.mag .top-links > ul > li {
  float: right;
}
.mag .top-links > ul > li.f-left {
  float: left;
}
.mag .top-links .minicart-wrapper {
  display: table-cell;
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 4px;
  padding-right: 13px;
  vertical-align: top;
}
.mag .top-link-item {
  display: inline-block;
  height: 34px;
  padding: 15px 8px 0 8px;
  line-height: 30px;
  position: relative;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.mag .top-link-item.empty .counter {
  display: none;
}
.mag a.top-link-item:hover,
.mag a.top-link-item:focus,
.mag a.top-link-item:active,
.mag a.top-link-item:visited {
  color: #002744;
  text-decoration: none;
  outline: none;
}
.mag .top-link-item span {
  display: none;
}
.mag .top-link-item.ico-left {
  display: inline-block;
  text-decoration: none;
  padding-left: 26px;
}
.mag .top-link-item.ico-left:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  color: inherit;
  content: '\e91d';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .top-link-item.ico-left:before {
  position: absolute;
  left: 5px;
  top: 0;
}
.mag .top-link-item.ico-right {
  display: inline-block;
  text-decoration: none;
  padding-right: 26px;
}
.mag .top-link-item.ico-right:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  color: inherit;
  content: '\e923';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .top-link-item.ico-right:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.mag .top-link-item.ico-search:after {
  content: '\e921';
  -moz-osx-font-smoothing: grayscale;
}
.mag .top-link-item.ico-service {
  display: none;
}
.mag .top-link-item.ico-service span {
  font-size: 1.2rem;
}
.mag .top-link-item.ico-service.active:after {
  content: '\e922';
}
.mag .top-link-item.ico-phone {
  display: none;
}
.mag .top-link-item.ico-comparator {
  display: none;
}
.mag .top-link-item.ico-comparator:before {
  content: '\e931';
}
.mag .top-link-item.ico-comparator.empty:before {
  content: '\e90d';
}
.mag .top-link-item.ico-cart:before {
  content: '\e908';
}
.mag .top-link-item.ico-account:before {
  content: '\e900';
}
.mag .top-link-item.ico-logged:before {
  content: '\e901';
}
.mag .minicart-wrapper .top-link-item.top-link-item.showcart {
  display: block;
  white-space: nowrap;
}
.mag .minicart-wrapper .top-link-item.top-link-item.showcart:before,
.mag .minicart-wrapper .top-link-item.top-link-item.showcart.active:before,
.mag .minicart-wrapper .top-link-item.top-link-item.showcart:hover:before {
  color: inherit;
}
.mag .top-link-item a {
  color: #ffffff;
}
.mag .welcome .welcome-btn .customer-name,
.mag .welcome .welcome-btn .submenu.customer {
  display: none;
}
.mag .welcome .welcome-btn.logged .ico-account {
  display: none;
}
.mag .welcome .welcome-btn.logged .customer-name {
  display: inline-block;
}
.mag .welcome .welcome-btn.logged .submenu.customer {
  display: block;
}
.mag .checkout-cart-index .top-links .link-item.showcart,
.mag .catalog-product-compare-index .top-links .link-item.comparator {
  background: #003150;
}
.mag .over-elt {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 39, 68, 0.8);
  color: #ffffff;
  -webkit-opacity: 0.000001;
  -moz-opacity: 0.000001;
  -ms-opacity: 0.000001;
  opacity: 0.000001;
  will-change: opacity;
}
.mag .over-elt .close-btn {
  right: 25px;
  top: 50%;
  margin: -30px 0 0 0;
}
.mag .over-elt .wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.mag .over-elt#language-pad > .wrapper {
  background: #003150;
}
.mag .over-elt .head {
  height: 110px;
  position: relative;
  background: #003150;
}
.mag .over-elt .logo {
  display: block;
  width: 160px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -80px;
  background: url('../images/logo-white.svg') no-repeat center center;
  background-size: 100% auto;
}
.mag .over-elt .separator {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.mag .over-elt .content-separator {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.mag .over-elt .content-1 {
  padding: 25px 0;
  text-align: center;
  background: #003150;
  position: relative;
  z-index: 2;
}
.mag .over-elt .field.search {
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  border-bottom: 1px solid #3f6589;
}
.mag .over-elt .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 5px;
  background: none;
  border: none;
  color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}
.mag .over-elt .btn-search:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.mag .over-elt .btn-search .ico {
  display: inline-block;
  text-decoration: none;
}
.mag .over-elt .btn-search .ico:after {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 30px;
  color: inherit;
  content: '\e921';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .over-elt .btn-search .ico:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 30px;
  color: inherit;
  content: '\e921';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .over-elt .btn-search.loading .ico {
  width: 30px;
  height: 30px;
  background: url('../images/loader-dark.svg') no-repeat center center;
  background-size: 16px 16px;
}
.mag .over-elt .btn-search.loading .ico:after {
  display: none;
}
.mag .over-elt#search-pad {
  background: #002744;
}
.mag .over-elt #search {
  height: auto;
  background: transparent;
  padding: 0 0 0 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 40px;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #ffffff;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
}
.mag .over-elt ::-webkit-input-placeholder {
  color: #fff !important;
}
.mag .over-elt :-moz-placeholder {
  color: #fff !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.mag .over-elt ::-moz-placeholder {
  color: #fff !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.mag .over-elt :-ms-input-placeholder {
  color: #fff !important;
}
.mag .over-elt .search-bottom {
  height: calc(100vh - 206px);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
}
.mag .over-elt .search-autocomplete {
  background: #fff;
  color: #444;
}
.mag .over-elt .suggestions {
  text-align: left;
  font-size: 12px;
}
.mag .over-elt .suggestions-list {
  padding: 20px;
  letter-spacing: 0.1em;
}
.mag .over-elt .suggestions-list + .suggestions-list {
  border-top: 1px solid #e6eaed;
}
.mag .over-elt .suggestions-title {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}
.mag .over-elt .suggestions li {
  display: block;
}
.mag .over-elt .suggestions li + li {
  margin-top: 4px;
}
.mag .over-elt .suggestions a {
  display: block;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mag .over-elt .suggestions a:hover {
  color: #003150;
}
.mag .over-elt .search-no-results {
  display: none;
  text-align: center;
  background: #fff;
  letter-spacing: 0.1em;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 20px;
}
.mag .over-elt .search-popular p {
  padding: 20px 20px 0 20px;
  color: #a3c1d8;
  font-size: 9px;
  margin: 0 0 4px 0;
  letter-spacing: 0.1em;
}
.mag .over-elt .search-popular .search-terms {
  padding: 0 20px 20px 20px;
}
.mag .over-elt .search-popular .search-terms li {
  display: block;
}
.mag .over-elt .search-popular .search-terms li + li {
  border-top: 1px solid #677988;
}
.mag .over-elt .search-popular .search-terms li a {
  display: block;
  padding: 13px 0;
  line-height: 20px;
  font-size: 11px !important;
  text-transform: uppercase;
  color: #fff;
}
.mag .over-elt .search-popular .search-terms li a.retailers {
  padding-left: 22px;
  position: relative;
}
.mag .over-elt .search-popular .search-terms li a.retailers:before {
  content: '\e91e';
  display: block;
  width: 20px;
  height: 20px;
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.mag .switcher-language:after {
  content: '';
  display: block;
  clear: both;
}
.mag .switcher-language .title {
  max-width: 200px;
  font-size: 2.4rem;
  margin: 0 auto 1em auto;
}
.mag .switcher-language li {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.mag .switcher-language a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
}
.mag .switcher-language span {
  color: #ffffff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
}
.mag .switcher-language span:before {
  content: '\e908';
  font-family: "icomoon";
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 5px;
}
.mag .main-menu {
  display: none;
}
body.menu-mobile .mag .header-sticky {
  position: relative;
  z-index: 2;
}
body.menu-mobile .mag .main-menu {
  display: block;
  height: calc(40vh);
  background: #003150;
  border-top: 1px solid #f7f7f7;
}
body.menu-mobile .mag .main-menu-elt li {
  display: block;
  background: #ffffff;
}
body.menu-mobile .mag .main-menu-elt li.menu-odt {
  background: #dfdfdf;
}
body.menu-mobile .mag .main-menu-elt li.menu-odt > a span.image {
  background-position: left center;
  background-size: 70% auto;
}
body.menu-mobile .mag .main-menu-elt li.menu-odt .label {
  color: #817747;
  font-family: 'Microsoft Yahei', '微软雅黑', '黑体', 'Heiti', '华文黑体', 'ST Heiti', 'freightdisp_probold', serif;
}
body.menu-mobile .mag .main-menu-elt li.menu-odt .label span {
  display: block;
}
body.menu-mobile .mag .main-menu-elt li.first > a span.label {
  border-top: none;
}
body.menu-mobile .mag .main-menu-elt li > a {
  display: block;
  text-transform: uppercase;
  color: #002744;
}
body.menu-mobile .mag .main-menu-elt li > a:not(.menu-odt):hover,
body.menu-mobile .mag .main-menu-elt li > a:not(.menu-odt):focus {
  background: #f7f7f7;
}
body.menu-mobile .mag .main-menu-elt li > a > span {
  display: table;
  width: 100%;
  position: relative;
  height: 100px;
  padding: 0 0 0 20px;
}
body.menu-mobile .mag .main-menu-elt li > a span.label {
  display: table-cell;
  width: auto;
  height: 100%;
  padding: 20px 140px 20px 0;
  border-top: 1px solid #f7f7f7;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 21px;
  vertical-align: middle;
}
body.menu-mobile .mag .main-menu-elt li > a span.image {
  width: 125px;
  height: 67px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -33px;
  background: transparent center center no-repeat;
  background-size: 100% auto;
  background-size: cover;
}
body.menu-mobile .mag .main-menu-elt:first-child li:first-child > a {
  height: 99px;
}
body.menu-mobile .mag .main-menu-elt:first-child li:first-child > a > span {
  border: none;
}
.mag.page-footer {
  background-color: #fff;
  margin-top: auto;
  overflow: hidden;
}
.mag .footer-reinsurance {
  background: #003150;
  list-style: none;
}
.mag .footer-reinsurance ul > li {
  list-style: none;
}
.mag .footer-reinsurance .content-wrapper > ul {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 35px;
  padding-bottom: 30px;
}
.mag .footer-reinsurance .content-wrapper > ul:after {
  display: block;
  content: "";
  clear: both;
}
.mag .footer-reinsurance li.level-top {
  display: block;
  width: 33.33333333%;
  float: left;
  text-align: center;
  color: #ffffff;
}
.mag .footer-reinsurance li.level-top:before {
  display: block;
  font-family: 'icomoon', sans-serif;
  font-size: 3rem;
  color: #8097a9;
  text-align: center;
  height: 42px;
}
.mag .footer-reinsurance li.level-top.footer-reinsurance-official:before {
  content: url('../images/logo-light-blue.svg');
  font-family: sans-serif;
  width: 110px;
  height: 34px;
  line-height: 1;
  margin: 4px auto;
}
.mag .footer-reinsurance li.level-top.footer-reinsurance-delivery:before {
  content: '\e90e';
}
.mag .footer-reinsurance li.level-top.footer-reinsurance-payment:before {
  content: '\e91b';
}
.mag .footer-reinsurance .slick-dots button:before {
  color: #8097a9;
}
.mag .footer-reinsurance .slick-dots li.slick-active button:before {
  color: #ffffff;
}
.mag .footer-reinsurance a.level-top,
.mag .footer-reinsurance span.level-top {
  display: block;
  min-height: 54px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
}
.mag .footer-reinsurance .submenu {
  padding-left: 0;
}
.mag .footer-reinsurance a.level1,
.mag .footer-reinsurance span.level1 {
  color: #8097a9;
  font-size: 1.3rem;
}
.mag .footer-reinsurance li.level2 {
  display: inline-block;
}
.mag .footer-reinsurance li.level2 span span {
  display: none;
}
.mag .footer-reinsurance a.reinsurance-social,
.mag .footer-reinsurance span.reinsurance-social {
  display: inline-block;
  text-decoration: none;
}
.mag .footer-reinsurance a.reinsurance-social:before,
.mag .footer-reinsurance span.reinsurance-social:before {
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  line-height: 38px;
  color: #ffffff;
  content: '\e926';
  font-family: 'icomoon';
  margin: 0 5px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .footer-reinsurance a.reinsurance-social:before,
.mag .footer-reinsurance span.reinsurance-social:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  line-height: 38px;
  color: inherit;
  content: '\e926';
  font-family: 'icomoon';
  margin: 0 5px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .footer-reinsurance a.reinsurance-social:before,
.mag .footer-reinsurance span.reinsurance-social:before {
  vertical-align: middle;
}
.mag .footer-reinsurance a.reinsurance-social.union:before,
.mag .footer-reinsurance span.reinsurance-social.union:before {
  margin-left: 0;
}
.mag .footer-reinsurance a.reinsurance-social.alipay:before,
.mag .footer-reinsurance span.reinsurance-social.alipay:before {
  content: '\e903';
}
.mag .footer-reinsurance a.reinsurance-social.wechat:before,
.mag .footer-reinsurance span.reinsurance-social.wechat:before {
  content: "\e933";
  margin-right: 0;
  font-size: 8rem;
}
.mag .footer-top {
  background: #abb0b3;
  padding: 20px 10px;
}
.mag .footer-top .copyright {
  color: #ffffff;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
  font-size: 1rem;
}
.mag .footer-top ul {
  max-width: 340px;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.mag .footer-top ul:after {
  content: '';
  display: block;
  clear: both;
}
.mag .footer-top li {
  margin: 8px 0 0 0;
  padding: 10px 0;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.mag .footer-top a {
  color: #ffffff;
}
.mag .footer-top a:hover,
.mag .footer-top a:active,
.mag .footer-top a:focus {
  color: #003150;
  text-decoration: none;
}
.mag .footer-bottom {
  padding: 20px 0 50px 0;
}
.mag .footer-bottom-first {
  border-bottom: 1px #e6eaed solid;
  padding: 0 0 20px 0;
}
.mag .footer-bottom-first .over-elt-btn span {
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 0;
}
.mag .footer-bottom-first .over-elt-btn span:before {
  display: inline-block;
  content: '\e918';
  font-family: 'icomoon', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle;
}
.mag .footer-bottom-second {
  padding: 25px 0 10px 0;
  text-align: center;
  /*Slider*/
}
.mag .footer-bottom-second ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mag .footer-bottom-second > ul {
  max-width: 540px;
  margin: 0 auto;
}
.mag .footer-bottom-second li.level0 {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
}
.mag .footer-bottom-second a.level0 {
  font-size: 1.5rem;
  display: block;
  min-height: 32px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.mag .footer-bottom-second li.level1 {
  margin: 0 0 8px 0;
}
.mag .footer-bottom-second a.level1 {
  color: #737373;
  font-size: 1.3rem;
}
.mag .footer-bottom-second a:hover,
.mag .footer-bottom-second a:focus,
.mag .footer-bottom-second a:active {
  color: #000000;
}
.mag .footer-bottom-second .slick-dots {
  margin-top: 10px;
}
.mag .footer-social-links {
  color: #737373;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.mag .footer-social-links p {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.mag .footer-social-links ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.mag .footer-social-links li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-left: 18px;
}
.mag .footer-social-links li:first-child {
  margin-left: 0;
}
.mag .footer-social-links a {
  color: #737373;
}
.mag .footer-social-links a span.label {
  display: none;
}
.mag .footer-social-links a:after {
  content: '';
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
}
.mag .footer-social-links a:hover,
.mag .footer-social-links a:focus,
.mag .footer-social-links a:active {
  color: #000000;
}
.mag .footer-social-links a.footer-wechat {
  position: relative;
}
.mag .footer-social-links a.footer-wechat:after {
  content: '\e928';
}
.mag .footer-social-links a.footer-wechat span.image {
  height: 245px;
  width: 220px;
  position: absolute;
  bottom: 25px;
  left: -100px;
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
  -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
}
.mag .footer-social-links a.footer-wechat:hover span.image,
.mag .footer-social-links a.footer-wechat.hover span.image {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
  -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
  -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
  visibility: visible;
}
.mag .footer-social-links a.footer-weibo:after {
  content: '\e929';
}
.mag .footer-social-links a.footer-youku:after {
  content: '\e92b';
}
.mag .footer-social-links a.label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.mag .footer.content {
  border-top: 1px solid #003150;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.mag .footer.content .links > li {
  margin: 0 0 8px;
}
.mag .footer.content .switcher-store {
  margin: 0 0 30px;
}
.mag .footer .copyright,
.mag .footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.mag .chat-link-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  background: #003150;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
}
.mag .chat-link-fixed .icon-chat-2 {
  display: inline-block;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.mag .chat-link-fixed .icon-chat-2:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 40px;
  color: inherit;
  content: "\e930";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mag .chat-link-fixed .icon-chat-2 > span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mag body.bottom-fixed .chat-link-fixed {
  bottom: 70px;
}
.mag * {
  box-sizing: border-box;
}
.mag a,
.mag a:hover,
.mag a:active,
.mag a:visited {
  text-decoration: none;
}
.mag .hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
}
.mag .clear {
  clear: both;
}
.mag input:not([disabled]):focus,
.mag textarea:not([disabled]):focus,
.mag select:not([disabled]):focus {
  box-shadow: none;
}
.mag .bg-dark-blue-1 {
  background: #003150;
}
.mag .bg-white {
  background: #ffffff;
}
.mag .bg-light-grey-1 {
  background: #f7f7f7;
}
.mag .bg-light-grey-2 {
  background: #eff1f3;
}
.mag .bg-light-grey-3 {
  background: #e6eaed;
}
.mag .bg-grey-1 {
  background: #d4d6d9;
}
.mag .bg-grey-2 {
  background: #c7ccd0;
}
.mag .bg-grey-3 {
  background: #b7bfc6;
}
.mag .bg-grey-4 {
  background: #abb0b3;
}
.mag .bg-dark-grey-1 {
  background: #90959b;
}
.mag .bg-dark-grey-2 {
  background: #84888b;
}
.mag .bg-dark-grey-3 {
  background: #737373;
}
.mag .bg-light-blue-1 {
  background: #a3c1d8;
}
.mag .bg-light-blue-2 {
  background: #8097a9;
}
.mag .bg-blue-1 {
  background: #677988;
}
.mag .bg-blue-2 {
  background: #59798d;
}
.mag .bg-blue-3 {
  background: #3f6589;
}
.mag .bg-dark-blue-1 {
  background: #003150;
}
.mag .bg-dark-blue-2 {
  background: #002744;
}
.mag .bg-black {
  background: #000000;
}
.mag .bg-red {
  background: #d11c04;
}
.mag .upper {
  text-transform: uppercase;
}
.mag .nowrap {
  white-space: nowrap;
}
.mag h1,
.mag .price-box,
.mag .product-item-name,
.mag .collection-title,
.mag .block-title,
.mag .let-sp {
  letter-spacing: 0.1em;
}
.mag .let-sp-xl {
  letter-spacing: 0.16em;
}
.mag .content-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.mag .content-wrapper-fluid {
  padding: 1px 20px;
}
.mag .content-wrapper-fluid .content-wrapper,
.mag .content-wrapper .content-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.mag .nofollow {
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .mag .footer-bottom .footer-bottom-first p {
    padding-right: 0;
  }
  .mag .footer-bottom .footer-bottom-first .footer-social-links li {
    margin-left: 14px;
  }
  .mag .content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mag .content-wrapper-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mag .breadcrumbs .items:after {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mag {
    /* slick buttons / dots */
  }
  .mag .slick-slider button.icon-prev,
  .mag .slick-slider button.icon-next {
    border: none;
    line-height: 40px;
  }
  .mag .minicart-wrapper .top-link-item.ico-left:not(.empty):before {
    left: 2px;
  }
  .mag .minicart-wrapper .counter.qty {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    padding: 0;
    background: #003150;
    border: 2px solid #ffffff;
    border-radius: 50%;
    white-space: nowrap;
    color: #ffffff;
    line-height: 16px;
    font-size: 1rem;
    font-weight: 600;
  }
  .mag .minicart-wrapper .counter.qty:before {
    content: "";
  }
  .mag .minicart-wrapper .counter.qty:after {
    content: "";
  }
  .mag .minicart-wrapper .counter.qty .counter-number {
    display: block;
    text-align: center;
  }
  .mag .minicart-wrapper .block-minicart {
    display: none !important;
  }
  .mag .top-links .minicart-wrapper,
  .mag .top-links > ul > li {
    padding-top: 13px;
  }
  .mag .top-links .f-left {
    letter-spacing: -31px;
  }
  .mag .top-links .f-left > * {
    letter-spacing: 0;
  }
  .mag #menu-btn {
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 7px;
    padding-left: 11px;
    width: 44px;
    vertical-align: top;
  }
  .mag .menu-ico {
    position: relative;
    width: 20px;
    height: 15px;
    top: 0;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -ms-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
  }
  .mag .menu-ico > div {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 3px;
    background-color: #002744;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .mag .menu-ico span {
    display: block;
    position: absolute;
    width: 40px;
    left: -10px;
    top: 14px;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mag #menu-btn.active .menu-ico {
    top: 3px;
  }
  .mag #menu-btn.active .menu-ico .first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
  }
  .mag #menu-btn.active .menu-ico .second {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px;
  }
  .mag #menu-btn.active .menu-ico .third {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  .mag #menu-btn.active .menu-ico span {
    top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  .mag .over-elt .close-btn {
    right: 5px;
    top: 0;
    margin: 0;
  }
  .mag .over-elt .close-btn:after {
    font-size: 15px;
  }
  .mag .mobile-more {
    color: #ffffff;
  }
  .mag .mobile-more ul > li {
    display: block;
    margin: 6px 0 0 0;
  }
  .mag .mobile-more ul > li:first-child {
    margin: 0;
  }
  .mag .mobile-more .top-link-item {
    display: block;
    padding: 5px 0 5px 32px;
    line-height: 20px;
    height: auto;
    color: #ffffff;
  }
  .mag .mobile-more .top-link-item:before {
    font-size: 18px;
    line-height: 30px;
    color: inherit;
  }
  .mag .mobile-more .top-link-item span {
    margin: 0 0 0 6px;
    color: inherit;
    display: inline-block;
  }
  .mag .mobile-more .top-link-item span a {
    color: #ffffff;
  }
  .mag .mobile-more-top {
    background: #abb0b3;
    padding: 20px;
  }
  .mag .mobile-more-service {
    background: #003150;
    padding: 20px;
  }
  .mag .mobile-more-service p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .mag .mobile-more-service a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0;
    color: #ffffff;
  }
  .mag .mobile-more-service a:hover span,
  .mag .mobile-more-service a:focus span {
    text-decoration: underline;
  }
  .mag .main-menu {
    display: none;
  }
  .mag #mega-menu-odt {
    overflow: hidden;
  }
  .mag #mega-menu-odt .close-btn {
    display: none;
  }
  .mag .otd-wrapper {
    margin: 0 20px;
  }
  .mag .otd-title,
  .mag .otd-description {
    display: none;
  }
  .mag .otd-subtitle {
    border-top: 1px solid #c7ccd0;
    border-bottom: none;
    width: 95%;
    max-width: none;
    padding: 20px 0;
    min-height: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #002744;
    text-align: center;
  }
  .mag .otd-columns-wrapper {
    display: block;
  }
  .mag .otd-columns-wrapper > div,
  .mag .otd-columns-wrapper.cols-3 .otd-left,
  .mag .otd-columns-wrapper.cols-3 .otd-right {
    display: block;
    width: auto;
    padding: 0 0 10px 0;
  }
  .mag .otd-left-tab {
    height: auto;
  }
  .mag .otd-elt {
    min-height: 0;
    padding: 0;
  }
  .mag .otd-picture {
    padding: 6%;
    margin: 0;
  }
  .mag .otd-picture img {
    display: block;
  }
  .mag .otd-button {
    margin-top: 10px;
    text-align: center;
  }
  .mag .otd-button-top,
  .mag .otd-button-bottom {
    display: inline-block;
    color: #002744;
    margin: 0 1px;
    font-size: 12px;
  }
  .mag .otd-left {
    margin-bottom: 20px;
  }
  .mag .otd-right .otd-picture {
    padding: 3%;
  }
  .mag .footer-bottom-second .logo {
    display: none;
  }
  .mag .hidden-mobile {
    display: none !important;
  }
}
@media all and (min-width: 640px) {
  .mag .footer-top .copyright {
    font-size: 13px;
  }
  .mag .footer-top ul {
    text-align: center;
    max-width: none;
  }
  .mag .footer-top li {
    display: inline-block;
    width: auto;
    float: none;
    margin: 4px 10px 0 10px;
    font-size: 14px;
  }
  .mag .footer-bottom-second a.level0.hidden-label span {
    visibility: hidden;
  }
  .mag .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .mag .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
/**
 * Magento - L
 */
@media all and (min-width: 768px), print {
  .message.global {
    font-size: 12px !important;
    padding: 10px !important;
  }
  /**
     * #body content wrapper top padding
     * equivalent to .page-wrapper on Magento version
     */
  #body-content {
    padding-top: 110px;
  }
  /**
     * .mag elements
     */
  .mag .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .mag .nav-sections-item-title {
    display: none;
  }
  .mag .nav-sections-item-content {
    display: block !important;
  }
  .mag .nav-sections-item-content > * {
    display: none;
  }
  .mag .nav-sections-item-content > .navigation {
    display: block;
  }
  .mag .navigation {
    background: #ffffff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .mag .navigation:empty {
    display: none;
  }
  .mag .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .mag .navigation li.level0 {
    border-top: none;
  }
  .mag .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .mag .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .mag .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .mag .navigation .level0 > .level-top:hover,
  .mag .navigation .level0 > .level-top.ui-state-focus {
    color: #003150;
    text-decoration: none;
  }
  .mag .navigation .level0.active > .level-top,
  .mag .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #003150;
    text-decoration: none;
    display: inline-block;
  }
  .mag .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .mag .navigation .level0 .submenu {
    background: #003150;
    border: 1px solid #003150;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .mag .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .mag .navigation .level0 .submenu > ul:before,
  .mag .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .mag .navigation .level0 .submenu > ul:before {
    color: #003150;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #003150;
    z-index: 4;
  }
  .mag .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #003150;
    color: #003150;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .mag .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .mag .navigation .level0 .submenu a:hover,
  .mag .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #003150;
    text-decoration: none;
  }
  .mag .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .mag .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .mag .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .mag .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .mag .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 38px;
    color: inherit;
    content: '\e607';
    font-family: 'icomoon';
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mag .navigation .level0.more:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 38px;
    color: inherit;
    content: '\e607';
    font-family: 'icomoon';
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mag .navigation .level0.more:before {
    display: none;
  }
  .mag .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .mag .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .mag .navigation .level0.more li {
    display: block;
  }
  .mag .minicart-wrapper {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -ms-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .mag .minicart-wrapper .top-link-item.showcart .counter.qty {
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
  }
  .mag .minicart-wrapper .top-link-item.showcart .counter.qty .counter-number:before {
    content: "(";
    letter-spacing: normal;
  }
  .mag .minicart-wrapper .top-link-item.showcart .counter.qty .counter-number:after {
    content: ")";
    letter-spacing: normal;
  }
  .mag .minicart-wrapper .block-minicart {
    position: absolute;
    width: 332px;
    right: 0;
    opacity: 0;
    background: #ffffff;
    border: #e6eaed solid 1px;
    border-right: none;
    border-top: none;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
    -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
    -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
    visibility: hidden;
  }
  .mag .minicart-wrapper .block-minicart.hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
    -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
    -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0s, z-index 0s;
    visibility: visible;
  }
  .mag .minicart-wrapper.open {
    background: #ffffff;
  }
  .mag .minicart-wrapper.open .top-link-item {
    color: #003150;
  }
  .mag .minicart-wrapper.open .top-link-item .counter.qty {
    color: #003150;
  }
  body:not(.menu-mobile):not(.menu-opened):not(.upper-opened).headroom--unpinned .mag .header-sticky {
    -webkit-transform: translate3d(0px, -111px, 0px);
    -moz-transform: translate3d(0px, -111px, 0px);
    -o-transform: translate3d(0px, -111px, 0px);
    -ms-transform: translate3d(0px, -111px, 0px);
    transform: translate3d(0px, -111px, 0px);
  }
  .mag .header-sticky > .header-wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
  .mag .top-links-container .logo {
    width: 162px;
    top: auto;
    bottom: -52px;
    left: 50%;
    margin: 0 0 0 -78px;
  }
  .mag .page-print .top-links-container .logo {
    position: static;
    margin: 0 0 10px 0;
  }
  .mag .top-links {
    position: relative;
    z-index: 20;
  }
  .mag .over-elt .head {
    height: 165px;
  }
  .mag .over-elt .content-1 {
    padding: 60px 0 88px 0;
  }
  .mag .over-elt .field.search {
    padding-right: 60px;
  }
  .mag .over-elt .btn-search {
    width: 60px;
    padding: 10px;
  }
  .mag .over-elt .btn-search .ico:after {
    font-size: 3.6rem;
    line-height: 40px;
  }
  .mag .over-elt .btn-search.loading .ico {
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
  .mag .over-elt #search {
    line-height: 60px;
    font-size: 3rem;
  }
  .mag .over-elt .search-bottom {
    height: calc(100vh - 366px);
  }
  .mag .over-elt .search-autocomplete {
    padding: 0 30px;
  }
  .mag .over-elt .suggestions-list {
    max-width: 892px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 15px;
  }
  .mag .over-elt .suggestions-list:first-child {
    padding-top: 60px;
  }
  .mag .over-elt .suggestions-list:last-child {
    padding-bottom: 60px;
  }
  .mag .over-elt .suggestions-title {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .mag .over-elt .suggestions li + li {
    margin-top: 8px;
  }
  .mag .over-elt .search-no-results {
    margin-top: 80px;
    padding: 45px 0;
    font-size: 16px;
  }
  .mag .over-elt .search-popular {
    max-width: 952px;
    margin: 0 auto;
    text-align: left;
  }
  .mag .over-elt .search-popular p {
    padding: 60px 30px 0 30px;
    font-size: 11px;
  }
  .mag .over-elt .search-popular .search-terms {
    padding: 0 30px 30px 30px;
  }
  .mag .over-elt .search-popular .search-terms li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 15px !important;
  }
  .mag .over-elt .search-popular .search-terms li a.retailers {
    padding-left: 38px;
  }
  .mag .over-elt .search-popular .search-terms li a.retailers:before {
    font-size: 24px;
    left: -2px;
  }
  .mag #language-pad .content {
    max-width: 650px;
    margin: 0 auto;
  }
  .mag #language-pad .content:after {
    content: '';
    display: block;
    clear: both;
  }
  .mag .switcher-language .title {
    width: 350px;
    max-width: none;
    float: left;
    text-align: right;
    padding: 0 30px 0 80px;
    font-size: 3rem;
  }
  .mag .switcher-language .language-list {
    position: relative;
    margin: 10px 0 0 0;
    width: 300px;
    min-height: 120px;
    float: left;
  }
  .mag .switcher-language .language-list:after {
    content: '';
    display: block;
    clear: both;
  }
  .mag .switcher-language ul {
    margin: -8px 0 0 0;
    float: left;
    padding: 0 0 0 30px;
  }
  .mag .switcher-language li {
    text-align: left;
    white-space: nowrap;
  }
  .mag .upper-header {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    background: #003150;
    color: #ffffff;
    will-change: height;
  }
  .mag .upper-header.opened {
    height: auto !important;
  }
  .mag .upper-header-elt {
    position: absolute;
    width: 100%;
    left: 0;
    top: -2000px;
    background: #003150;
    -webkit-opacity: 0.000001;
    -moz-opacity: 0.000001;
    -ms-opacity: 0.000001;
    opacity: 0.000001;
    will-change: opacity;
  }
  .mag .upper-header-elt.animated {
    top: 0;
  }
  .mag .upper-header-elt.opened {
    top: 0;
    position: relative;
  }
  .mag .upper-header-elt .account-pad {
    padding: 60px 0;
  }
  .mag .upper-header-elt .close-btn {
    top: 30px;
    right: 20px;
  }
  .mag .service-center-menu ul {
    display: table;
    width: 100%;
  }
  .mag .service-center-menu li {
    display: table-cell;
    border-left: 1px solid #3f6589;
    vertical-align: top;
  }
  .mag .service-center-menu li:first-child {
    border: none;
  }
  .mag .service-center-menu a {
    display: block;
    padding: 35px 20px;
    text-align: center;
    line-height: 30px;
    font-size: 1.4rem;
    color: #ffffff;
    text-transform: uppercase;
  }
  .mag .service-center-menu a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .mag .top-link-item {
    height: 50px;
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out;
  }
  .mag .top-link-item.ico-left {
    padding: 10px 10px 10px 40px;
  }
  .mag .top-link-item.ico-left:before {
    line-height: 50px;
    font-size: 2.2rem;
    left: 12px;
  }
  .mag .top-link-item.ico-right {
    padding: 10px 40px 10px 10px;
  }
  .mag .top-link-item.ico-right.ico-service {
    padding-left: 20px;
  }
  .mag .top-link-item.ico-right:after {
    line-height: 50px;
    font-size: 2.2rem;
    right: 12px;
  }
  .mag a.top-link-item:hover,
  .mag a.top-link-item:focus,
  .mag a.top-link-item:active,
  .mag a.top-link-item:visited {
    color: #ffffff;
  }
  .mag .top-link-item span {
    display: inline-block;
  }
  .mag .top-link-item.customer-name span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mag .top-link-item.ico-menu {
    display: none;
  }
  .mag .top-link-item.ico-comparator:before {
    margin-left: -2px;
  }
  .mag .top-link-item.ico-service,
  .mag .top-link-item.ico-phone,
  .mag .top-link-item.ico-comparator {
    display: block;
  }
  .mag .top-link-item.ico-search {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    cursor: pointer;
    color: #002744;
  }
  .mag .top-link-item.ico-search span {
    display: none;
  }
  .mag .top-link-item.ico-search:after {
    line-height: 60px;
  }
  .mag a.top-link-item.ico-search:hover,
  .mag a.top-link-item.ico-search:focus,
  .mag a.top-link-item.ico-search:active,
  .mag a.top-link-item.ico-search:visited {
    color: #002744;
  }
  .mag .top-links {
    height: 50px;
    background: #abb0b3;
  }
  .mag .top-links > ul {
    padding: 0;
  }
  .mag .top-links > ul li {
    position: relative;
  }
  .mag .top-links > ul li:hover > a.top-link-item,
  .mag .top-links > ul li.active > a.top-link-item,
  .mag .top-links > ul li:hover > .welcome-btn > a.top-link-item,
  .mag .top-links > ul li.active > .welcome-btn > a.top-link-item {
    background: #ffffff;
    color: #003150;
  }
  .mag .top-links > ul a.top-link-item.current,
  .mag .top-links > ul a.top-link-item.active {
    color: #ffffff;
    background: #003150;
  }
  .mag .top-links .minicart-wrapper {
    padding: 0;
  }
  .mag .top-links .submenu {
    position: absolute;
    z-index: 20;
    right: 0;
    min-width: 230px;
    background: #ffffff;
    border: 1px solid #e6eaed;
    border-top: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s ease 250ms, z-index 0s ease 250ms;
    -moz-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s ease 250ms, z-index 0s ease 250ms;
    -ms-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s ease 250ms, z-index 0s ease 250ms;
    transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s ease 250ms, z-index 0s ease 250ms;
    visibility: hidden;
    text-align: left;
  }
  .mag .top-links .submenu.comparator {
    white-space: nowrap;
    padding: 24px 30px;
  }
  .mag .top-links .submenu.comparator p {
    margin: 0;
    color: #abb0b3;
    font-size: 12px;
    line-height: 1.5;
  }
  .mag .top-links .submenu.comparator .title {
    font-weight: 300;
    font-size: 16px;
    color: #003150;
  }
  .mag .top-links .submenu li {
    display: block;
    border-top: 1px solid #e6eaed;
  }
  .mag .top-links .submenu li:first-child {
    border-top: none;
  }
  .mag .top-links .submenu li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 20px;
  }
  .mag .top-links .submenu li a:hover {
    background: #f7f7f7;
  }
  .mag .top-links li:hover .submenu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s, z-index 0s;
    -moz-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s, z-index 0s;
    -ms-transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s, z-index 0s;
    transition: opacity 250ms ease-in-out, top 250ms ease-in-out, margin 250ms ease-in-out, visibility 0s, z-index 0s;
    visibility: visible;
  }
  .mag .minicart-wrapper {
    background: #90959b;
  }
  .mag .minicart-wrapper .top-link-item.showcart {
    padding-right: 20px;
  }
  .mag .minicart-wrapper .top-link-item.showcart:before {
    font-size: 24px;
  }
  .mag .minicart-wrapper.active {
    background: #ffffff;
  }
  .mag .minicart-wrapper.active .top-link-item.showcart {
    color: #90959b;
  }
  .mag .minicart-wrapper.active .top-link-item.showcart .counter.qty {
    color: #90959b;
  }
  .mag .minicart-wrapper.active .top-link-item.showcart:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    right: 0;
    background: #ffffff;
  }
  .mag .minicart-wrapper .block-minicart {
    margin: 0;
  }
  .mag .main-menu {
    display: block;
    position: relative;
    z-index: 1;
    height: 60px;
    background: #ffffff;
  }
  .mag .main-menu:after {
    content: '';
    display: block;
    clear: both;
  }
  .mag .main-menu-left {
    width: 50%;
    float: left;
    padding-right: 90px;
  }
  .mag .main-menu-left ul {
    text-align: right;
  }
  .mag .main-menu-right {
    width: 50%;
    float: left;
    padding-left: 90px;
  }
  .mag .main-menu-right ul {
    text-align: left;
  }
  .mag .main-menu-elt ul {
    display: block;
    height: 60px;
  }
  .mag .main-menu-elt li {
    max-width: 120px;
  }
  .mag .main-menu-elt a {
    display: table;
    height: 60px;
    color: #003150;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .mag .main-menu-elt a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
  }
  .mag .main-menu-elt a span.label {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 8px 0;
  }
  .mag .main-menu-elt a span.label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #003150;
    -webkit-transition: width 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: width 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: width 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mag .main-menu-elt a span.image {
    display: none;
  }
  .mag .main-menu-elt li.hover a span:after {
    width: 100%;
  }
  .mag .main-menu-elt li.menu-odt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mag .main-menu-elt li.menu-odt a {
    padding: 5px;
    background: #eff1f3;
  }
  .mag .main-menu-elt li.menu-odt a span {
    padding: 0;
  }
  .mag .main-menu-elt li.menu-odt a img {
    width: 73px;
    height: auto;
  }
  .mag .main-menu-elt li.menu-odt span.label {
    display: none;
  }
  .mag .main-menu-elt li.menu-odt span.image {
    display: block;
    width: 73px;
    height: 50px;
    background: transparent center center no-repeat;
    background-size: 100% auto;
    background-size: contain;
  }
  .mag #mega-menu {
    top: 60px;
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 0;
    background: #ffffff;
    overflow: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  .mag #mega-menu.odt {
    background: #eff1f3 url('../images/otd-background.jpg');
    -webkit-box-shadow: inset 0 0 200px 0 #eff1f3;
    -moz-box-shadow: inset 0 0 200px 0 #eff1f3;
    box-shadow: inset 0 0 200px 0 #eff1f3;
  }
  .mag #mega-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eff1f3;
  }
  .mag #mega-menu.animated {
    overflow: hidden !important;
  }
  .mag #mega-menu-overlay {
    position: absolute;
    top: 60px;
    display: none;
    z-index: 1;
    width: 100%;
    background: rgba(0, 39, 68, 0.8);
    -webkit-opacity: 0.000001;
    -moz-opacity: 0.000001;
    -ms-opacity: 0.000001;
    opacity: 0.000001;
    will-change: opacity;
  }
  .mag .mega-menu-wrapper {
    position: relative;
    top: 0;
    left: 20px;
  }
  .mag .mega-menu-item {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: -2000px;
    -webkit-opacity: 0.000001;
    -moz-opacity: 0.000001;
    -ms-opacity: 0.000001;
    opacity: 0.000001;
    will-change: opacity;
  }
  .mag .mega-menu-item.active {
    z-index: 10;
    position: relative;
  }
  .mag .mega-menu-item-content {
    position: relative;
    padding: 60px 0 40px 0;
  }
  .mag .mega-menu-item-content .close-btn {
    padding-right: 0;
  }
  .mag .mega-menu-item-content .close-btn:after {
    margin: 0 0 0 10px;
    font-size: 2.4rem;
  }
  .mag .mega-menu ul,
  .mag .mega-menu-collection ul {
    margin: 0;
    padding: 0;
  }
  .mag .mega-menu li,
  .mag .mega-menu-collection li {
    display: inline-block;
  }
  .mag .mega-menu li > span,
  .mag .mega-menu-collection li > span,
  .mag .mega-menu a,
  .mag .mega-menu-collection a {
    display: block;
    font-size: 1.3rem;
    color: #737373;
  }
  .mag .mega-menu a:visited,
  .mag .mega-menu-collection a:visited {
    color: #737373;
  }
  .mag .mega-menu a:active,
  .mag .mega-menu-collection a:active,
  .mag .mega-menu a:hover,
  .mag .mega-menu-collection a:hover,
  .mag .mega-menu a:focus,
  .mag .mega-menu-collection a:focus {
    color: #333;
  }
  .mag .mega-menu a:hover,
  .mag .mega-menu-collection a:hover,
  .mag .mega-menu a:focus,
  .mag .mega-menu-collection a:focus,
  .mag .mega-menu a:visited,
  .mag .mega-menu-collection a:visited,
  .mag .mega-menu a:active,
  .mag .mega-menu-collection a:active,
  .mag .mega-menu a.menu-item-active > span,
  .mag .mega-menu-collection a.menu-item-active > span {
    text-decoration: none;
  }
  .mag .mega-menu a.btn-continue {
    display: inline-block;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 14px;
    padding: 5px 40px 5px 0;
    position: relative;
  }
  .mag .mega-menu a.btn-continue span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
  }
  .mag .mega-menu a.btn-continue:after {
    content: '\e906';
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -14px 0 0 0;
  }
  .mag .mega-menu > ul,
  .mag .mega-menu-collection ul.level0 {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .mag .mega-menu > ul .image,
  .mag .mega-menu-collection ul.level0 .image {
    width: auto;
    overflow: hidden;
    position: relative;
    height: 210px;
    padding: 0 !important;
    background-size: auto 100%;
    background-size: cover;
    background-position: center center;
  }
  .mag .mega-menu > ul .image img,
  .mag .mega-menu-collection ul.level0 .image img {
    display: block;
    position: absolute;
    width: 260px;
    max-width: none;
    left: 50%;
    margin: -50px 0 0 -130px;
  }
  .mag .mega-menu-collection ul.level0 .image {
    max-width: 238px;
  }
  .mag .mega-menu-collection ul.level0 .image img {
    width: 238px;
    margin: -35px 0 0 -119px;
  }
  .mag .mega-menu > ul > li,
  .mag .mega-menu-collection ul.level0 > li {
    display: table-cell;
    width: 2%;
    vertical-align: top;
    padding: 0 4px;
  }
  .mag .mega-menu > ul > li li,
  .mag .mega-menu-collection ul.level0 > li li {
    display: block;
    padding: 0;
  }
  .mag .mega-menu > ul > li a,
  .mag .mega-menu > ul > li .a,
  .mag .mega-menu-collection ul.level0 > li a,
  .mag .mega-menu-collection ul.level0 > li .a {
    display: block;
    padding: 3px 0;
  }
  .mag .mega-menu-collection ul.level0 > li > ul {
    padding: 0 8px;
  }
  .mag .mega-menu > ul a,
  .mag .mega-menu-collection ul.level0 a {
    display: block;
    font-size: 13px;
  }
  .mag .mega-menu > ul > li > a,
  .mag .mega-menu > ul > li > .a,
  .mag .mega-menu-collection ul.level0 li.level1 > a,
  .mag .mega-menu-collection ul.level0 li.level1 > .a {
    font-size: 14px;
  }
  .mag .mega-menu > ul > li > a span.label,
  .mag .mega-menu > ul > li > .a span.label,
  .mag .mega-menu-collection ul.level0 li.level1 > a > span,
  .mag .mega-menu-collection ul.level0 li.level1 > .a > span {
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
    color: #003150;
    font-weight: 600;
  }
  .mag .mega-menu-collection ul.level0 li.level1 > a > span,
  .mag .mega-menu-collection ul.level0 li.level1 > .a > span {
    padding: 4px 8px;
  }
  .mag .mega-menu-collection {
    overflow: hidden;
    height: 500px;
    -webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
    position: relative;
    margin: 0 10px;
  }
  .mag .mega-menu-collection .dash {
    position: absolute;
    left: 0;
    top: 22px;
    background: #003150;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mag .mega-menu-collection > ul {
    position: relative;
  }
  .mag .mega-menu-collection li.level0 {
    display: inline-block;
    padding: 0 10px;
  }
  .mag .mega-menu-collection a.level-top {
    text-transform: uppercase;
    display: block;
    color: #003150;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .mag .mega-menu-collection ul.level0 {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 40px;
  }
  .mag .mega-menu-collection li.level0.active > ul.level0 {
    display: table;
  }
  .mag.page-footer {
    max-width: 1600px;
    margin: 0 auto;
  }
  .mag.page-footer .footer-reinsurance li.level-top {
    text-align: left;
    padding-right: 10px;
  }
  .mag.page-footer .footer-reinsurance li.level-top:before {
    text-align: left;
  }
  .mag.page-footer .footer-reinsurance li.level-top.footer-reinsurance-official:before {
    margin: 6px 0 10px 0;
    width: 80px;
    height: 26px;
  }
  .mag.page-footer .footer-reinsurance a.level-top {
    width: 90%;
  }
  .mag .footer-reinsurance li.level-top {
    text-align: left;
  }
  .mag .footer-reinsurance li.level-top:before {
    text-align: left;
  }
  .mag .footer-reinsurance a.level-top,
  .mag .footer-reinsurance span.level-top {
    width: 90%;
  }
  .mag .footer-bottom {
    padding: 30px 0 80px 0;
  }
  .mag .footer-bottom-first {
    padding-bottom: 30px;
  }
  .mag .footer-bottom-first .over-elt-btn {
    float: left;
    text-align: left;
  }
  .mag .footer-bottom-second {
    padding-top: 60px;
  }
  .mag .footer-bottom .logo {
    margin-bottom: 60px;
  }
  .mag .footer-social-links {
    text-align: right;
    margin-top: 0;
    font-size: 13px;
    line-height: 30px;
  }
  .mag .footer-social-links a:after {
    font-size: 30px;
    line-height: 30px;
  }
  .mag .footer.content {
    border: none;
  }
  .mag .footer.content .block {
    float: right;
  }
  .mag .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .mag .hidden-desktop {
    display: none !important;
  }
  .mag .content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mag .content-wrapper-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mag .chat-link-fixed {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .mag .chat-link-fixed .icon-chat-2:before {
    font-size: 28px;
    line-height: 60px;
  }
  .mag body.bottom-fixed .chat-link-fixed {
    bottom: 130px;
  }
}
@media all and (min-width: 1024px), print {
  .mag .top-link-item.ico-left {
    padding-left: 46px;
    padding-right: 15px;
  }
  .mag .top-link-item.ico-left:before {
    left: 15px;
  }
  .mag .top-link-item.ico-right {
    padding-left: 15px;
    padding-right: 46px;
  }
  .mag .top-link-item.ico-right:after {
    right: 15px;
  }
  .mag .top-link-item.ico-search {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .mag .top-link-item.ico-search span {
    display: inline-block;
    color: #003150;
    text-transform: lowercase;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .mag .top-link-item.customer-name span {
    max-width: 200px;
  }
  .mag .minicart-wrapper .top-link-item.showcart {
    padding-left: 56px;
    padding-right: 30px;
  }
  .mag .minicart-wrapper .top-link-item.showcart:before {
    left: 22px;
  }
  .mag .main-menu-left {
    padding-right: 100px;
  }
  .mag .main-menu-right {
    padding-left: 100px;
  }
  .mag .main-menu-elt li {
    max-width: none;
  }
  .mag .main-menu-elt li.menu-odt {
    margin-left: 20px;
  }
  .mag .main-menu-elt a {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.4rem;
  }
  .mag .mega-menu-item-content > ul a.level-top {
    font-size: 2rem;
  }
  .mag .mega-menu-collection {
    margin: 0 5px;
  }
  .mag .mega-menu-collection li.level0 {
    padding: 0 15px;
  }
  .mag .mega-menu-collection li.level0 > a {
    font-size: 1.4rem;
  }
  .mag .mega-menu-collection li.level1 {
    padding: 0 15px;
  }
  .mag .mega-menu > ul > li {
    padding: 0 4px;
  }
  .mag .mega-menu-collection ul.level0 > li {
    padding: 0 8px;
  }
  .mag.page-footer .footer-reinsurance a.level-top {
    width: auto;
  }
  .mag .footer-top {
    padding: 30px 0;
  }
  .mag .footer-top .content-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  .mag .footer-top .copyright {
    width: 40%;
    float: left;
    text-align: left;
  }
  .mag .footer-top ul {
    width: 60%;
    float: left;
    text-align: right;
  }
  .mag .footer-top li {
    margin: 0 0 0 30px;
  }
  .mag .footer-top li:first-child {
    margin-left: 0;
  }
  .mag .footer-bottom-second > ul {
    max-width: none;
  }
  .mag .footer-bottom-second li.level0 {
    text-align: left;
  }
  .mag .footer-bottom-second li.level0 > a,
  .mag .footer-bottom-second li.level0 > ul {
    padding: 0 20px 0 0;
  }
  .mag .footer-bottom-second a.level0 {
    color: #003150;
    font-size: 2.3rem;
    min-height: 80px;
    line-height: 1.1;
  }
  .mag .footer-reinsurance a.level-top,
  .mag .footer-reinsurance span.level-top {
    width: auto;
  }
  .mag .content-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .mag .content-wrapper-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (min-width: 1200px), print {
  .mag .main-menu-elt li.menu-odt a {
    padding: 5px 12px;
  }
  .mag .main-menu-elt a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mag .footer-top {
    padding: 30px 0;
  }
  .mag .footer-top li {
    margin-left: 40px;
  }
  .mag .footer-bottom .logo {
    margin-bottom: 80px;
  }
  .mag .content-wrapper {
    max-width: 1140px;
  }
  .mag .content-wrapper-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (min-width: 1440px), print {
  .mag .mega-menu > ul > li a,
  .mag .mega-menu > ul > li .a,
  .mag .mega-menu-collection ul.level0 > li a,
  .mag .mega-menu-collection ul.level0 > li .a {
    padding: 6px 0;
  }
  .mag .mega-menu > ul a,
  .mag .mega-menu-collection ul.level0 a {
    font-size: 1.4rem;
  }
  .mag .mega-menu > ul > li > a,
  .mag .mega-menu > ul > li > .a,
  .mag .mega-menu-collection ul.level0 li.level1 > a,
  .mag .mega-menu-collection ul.level0 li.level1 > .a {
    font-size: 24px;
  }
}
@media all and (min-width: 1600px), print {
  .mag .content-wrapper {
    max-width: 1400px;
  }
  .mag .content-wrapper-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mag .chat-link-fixed {
    right: auto;
    left: 50%;
    margin-left: 720px;
  }
  .mag .footer-social-links a.footer-wechat.last span.image {
    left: -45px;
  }
}
