* {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
}
strong {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
}

body {
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
}

input {
  outline: none;
  border: 1px solid #ccc;
}

header a {
  color: #fff;
}

header {
  width: 100%;
  top: 0px !important;
  transition: all 0.3s;
  background-color: #fff;
}

.status-bar {
  width: 100%;
  min-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #3b3b3b;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 320px) {
  .status-bar {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .status-bar img {
    display: none;
  }
}
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 5rem;
}
.status-span {
  line-height: 33px;
  word-break: keep-all;
  -webkit-font-smoothing: auto;
  display: inline-flex;
}
.status-bar img {
  width: 20px;
  height: 17px;
  vertical-align: sub;
}
.status-bar span {
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}

.status-bar a {
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.status-bar .red-font {
  color: #f55f40;
  display: none;
}
.status-bar .green-font {
  color: #47b96d;
  display: none;
}
.status-bar .red-font:focus,
.status-bar .red-font:hover {
  color: #f55f40;
  text-decoration: none;
}
.status-bar .green-font:focus,
.status-bar .green-font:hover {
  color: #47b96d;
  text-decoration: none;
}
#statusRed,
#statusGreen {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .statusTip_a:hover .statusTip {
    display: block;
  }
}
.statusImg_yes {
  display: none;
}
.statusTip {
  position: absolute;
  width: 300px;
  height: 70px;
  will-change: transform;
  top: 35px;
  background: #efefef;
  color: #979797;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  padding: 15px 20px;
  z-index: 1031;
  text-align: left;
  display: none;
}
.statusTip_cn {
  left: -131px;
}
.statusTip_en {
  left: -110px;
}
.statusTip::after {
  position: absolute;
  content: "";
  border-width: 0 12px 12px 12px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -24px;
  left: calc(50% - 24px);
  border-style: solid;
  margin: 12px;
  border-color: #efefef;
}

header.active {
  top: 0 !important;
  background-color: rgba(0, 0, 0, 0.8);
}

header .logo img {
  margin: 13px 25px 13px 10px;
}

header .wrapper {
  padding: 0;
}

header .navbar {
  width: 100%;
  padding: 0 20px;
}

header .down-list > span {
  padding: 40px 25px;
}

header .down-block {
  top: 50px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent !important;
}

header .nav > li > a {
  position: relative;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

header .navbar {
  height: 60px;
  border: none;
  border: 0;
  box-shadow: 0 1px 0 0 #e0e0e0;
}

header .navbar-toggle {
  padding: 6px 5px;
  margin: 6px 12px 6px 0;
  position: absolute;
  right: 0;
}

header .navbar-toggle:hover,
header .navbar-toggle:focus {
  background-color: transparent;
}

header .navbar-toggle .icon-bar {
  background: #808080;
  width: 24px;
  position: relative;
}

header .navbar-toggle .icon-bar:nth-child(3) {
  width: 18px;
  left: 6px;
  margin-top: 6px;
}

header .navbar-toggle .icon-bar:nth-child(4) {
  width: 12px;
  left: 12px;
  margin-top: 6px;
}

header .navbar-nav {
  margin: 0;
}

header .navbar-collapse {
  border-top: none;
}

header .navbar-nav > li > a {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  transition: all 0.5s;
  padding: 19px 30px;
  font-weight: 900;
  font-family: var(--font-family-base);
  cursor: pointer;
}

header .navbar-nav > li.active > a {
  color: #333;
}

header .down-list > span {
  padding: 53px 25px;
  color: #fff;
  font-size: 18px;
  font-family: Helvetica;
  color: #666;
  line-height: 22px;
  display: block;
  position: relative;
  cursor: pointer;
}

header .down-block,
.account-down-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  right: 0;
  transition: opacity 0.5s;
  z-index: 9999;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e8ebf5;
  border-radius: 4px;
  color: #262626;
  min-width: 95px;
}

header .down-list:hover .down-block {
  visibility: inherit;
  opacity: 1;
}

header .account-down-block a {
  font-family: var(--font-family-base);
  font-weight: 600;
  padding: 0 17px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  color: #000;
}

header .down-block a {
  font-family: var(--font-family-base);
  font-weight: 600;
  padding: 0 17px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  color: #000;
}

header .navbar-nav > .account-li > a {
  padding-left: 60px;
  padding-right: 60px;
}

header .account-li > a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("../img/panda.png");
  left: 10px;
  top: 50%;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

header .account-li > a::after {
  content: "";
  border: 4px solid #7f7f7f;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -2px;
  vertical-align: middle;
}

header .language-li > a::after {
  content: "";
  border: 4px solid #7f7f7f;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -2px;
  vertical-align: middle;
}

header .account-li {
  display: none;
}

header .h5-down-list {
  display: none;
}

header .h5-lang-list {
  display: none;
}

header .account-li .account-down-block .log-out a {
  background-color: #e8ebf5;
  color: #f45438;
}

header .account-li-h5 {
  display: none;
}

@media only screen and (max-width: 1179px) and (min-width: 769px) {
  header .logo img {
    width: 150px;
  }

  header .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .language-li > a::after {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  header .navbar-nav > li > a {
    font-family: var(--font-family-base);
    font-weight: 100;
    padding: 10px 25px;
    font-size: 14px;
    color: #262626;
  }
  header .navbar-nav > li > a::after {
    display: inline-block;
    content: "";
    width: 6.5px;
    height: 13.5px;
    background: url("../img/to-right.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  header {
    padding: 0;
    top: 0 !important;
  }
  header .logo img {
    width: 123px;
    max-height: 30px;
    margin: 9px 10px 9px 18px;
  }
  header .navbar {
    height: 40px;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar-header {
    height: 4.3rem;
  }
  header .navbar-header .language {
    position: absolute;
    right: 40px;
    color: #666;
  }
  header .header-navbar-toggle {
    display: flex;
    width: 30px;
    height: 20px;
    float: right;
    margin: 9px 6px;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
  }
  header .navbar-nav {
    padding: 0;
  }
  header .navbar-nav > li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
  }
  header .navbar-nav > li .icon-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  header .down-list > span {
    color: #fff;
  }
  header .navbar-header {
    position: relative;
    z-index: 999;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
  header .header-all-wrap li {
    height: 40px;
  }
  header .header-all-wrap li a {
    font-size: 14px;
    font-weight: 400;
    color: #66707e;
    line-height: 16px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    background-image: none;
    align-items: center;
    padding: 10px 10px;
  }
  header .header-all-wrap li .num {
    float: right;
    background: #009fe8;
    border-radius: 2px;
    width: 28px;
    margin: 12px 15px 12px 0;
    text-align: center;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 14px;
  }
  header .header-downlist.navbar-collapse {
    max-height: 500px;
  }
  header .language-li-h5 {
    width: 100%;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
  header .language-li-h5 a {
    color: #666;
  }
  header .language-li-h5 > a::after {
    content: "";
    border: 4px solid #7f7f7f;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -2px;
    vertical-align: middle;
  }
  header .language-li-h5 .down-block {
    top: 32px;
  }
  header .language-li-h5 .down-block p {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
  }
  header .navbar-nav .language-li {
    display: none;
  }
}

@media (width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: inline-block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav > li {
    float: none;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.main {
  position: relative;
  display: flex;
}

.main .aside-right-box {
  padding-left: 30px;
}

.main .aside-right {
  position: fixed;
  top: 150px;
  width: 275px;
}

.main .main-body {
  width: calc(100% - 295px);
}

.main .aside-right .search-wrap .back-box {
  display: none;
}

.main .aside-right .search-wrap form {
  position: relative;
}

.main .aside-right .search-wrap form .search {
  width: 100%;
  border: 0;
  height: 44px;
  width: 100%;
  border-radius: 26px;
  border: 1px solid #e0e0e0;
  padding: 0 40px 0 40px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.main .aside-right .search-wrap form .search:hover {
  border-color: #47b96d;
}

.main .aside-right .search-wrap form input::placeholder {
  color: #999;
}

.main .aside-right .search-wrap form input::-webkit-input-placeholder {
  color: #999;
}

.main .aside-right .search-wrap form input:-ms-input-placeholder {
  color: #999;
}

.main .aside-right .search-wrap form input:-moz-placeholder {
  color: #999;
}

.main .aside-right .search-wrap form input::-moz-placeholder {
  color: #999;
}

.main .aside-right .search-wrap form .search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  outline: none;
  border: none;
  background-image: url("../img/search-btn.svg");
  background-size: 100% 100%;
  padding: 0;
}

.main .aside-right .asideList-wrap {
  background: #ffffff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgb(0, 0, 0, 0.1);
  margin-top: 3rem;
  padding: 1.5rem;
}

.main .aside-right .asideList-wrap > .title {
  margin: 0;
  font-size: 18px;
  color: #262626;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}

.main .aside-right .asideList-wrap .item {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
}

.main .aside-right .asideList-wrap .item > div {
  font-size: 0;
}

.main .aside-right .asideList-wrap .item a {
  color: #7f7f7f;
}

.item-box .item img {
  width: auto;
  height: 150px;
}

.main .aside-right .asideList-wrap .item img {
  width: auto;
  height: 27px;
}

.main .aside-right .asideList-wrap .item .mobile-icon {
  display: none;
}

.main .aside-right .asideList-wrap .item span {
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
}

.toTop {
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
  .main {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .main .main-body {
    width: 100%;
  }
  .main .aside-right {
    padding: 20px 0 0;
    width: 100%;
  }
  .main .search-wrap {
    display: flex;
    padding: 0 12px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
  }
  .main .aside-right .search-wrap .back-box {
    display: block;
    padding-left: 25px;
    background-image: url(../img/back-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .main .aside-right .search-wrap .back-box a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .main .search-wrap form {
    width: 200px;
    height: 30px;
  }
  .main .aside-right .search-wrap form .search {
    height: 30px;
    font-size: 12px;
    line-height: 12px;
  }
  .main .aside-right .search-wrap form .search-btn {
    width: 15px;
    height: 15px;
  }
  .main .aside-right .asideList-wrap {
    padding: 0;
    margin: 10px 0 0;
    box-shadow: none;
  }
  .main .aside-right .asideList-wrap .item {
    margin-top: 0;
  }
  .main .aside-right .asideList-wrap .title {
    display: none;
  }
  .main .aside-right .asideList-wrap .content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-around;
  }
  .main .aside-right .asideList-wrap .content > .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .main .aside-right .asideList-wrap .item img {
    max-width: 40px;
    height: auto;
    display: none;
  }
  .main .aside-right .asideList-wrap .item .mobile-icon {
    display: block;
  }
  .main .aside-right .asideList-wrap .item span {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
  .toTop {
    display: none;
  }
}

.main .aside-right .articleList-wrap {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(153, 153, 153, 0.2);
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px;
}

.main .aside-right .articleList-wrap > .title {
  margin: 0;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}

.main .aside-right .articleList-wrap .item {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.main .aside-right .articleList-wrap .item img {
  width: 36px;
  height: 36px;
}

.main .aside-right .articleList-wrap .item a {
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .main-body .noresult-box {
  text-align: center;
  font-size: 16px;
  padding-top: 45px;
}

.main .main-body .noresult-box .nosesult-img {
  max-width: 150px;
}

.main .main-body .noresult-box .nosesult-tips {
  margin-top: 15px;
}

.main .main-body .item-box .search-title {
  padding-left: 46px;
}

@media only screen and (max-width: 768px) {
  .main-body .item-box .item-title {
    margin-bottom: 5px;
  }
  .item-title .title-box .title {
    font-size: 14px !important;
  }
  .main .main-body .item-box .search-title {
    padding-left: 32px;
    font-size: 14px;
    margin-top: 5px;
  }
  .main .main-body .noresult-box {
    padding-top: 25px;
  }
}

.footer-box {
  background: #fafbfd;
  min-height: 200px;
  z-index: 10001;
}

.footer-box .crumbs-box {
  display: flex;
  align-items: center;
  margin: 50px auto;
  width: 1140px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.footer-box .crumbs-box a span {
  margin-right: 10px;
  color: #333;
}

.footer-box .crumbs-box img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.footer-box .crumbs-box span {
  color: #666;
}

.footer-box .link-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
  margin-top: 60px;
}

.footer-box .link-content > ul {
  width: 25%;
  margin-bottom: 2vh;
}

.footer-box .link-content > ul > li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 15px;
  word-break: break-all;
  position: relative;
}

.footer-box .link-content > ul > li,
.footer-box .link-content > ul > li * {
  color: #262626;
  font-size: 18px;
  letter-spacing: 0.82px;
  line-height: 30px;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
}

.footer-box .link-content > ul > li.title {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
}

.footer-box .link-content .payment-methods-img {
  width: 365px;
  height: auto;
}

.footer-box .link-content ul > li a,
.footer-box .link-content span {
  font-size: 14px;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
  line-height: 24px;
  color: #7f7f7f;
  cursor: pointer;
}

.footer-box .link-content ul > li a:focus,
.footer-box .link-content ul > li a.active,
.footer-box .link-content span:focus,
.footer-box .link-content span.active {
  color: #262626;
}

.footer-box .link-content ul > li a:hover,
.footer-box .link-content span:hover {
  color: #262626;
}

.footer-box hr {
  clear: both;
  background: #e0e0e0;
  height: 1px;
  border: 0;
  margin: 0 auto 30px;
  width: 1140px;
}

.footer-box .warning {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0;
  color: #7f7f7f;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

#pagination {
  margin-top: 60px;
  text-align: center;
}
#pagination * {
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-size: 14px;
}
.page-numbers {
  margin: 0 4px 6px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}
a.page-numbers {
  text-decoration: none;
  color: #333;
}
span.page-numbers {
  height: 28px;
  line-height: 28px;
  color: #333;
}
span.current {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #47ba6d;
  border-radius: 4px;
}
.prev {
  margin-left: 0px !important;
}
.next {
  margin-right: 0px !important;
}
@media only screen and (max-width: 768px) {
  #pagination {
    margin: 24px auto 0;
    width: calc(100% + 15px);
  }
  .laypage_prev {
    width: 25px;
  }
  .laypage_next {
    width: 25px;
  }
}

@media only screen and (max-width: 1179px) and (min-width: 769px) {
  .footer-box hr {
    width: 100%;
  }
  .footer-box .crumbs-box {
    width: 100%;
  }
  .footer-box .link-content {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .footer-box {
    position: static !important;
    width: 100%;
  }
  .footer-box .crumbs-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto -30px;
    padding: 0 16px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
  }
  .footer-box .crumbs-box a {
    color: #333;
  }
  .footer-box .crumbs-box a span {
    margin-right: 8px;
  }
  .footer-box .crumbs-box img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .footer-box .link-content {
    width: 100%;
    padding: 0 20px;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .footer-box .link-content > ul {
    width: 50%;
    margin-bottom: 5%;
    padding-left: 0;
  }
  .footer-box .link-content > ul > li {
    margin-bottom: 2%;
  }
  .footer-box .link-content > ul > li,
  .footer-box .link-content > ul > li * {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .footer-box .link-content > ul > li.title {
    font-size: 17px;
  }
  .footer-box .link-content > ul:nth-child(odd) {
    width: 52%;
  }
  .footer-box .link-content > ul:nth-child(even) {
    width: 48%;
  }
  .footer-box .link-content > ul:nth-child(even) li {
    margin-right: 0;
  }
  .footer-box .link-content .payment-methods-img {
    width: 220px;
    height: auto;
  }
  .footer-box .link-content ul > li a,
  .footer-box .link-content span {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-box hr {
    width: 80%;
    margin: 0 auto;
  }
  .footer-box .warning {
    padding: 18px 7px;
    font-size: 14px;
    line-height: 24px;
  }
}
.cookie-consent {
  -webkit-font-smoothing: auto;
  color: #7f7f7f;
  position: fixed;
  bottom: 15px;
  background-color: #fff;
  max-width: 1024px;
  width: 100%;
  z-index: 2147483004;
  left: calc(50% - (1024px / 2));
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #47b96d;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  display: none;
  color: #7f7f7f;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
  font-weight: normal;
  display: none;
}
.cookie-consent-show {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .cookie-consent {
    left: 0;
    bottom: 0;
    font-size: 12px;
  }
}
.cookie-consent .cookie-message {
  flex: 1;
  padding-right: 15px;
}
.cookie-consent a {
  color: #47b96d;
}
.cookie-consent .cookie-agree {
  padding: 0 15px;
  background-color: #47b96d;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
