body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea,
figure,
figcaption,
nav,
footer,
menu {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

html,
body,
button {
  background-color: #f5f5f9;
  font-family: Calibri, Avenir Next, 'Carlito','Helvetica Neue', 'Helvetica','SF Pro Text', 'PingFang SC',
    'Hiragino Sans GB', 'Noto Sans CJK SC', 'Microsoft YaHei',
    'WenQuanYi Micro Hei',  Arial, sans-serif;
}

input {
  font-family: Calibri, Avenir Next,'Carlito','Helvetica Neue', 'Helvetica', 'SF Pro Text', 'PingFang SC',
    'Hiragino Sans GB', 'Noto Sans CJK SC', 'Microsoft YaHei',
    'WenQuanYi Micro Hei',  Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  word-break: break-word;
}

address,
em,
i,
b {
  font-style: normal;
}

p,
span {
  word-break: keep-all;
  word-wrap: break-word !important;
}

strong {
  font-weight: 500;
}

a,
a:hover {
  color: #3c3c3c;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  word-break: break-word;
}

fieldset,
img {
  border: 0;
}

input {
  border-radius: 4px !important;
  border: none;
  outline: none;
}

img[lazy='loading'] {
  /*your style here*/
  max-width: 80%;
  max-height: 80%;
}
img[lazy='error'] {
  /*your style here*/
  max-width: 80%;
  max-height: 80%;
}

/* 未加载出来图片外界灰色边框 */
img[src=''],
img:not([src]) {
  opacity: 0;
}

.none {
  display: none;
}

.emoji {
  height: 14px;
  margin: 0 2px -2px;
}
.borderBox {
  /* box-shadow: inset 0 0 0 1px #ececec; */
  border-radius: 0px;
}
.paddingBox {
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
}
.gdpr__btn {
  display: none;
}
.cusicon {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cusicon.heart {
  background-image: url('~assets/images/heart-e.svg');
}
* {
  font-family: Calibri,Avenir Next,'Carlito','Helvetica Neue', 'Helvetica', 'SF Pro Text', 'PingFang SC',
    'Hiragino Sans GB', 'Noto Sans CJK SC', 'Microsoft YaHei',
    'WenQuanYi Micro Hei',  Arial, sans-serif;
}
.tips-popover {
  background-color: #fff !important;
  color: #303133 !important;
  font-weight: normal !important;
  word-break: keep-all !important;
  word-wrap: break-word !important;
}

.dislr {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.disrr {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.full-outer {
  width: 1200px;
  padding: 0 calc((100% - 1200px) / 2);
}

.base-outer {
  width: 1200px;
  margin: 24px auto 0;
}

.centerImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.centerImg[lazy='error'],
.centerImg[lazy='loading'] {
  background-size: 50%;
}

.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.oneLine {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gifcd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gifcd__left {
  width: 692px;
}
.gifcd__right {
  width: 488px;
}

.de-outer {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
}

.gift-bread {
  padding: 0 0 20px 0;
}

.gift-bread .el-breadcrumb__item {
  font-weight: normal;
}

.gift-bread .el-breadcrumb__item .is-link {
  font-weight: normal;
}

.gift-bread .el-breadcrumb__item:last-child {
  font-size: 16px;
}

.gift-bread .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  font-weight: normal !important;
}

.firstOrder {
  font-size: 14px;
  color: #ff4444;
  font-weight: 600;
  position: relative;
  margin-left: 8px;
}
.firstOrder::after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 68, 68, 0.6),
    rgba(255, 68, 68, 0)
  );
  position: absolute;
  top: 11px;
  left: 2px;
}
.gdpr__modal {
  width: 634px !important;
  height: auto !important;
  min-height: 200px !important ;
  background: #1d9b94 !important;
  border-radius: 6px !important;
  left: 40px !important;
  bottom: 40px !important;
  transform: none !important;
  padding: 24px !important;
  justify-content: flex-end !important;
}
.gdpr__content {
  margin-right: 0 !important;
  width: 100%;
  margin-top: 6px;
}
.gdpr__consent {
  order: 2 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}
.gdpr__set {
  order: 1 !important;
  border: none !important;
  margin-right: 30px;
  text-decoration: underline;
  font-size: 14px !important;
}
.gdpr__preference-wrap {
  border-bottom: none !important;
}
.gdpr__preference-wrap {
  margin: 0 0 10px !important;
}
.gdpr__analytical-wrap input[type='checkbox'] + label {
  top: -4px !important;
  bottom: unset !important;
  background: #fff;
  width: 56px !important;
  opacity: 0.7 !important;
}
.gdpr__analytical-wrap input[type='checkbox']:checked + label {
  opacity: 1 !important;
}
.gdpr__analytical-wrap input[type='checkbox']:checked + label::before {
  content: '' !important;
}
.gdpr__analytical-wrap input[type='checkbox'] + label::before {
  content: '' !important;
}
.gdpr__analytical-wrap input[type='checkbox'] + label::after {
  background-color: #008e88 !important;
  width: 20px !important;
  height: 20px !important;
}
.gdpr__preference-wrap h2 {
  font-size: 18px !important;
}
.gdpr__title {
  width: 100%;
  order: 1;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.gdpr__content > a {
  color: #fff !important;
  font-weight: 600;
}
.gdpr__analytical-wrap .text-wrap {
  font-size: 14px;
}
