.banner .pic {
  width: 100%;
}
.banner .pic img {
  object-fit: cover;
  min-height: 400px;
}
@media screen and (max-width: 820px) {
  .banner .pic img {
    min-height: auto;
  }
}
.banner .container {
  position: relative;
}
.banner .container h1 {
  position: absolute;
  left: 15px;
  bottom: 28px;
  color: #fff;
  text-shadow: 0px 3px 6px #00000029;
  font-style: italic;
}
.cefc-module {
  padding: 66px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .cefc-module {
    padding: 46px 0;
  }
}
.cefc-module .module-tit {
  margin-bottom: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .cefc-module .module-tit {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 992px) {
  .cefc-module .module-tit {
    margin-bottom: 28px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.cefc-module .module-tit .tit {
  margin-top: 12px;
  color: var(--module-tit-text-color);
  font-style: italic;
  text-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width: 992px) {
  .cefc-module .module-tit .tit {
    width: 100%;
  }
}
.cefc-module .module-tit .btn-list {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .cefc-module .module-tit .btn-list {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cefc-module .module-tit .btn-list .input-box {
  border-radius: 3px;
  border: 1px solid var(--module-tit-input-box-border-color);
  padding: 0 15px;
  min-width: 188px;
  height: 42px;
  line-height: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 580px) {
  .cefc-module .module-tit .btn-list .input-box {
    min-width: 100%;
  }
}
.cefc-module .module-tit .btn-list .input-box input {
  flex-grow: 1;
  font-size: 16px;
  color: var(--module-tit-input-box-text-color);
}
.cefc-module .module-tit .btn-list .input-box input::placeholder {
  color: var(--module-tit-input-box-text-color);
}
.cefc-module .module-tit .btn-list .input-box input.daterange-inp {
  width: 256px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.cefc-module .module-tit .btn-list .input-box .icons-box {
  margin-left: 30px;
  font-size: 14px;
  color: var(--module-tit-input-box-text-color);
  flex-shrink: 0;
  transition: transform 0.35s ease-in-out;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cefc-module .module-tit .btn-list .input-box.daterange-inpb {
  position: relative;
}
.cefc-module .module-tit .btn-list .input-box.daterange-inpb .daterange-inp {
  width: 100%;
  padding-right: 60px;
  position: relative;
  z-index: 22;
}
.cefc-module .module-tit .btn-list .input-box.daterange-inpb .icons-box {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cefc-module .module-tit .btn-list .select-box {
  cursor: pointer;
  flex-wrap: wrap;
  position: relative;
  min-width: 150px;
  z-index: 222;
}
@media screen and (max-width: 580px) {
  .cefc-module .module-tit .btn-list .select-box {
    min-width: 100%;
  }
}
.cefc-module .module-tit .btn-list .select-box span {
  flex-grow: 1;
  font-size: 16px;
  color: var(--module-tit-input-box-text-color);
  text-transform: uppercase;
}
.cefc-module .module-tit .btn-list .select-box .sort-list {
  border: 1px solid var(--module-tit-input-box-border-color);
  border-top: none;
  background-color: transparent;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
}
.cefc-module .module-tit .btn-list .select-box .sort-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cefc-module .module-tit .btn-list .select-box .sort-list::-webkit-scrollbar-button {
  display: none;
}
.cefc-module .module-tit .btn-list .select-box .sort-list::-webkit-scrollbar-corner {
  background: #f1f1f1;
}
.cefc-module .module-tit .btn-list .select-box .sort-list::-webkit-scrollbar-thumb {
  background-color: #b82842;
  border-radius: 5px;
  background-clip: content-box;
}
.cefc-module .module-tit .btn-list .select-box .sort-list ul {
  margin: 0 10px;
  border-top: 1px solid rgba(112, 112, 112, 0.17);
  padding: 6px 0;
}
.cefc-module .module-tit .btn-list .select-box .sort-list ul li {
  padding: 14px 12px;
  font-size: 16px;
  line-height: 1;
  color: var(--module-tit-select-box-text-color);
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
.cefc-module .module-tit .btn-list .select-box .sort-list ul li.active {
  background-color: #fff0f3;
  color: #b82842;
}
.cefc-module .module-tit .btn-list .select-box .sort-list ul li:hover {
  color: #b82842;
}
.cefc-module .module-tit .btn-list .select-box.open .icons-box {
  transform: rotate(180deg);
}
.cefc-module .module-tit .btn-list .select-box.open .icons-box.cefc-mono-bottom {
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (max-width: 580px) {
  .cefc-module .module-tit .btn-list .border-btn {
    min-width: 100%;
  }
}
.cefc-module .left-researcher-pic .pic img {
  width: auto;
  max-width: 100%;
}
.cefc-module .module-con .swiper-slide .pic {
  margin-bottom: 15px;
  height: 300px;
}
.cefc-module .module-con .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daterangepicker .drp-buttons .btn {
  cursor: pointer;
}
.img-text-list .item {
  padding: 38px 0;
  background-color: var(--module-bg2);
}
.img-text-list .item:nth-child(2n) {
  background-color: var(--module-bg1);
}
.img-text-list .item .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container {
    flex-wrap: wrap;
  }
}
.img-text-list .item .container .pic {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container .pic {
    width: 100%;
  }
}
.img-text-list .item .container .text-box {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container .text-box {
    padding-left: 0;
    width: 100%;
  }
}
.img-text-list .item .container .text-box h5 {
  margin-bottom: 16px;
  color: var(--module-con-text-color2);
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .img-text-list .item .container .text-box h5 {
    margin-bottom: 16px;
  }
}
.img-text-list .item .container .text-box p {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--module-con-text-color1);
}
.img-text-list .item .container .text-box p.red,
.img-text-list .item .container .text-box p .red {
  color: var(--module-con-text-color2);
}
.img-text-list .item .container .text-box p.red {
  font-weight: bold;
}
.img-text-list .item .container .text-box p a {
  text-decoration: underline;
}
.img-text-list .item .container .text-box p + h6 {
  margin-top: 74px;
}
.img-text-list .item .container .text-box .border-btn {
  margin-top: 46px;
}
.img-text-list .item .container .text-box .border-btn:hover {
  border: 1px solid var(--border-btn-color-red-solid);
  background-color: var(--border-btn-color-red-solid);
}
.img-text-list .item .container .pic + .text-box {
  padding-left: 98px;
}
@media screen and (max-width: 992px) {
  .img-text-list .item .container .pic + .text-box {
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container .pic + .text-box {
    padding-left: 0;
    margin-top: 30px;
  }
}
.img-text-list .item .container .text-box + .pic {
  margin-left: 98px;
}
@media screen and (max-width: 992px) {
  .img-text-list .item .container .text-box + .pic {
    margin-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-list .item .container .text-box + .pic {
    margin-left: 0;
    margin-top: 30px;
  }
}
.download-module {
  padding-top: 0;
  background-color: var(--module-bg1);
}
.download-module .download-list {
  margin: 0 -24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .download-module .download-list {
    margin: 0 -16px -32px;
    flex-wrap: wrap;
  }
}
.download-module .download-list .download-item {
  padding: 0 24px;
  width: 33.33%;
}
@media screen and (max-width: 992px) {
  .download-module .download-list .download-item {
    padding: 0 16px 32px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .download-module .download-list .download-item {
    width: 100%;
  }
}
.download-module .download-list .download-item .item-box {
  border: 1px solid var(--module-bg3);
  padding: 20px 24px;
  height: 100%;
  transition: background-color 0.35s ease-in-out;
  background-color: var(--module-bg1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .download-module .download-list .download-item .item-box {
    padding: 15px 20px;
  }
}
.download-module .download-list .download-item .item-box p {
  margin-top: 0;
  margin-bottom: 42px;
  color: var(--module-con-text-color1);
  font-size: 20px;
  transition: color 0.35s ease-in-out;
  width: 90%;
}
@media screen and (max-width: 992px) {
  .download-module .download-list .download-item .item-box p {
    font-size: 18px;
  }
}
.download-module .download-list .download-item .item-box .icons-box {
  border: 1px solid var(--module-con-text-color2);
  width: 35px;
  height: 30px;
  color: var(--module-con-text-color2);
  transition: border 0.35s ease-in-out, color 0.35s ease-in-out;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.download-module .download-list .download-item .item-box:hover {
  background-color: var(--module-bg3);
}
.download-module .download-list .download-item .item-box:hover p {
  color: var(--module-con-text-color4);
}
.download-module .download-list .download-item .item-box:hover .icons-box {
  border: 1px solid var(--module-con-text-color4);
  color: var(--module-con-text-color4);
}
.tabs-box .tabs-list {
  background-color: var(--tabs-list-bg);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.tabs-box .tabs-list .container {
  overflow-x: auto;
}
.tabs-box .tabs-list ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.tabs-box .tabs-list ul li {
  padding-right: 70px;
  color: var(--tabs-list-text-color);
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .tabs-box .tabs-list ul li {
    padding-right: 25px;
  }
}
.tabs-box .tabs-list ul li:last-child {
  padding-right: 15px;
}
.tabs-box .tabs-list ul li.active {
  color: var(--tabs-list-text-color-active);
}
.tabs-box .tabs-list ul li.active span::after {
  width: 100%;
}
.tabs-box .tabs-list ul li span {
  padding: 40px 0 24px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  display: block;
  font-style: italic;
}
.tabs-box .tabs-list ul li span:hover::after {
  width: 100%;
}
.tabs-box .tabs-list ul li span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: var(--tabs-list-line-active);
  transition: width 0.35s ease-in-out;
}
.tabs-box .tabs-panel-list {
  background-color: var(--tabs-panel-bg);
  overflow: hidden;
}
.tabs-box .tabs-panel-list .container {
  position: relative;
}
.tabs-box .tabs-panel-list .tab-panel {
  padding: 72px 0 120px;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .tabs-box .tabs-panel-list .tab-panel {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .tabs-box .tabs-panel-list .tab-panel {
    padding-bottom: 80px;
  }
}
.tabs-box .tabs-panel-list .tab-panel.active {
  z-index: 1;
  opacity: 1;
  position: relative;
}
.tabs-box.border-tabs .tabs-list ul {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.tabs-box.border-tabs .tabs-list ul li {
  border-radius: 3px 3px 0 0;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  padding: 20px;
  color: var(--tabs-list-text-color);
  font-size: 18px;
  cursor: pointer;
  width: 180px;
  height: 60px;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tabs-box.border-tabs .tabs-list ul li:hover {
  color: #b82842;
}
.tabs-box.border-tabs .tabs-list ul li.active {
  border-color: #b82842;
  color: #fff;
  background-color: #b82842;
}
.tabs-box.border-tabs .tabs-list ul li span {
  padding: 0;
  white-space: nowrap;
}
.tabs-box.border-tabs .tabs-list ul li span::after {
  content: none;
}
.tabs-box.border-tabs .tabs-panel-list {
  background-color: transparent;
}
.tabs-box.border-tabs .tabs-panel-list .border-btn:hover {
  border: 1px solid var(--border-btn-color-red-solid);
  background-color: var(--border-btn-color-red-solid);
}
.border-btn {
  border-radius: 3px;
  border: 1px solid var(--border-btn-color);
  padding: 0 15px;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.border-btn:hover {
  border: 1px solid var(--border-btn-color-red-solid) !important;
  background-color: var(--border-btn-color-red-solid) !important;
}
.border-btn .iconfont {
  margin-right: 6px;
  display: block;
  color: var(--border-btn-color);
  font-size: 16px;
}
.border-btn span {
  font-size: 16px;
  line-height: 1;
  color: var(--border-btn-color);
  text-transform: uppercase;
}
.border-btn .icons-box {
  margin-left: 26px;
  font-size: 8px;
  color: var(--border-btn-color);
  position: relative;
  left: 0;
  transition: left 0.35s ease-in-out;
}
@media screen and (max-width: 580px) {
  .border-btn .icons-box {
    margin-left: 26px;
  }
}
.border-btn.red {
  border: 1px solid var(--border-btn-color-red);
}
.border-btn.red:hover {
  background: var(--border-btn-color-red);
  color: #fff;
}
.border-btn.red:hover span {
  color: #fff;
}
.border-btn.red:hover .iconfont {
  color: #fff;
}
.border-btn.red .iconfont {
  color: var(--border-btn-color-red);
}
.border-btn.red span {
  color: var(--border-btn-color-red);
}
.border-btn.red .icons-box {
  color: var(--border-btn-color-red);
}
.border-btn.red-solid {
  border: 1px solid var(--border-btn-color-red-solid);
  background-color: var(--border-btn-color-red-solid);
}
.border-btn.red-solid span {
  color: var(--border-btn-color-red-solid-text-color);
}
.border-btn.subscribe-btn-index:hover {
  border: 1px solid var(--border-btn-color) !important;
  background-color: var(--border-btn-color) !important;
}
.border-btn.subscribe-btn-index:hover span {
  color: var(--border-btn-color);
}
.border-btn.subscribe-btn-footer:hover {
  border: 1px solid var(--border-btn-color) !important;
  background-color: var(--border-btn-color) !important;
}
.border-btn.subscribe-btn-footer:hover span {
  color: var(--border-btn-color-red-solid) !important;
}
.border-btn.subscribe-btn-footer:hover .icons-box {
  color: var(--border-btn-color-red-solid) !important;
}
.border-btn:hover .icons-box {
  left: 4px;
}
.links-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.links-btn span {
  color: var(--links-btn-text-color);
  font-size: 16px;
  line-height: 1;
}
.links-btn .icons-box {
  margin-left: 46px;
  font-size: 8px;
  color: var(--links-btn-text-color);
  position: relative;
  left: 0;
  transition: left 0.35s ease-in-out;
}
.links-btn:hover .icons-box {
  left: 8px;
}
.pagination-box {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination-box .icons-box {
  margin: 0 18px;
  width: 34px;
  height: 34px;
  background-color: var(--pagination-icons-box-bg);
  transition: background-color 0.35s ease-in-out;
  cursor: pointer;
}
.pagination-box .icons-box:hover {
  background-color: #b82842;
}
.pagination-box .icons-box:hover .iconfont {
  color: #fff;
}
.pagination-box .icons-box .iconfont {
  font-size: 10px;
  color: var(--pagination-icons-box-color);
  transition: color 0.35s ease-in-out;
}
.pagination-box ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
}
.pagination-box ul li {
  font-size: 15px;
  line-height: 1;
  color: var(--pagination-text-color);
  cursor: pointer;
}
.pagination-box ul li.active {
  color: #b82842;
  text-decoration: underline;
}
.pagination-box ul li:hover {
  color: #b82842;
}
.rich-box {
  padding: 90px 0;
}
@media screen and (max-width: 992px) {
  .rich-box {
    padding: 80px 0;
  }
}
@media screen and (max-width: 576px) {
  .rich-box {
    padding: 60px 0;
  }
}
.rich-box h1,
.rich-box h2,
.rich-box h3,
.rich-box h4,
.rich-box h5,
.rich-box h6 {
  color: #b82842;
  font-style: italic;
  line-height: 1.42;
}
.rich-box h1.tac,
.rich-box h2.tac,
.rich-box h3.tac,
.rich-box h4.tac,
.rich-box h5.tac,
.rich-box h6.tac {
  text-align: center;
}
.rich-box h1 + p,
.rich-box h2 + p,
.rich-box h3 + p,
.rich-box h4 + p,
.rich-box h5 + p,
.rich-box h6 + p,
.rich-box h1 + .media-sources,
.rich-box h2 + .media-sources,
.rich-box h3 + .media-sources,
.rich-box h4 + .media-sources,
.rich-box h5 + .media-sources,
.rich-box h6 + .media-sources,
.rich-box h1 + h5 {
  margin-top: 40px;
}
.rich-box h1 + h5 {
  text-shadow: none;
}
.rich-box p + h1,
.rich-box p + h2,
.rich-box p + h3,
.rich-box p + h4,
.rich-box p + h5,
.rich-box p + h6 {
  margin-top: 28px;
}
.rich-box p + p {
  margin-top: 18px;
}
.rich-box .pic {
  margin: 25px 0;
  width: 100%;
}
.rich-box .media-sources {
  text-align: center;
}
.rich-box .media-sources.tal {
  text-align: left;
}
.rich-box .media-sources .pic {
  margin: 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.rich-box p + .media-sources,
.rich-box .media-sources + p {
  margin-top: 50px;
}
.rich-box p {
  color: var(--module-con-text-color1);
  line-height: 1.44;
}
.rich-box p span {
  color: #b82842;
  font-weight: bold;
}
.rich-box p a {
  color: #b82842;
}
.rich-box p a:hover {
  text-decoration: underline;
}
.rich-box hr {
  margin: 20px auto;
  height: 1px;
  width: 85%;
  background-color: #e2e2e2;
}
.rich-box .btn-list {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .rich-box .btn-list {
    margin-top: 40px;
  }
}
.researchers-list-word {
  margin-top: 78px;
}
.researchers-list-word:first-child {
  margin-top: 0;
}
.researchers-list-word h5 {
  margin-bottom: 16px;
  color: #b82842;
  line-height: 1;
  font-style: italic;
}
.researchers-list-word ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.researchers-list-word ul li {
  padding: 40px 50px 0;
  width: 50%;
}
@media screen and (max-width: 576px) {
  .researchers-list-word ul li {
    width: 100%;
  }
}
.researchers-list-word ul li h5 {
  margin-bottom: 22px;
  color: var(--module-con-text-color1);
}
.researchers-list-word ul li p {
  color: var(--researchers-list-word-p);
}
.back-box {
  background-color: var(--module-bg1);
  height: 94px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.back-box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #b82842;
  font-size: 18px;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .back-box a {
    font-size: 16px;
  }
}
.back-box a .iconfont {
  margin-right: 8px;
  font-size: 14px;
}
.popup-btn {
  cursor: pointer;
}
.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.popup-box.open {
  z-index: 999;
  opacity: 1;
}
.popup-box .box {
  padding: 40px;
  background-color: #f4f5f6;
  position: relative;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  .popup-box .box {
    padding: 20px;
  }
}
.popup-box .box .cefc-close {
  color: #b82842;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-box .box .links-btn {
  position: relative;
}
.popup-box .box .links-btn .icons-box {
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
  right: auto;
  top: auto;
  font-size: 10px;
}
.popup-box .box .links-btn:hover::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #b82842;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup-box .box .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  color: #b82842;
}
.popup-box .box .title .iconfont {
  margin-right: 10px;
  font-size: 30px;
}
.popup-box .box .con {
  padding: 20px;
  background-color: #fff;
  max-height: 65vh;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .popup-box .box .con {
    padding: 10px;
  }
}
.popup-box .box .con h2 {
  color: #b82842;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  flex-shrink: 0;
}
.popup-box .box .con p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.popup-box .box .con p.desc {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  color: #888888;
}
.popup-box .box .con .table {
  margin-top: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .popup-box .box .con .table {
    overflow: scroll;
  }
}
.popup-box .box .con .table .thead {
  flex-shrink: 0;
}
.popup-box .box .con .table .tbody {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.popup-box .box .con .table table {
  border-spacing: 0;
  width: 100%;
}
.popup-box .box .con .table table thead tr {
  border-radius: 5px;
  background-color: #f4f5f7;
}
.popup-box .box .con .table table thead tr th {
  padding: 20px 10px;
  text-align: left;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .popup-box .box .con .table table thead tr th {
    white-space: nowrap;
  }
}
.popup-box .box .con .table table thead tr th:first-child {
  padding-left: 40px;
}
.popup-box .box .con .table table tbody tr td {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding: 10px;
  font-size: 16px;
  color: #666;
}
.popup-box .box .con .table table tbody tr td:first-child {
  padding-left: 40px;
}
.popup-box .box .con .table table tbody tr td .product-list {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 1px dashed #707070;
}
.popup-box .box .con .table table tbody tr td .product-list.no-border {
  border-left: none;
  padding-left: 0;
}
.popup-box .box .con .table table tbody tr td .product-list p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popup-box .box .con .table table tbody tr td .product-list p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .popup-box .box .con .table table tbody tr td .product-list p {
    font-size: 14px;
  }
}
.popup-box.login-popup .box {
  background-color: #fff;
  max-width: 540px;
}
.popup-box.login-popup .box .con {
  max-height: none;
}
.popup-box.login-popup .box .cefc-geren {
  margin: -110px auto 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  background-color: #b82842;
  font-size: 56px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .popup-box.login-popup .box .cefc-geren {
    margin-top: -80px;
  }
}
.popup-box.login-popup .box h2 {
  color: #b82842;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-box.login-popup .box form .inp-box {
  margin-bottom: 20px;
}
.popup-box.login-popup .box form .inp-box:first-child {
  margin-top: 30px;
}
.popup-box.login-popup .box form .inp-box label {
  margin-bottom: 16px;
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
  display: block;
  width: 100%;
}
.popup-box.login-popup .box form .inp-box label span {
  color: #b82842;
}
.popup-box.login-popup .box form .inp-box input {
  padding: 16px 20px;
  background-color: #f4f5f7;
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
}
.popup-box.login-popup .box form button {
  margin-top: 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 100%;
  background-color: #b82842;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.popup-box.login-popup .box form button.solid {
  border: 1px solid #b82842;
  background-color: transparent;
  color: #b82842;
}
.popup-box.login-popup .box form .register-forget-pwd {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.popup-box.login-popup .box form .register-forget-pwd .register,
.popup-box.login-popup .box form .register-forget-pwd span {
  color: #888888;
}
.popup-box.login-popup .box form .register-forget-pwd .register:hover {
  text-decoration: underline;
}
.popup-box.login-popup .box form .register-forget-pwd span {
  margin: 0 10px;
  display: block;
}
.popup-box.login-popup .box form .register-forget-pwd .forget-pwd {
  color: #b82842;
}
.popup-box.login-popup .box form .register-forget-pwd .forget-pwd:hover {
  text-decoration: underline;
}
.popup-box.subscribe-popup .box {
  max-width: 980px;
  background-color: #fff;
  overflow-x: scroll;
}
.popup-box.subscribe-popup .box .con {
  padding: 0;
}
.popup-box.subscribe-popup .box .con .table .thead,
.popup-box.subscribe-popup .box .con .table .tbody {
  min-width: 900px;
}
.popup-box.shopping-popup .box {
  max-width: 1500px;
  background-color: #fff;
  overflow-x: scroll;
}
.popup-box.shopping-popup .box .con {
  padding: 0;
}
.popup-box.shopping-popup .box .con .total {
  margin-top: 24px;
  text-align: right;
  color: #b82842;
  line-height: 1.375;
  font-weight: bold;
}
.popup-box.shopping-popup .box .con .btn-list {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn {
  margin-left: 10px;
  min-width: 225px;
  justify-content: center;
  margin-bottom: 15px;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn:hover.red-solid {
  background-color: #b82842bd;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn:hover.red {
  background-color: var(--border-btn-color-red-solid);
}
.popup-box.shopping-popup .box .con .btn-list .border-btn:hover.red:hover {
  background-color: #b82842bd;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn:hover.red:hover span {
  color: #fff;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn:hover.red span {
  color: #fff;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn.red {
  background-color: var(--border-btn-color-red-solid);
}
.popup-box.shopping-popup .box .con .btn-list .border-btn.red:hover {
  background-color: #b82842bd;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn.red:hover span {
  color: #fff;
}
.popup-box.shopping-popup .box .con .btn-list .border-btn.red span {
  color: #fff;
}
