@font-face {
    font-family: SourceHanSans;
    src: url("/css/SourceHanSansCN-Light.otf");
}

#bookmark .main_content .section-bookmark{margin:50px 0 0}

.ringNewIcon {
  border-radius: 50%;
  background-color: #f8b2ba;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 120%;
  padding: 17px 0;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  z-index: 2;
}

.ringEtoileIcon {
  border-radius: 50%;
  background-color: #D1C0B0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 120%;
  padding: 17px 0;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  z-index: 2;
}

.ringCometIcon {
  border-radius: 50%;
  background-color: #97D0EB;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 120%;
  padding: 17px 0;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  z-index: 2;
}

.ringFlowery {
  border-radius: 50%;
  background-color: #c9d8ef;
  color: #fff;
  font-size: 11px;
  font-size: 12px;
  display: block;
  line-height: 120%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  z-index: 2;
  white-space: nowrap;
}

.ringYearIcon {
  border-radius: 50%;
  background-color: #CCC3DE;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 120%;
  padding: 17px 0;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  z-index: 2;
  padding: 12px 0;
}

.ringChukong {
  border-radius: 50%;
  background-color: #b0d5bb;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  /* line-height: 120%; */
  padding: 17px 0;
  position: absolute;
  top: 8%;
  left: 3%;
  text-align: center;
  text-transform: capitalize !important;
  width: 50px;
  z-index: 2;
}

.rings-anniversary .product-view-item-head span{
    margin-top: 8%;
}

.main_content {
    position: relative;
    z-index: 2;
}
.section {
    position: relative;
}


.bookmark-head {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.bookmark-description {
    display: flex;
    align-items: center;
}
.bookmark-description-label {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .06em;
}
.bookmark-description-result {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;
    margin: 0 15px 0 10px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
/*.bookmark-description-result:before {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 1px;
    height: 14px;
    content: "";
    background-color: #ccc;
}*/
.bookmark-description-result dd {
    font-family: SourceHanSans;
    font-weight: 300;
    letter-spacing: .04em;
}
.bookmark-description-result dd strong {
    font-size: 2rem;
    letter-spacing: 0;
}
.bookmark-body {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0;
    overflow: hidden;
}
.bookmark-result {
    width: 100%;
    transition: all .45s cubic-bezier(.785,.135,.15,.86) 0ms;
}
.bookmark-view {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px -10px;
}
.bookmark-view-item {
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}
.bookmark-view-item-inner {
    position: relative;
    display: block;
}
.bookmark-view-item-inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    border: 1px solid #e5e5e5;
    transition: all .45s cubic-bezier(.785,.135,.15,.86) 0ms;
}
.bookmark-view-item-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150.30303%;
    transition: all .45s cubic-bezier(.785,.135,.15,.86) 0ms;
}
.bookmark-view-item-visual img {
    position: absolute;
    top: 15.15%;
    left: 0;
    width: 100%;
    max-width: 330px;
}
.bookmark-view-item-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.bookmark-view-item-head {
    position: relative;
    padding: 11px 0;
}
.bookmark-view-item-content {
    margin: 0 0 60px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.bookmark-view-item-title {
    margin: 8px 0 0;
    font-weight: 600;
    text-align: center;
}
.bookmark-view-item-favorite {
    position: absolute;
    top: 21px;
    right: 8px;
    width: 40px;
    height: 40px;
}

.button.is-border {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 41px;
    font-size: 1.3rem;
    color: #453536;
    border: 1px solid #453536;
    border-radius: 21px;
    transition: all .45s cubic-bezier(.785,.135,.15,.86) 0ms;
}

.bookmark-view-item-favorite.is-active .icon {
    -webkit-animation: favorite-motion-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
    animation: favorite-motion-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
}

.bookmark-view-item-favorite .icon {
    transform-origin: center;
    -webkit-animation: favorite-motion-non-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
    animation: favorite-motion-non-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
canvas, img, svg {
    vertical-align: top;
}

.bookmark-view-item-favorite.is-active .icon path {
    fill: #ef9cab;
    stroke: #ef9cab;
}
.bookmark-view-item-favorite .icon path {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
}

.bookmark-view-item-button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 15px 20px;
}

.bookmark-view-item-button .button {
    height: 30px;
    font-size: 1.2rem;
    background-color: #fff;
    border-color: #e5e5e5;
    border-radius: 15px;
}

button {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.product-view-item-favorite {
    position: absolute;
    top: 21px;
    right: 8px;
    width: 40px;
    height: 40px;
}

.product-view-item-favorite.is-active .icon {
    -webkit-animation: favorite-motion-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
    animation: favorite-motion-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
}
.product-view-item-favorite .icon {
    transform-origin: center;
    -webkit-animation: favorite-motion-non-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
    animation: favorite-motion-non-active .3s cubic-bezier(.175,.885,.32,1.275) 0ms 1 forwards;
}

.product-view-item-favorite.is-active .icon path {
    fill: #ef9cab;
    stroke: #ef9cab;
}
.product-view-item-favorite .icon path {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
}
