/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/* IE7 */
/* 添加浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
}
/*全局设置*/
body {
  font-family: "Noto Sans JP", Meiryo, arial, sans-serif, serif;
  font-style: normal;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
  .ad-box {
    text-align: center;
    margin: 12px 0;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
  .ad-box {
    text-align: center;
    margin: 12px 0;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #F5F7FA;
}
.wrap .indexWrap {
  max-width: 1440px;
  margin: 0 auto;
}
/* 响应式布局 */
@media only screen and (max-width: 320px) {
  .adTitle {
    padding: 0 16px;
  }
  .wrap .indexWrap {
    padding: 6px 0 12px 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .adTitle {
    padding: 0 16px;
  }
  .wrap .indexWrap {
    padding: 6px 0 12px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .wrap .indexWrap {
    padding: 12px 30px 16px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .indexWrap {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .indexWrap {
    padding: 20px 10px;
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.headerWrap {
  background-color: #07B07D;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.headerWrap .header {
  max-width: 1440px;
  margin: auto;
}
.headerWrap .header .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headerWrap .header .searchMantle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headerWrap .header .top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headerWrap .header .top .topL {
  display: flex;
  align-items: center;
}
.headerWrap .header .top .topL .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headerWrap .header .top .topL .topList {
  display: none;
}
.headerWrap .header .top .topR {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 6 !important;
}
.headerWrap .header .top .topR .search {
  display: flex;
  align-items: center;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 12px;
}
.headerWrap .header .top .topR .search .searchIcon {
  background: #FFFFFF;
  padding-right: 12px;
}
.headerWrap .header .top .topR .search .searchInput {
  flex: 1;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
}
.headerWrap .header .top .topR .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headerWrap .header .top .topR .historySearchList {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  width: 100%;
  padding: 12px 16px;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox {
  display: flex;
  align-items: center;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox .searchTimeIcon {
  height: 20px;
  width: 20px;
  background-image: url("/statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox .searchCont {
  flex-grow: 3;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .clearItemIcon {
  height: 25px;
  width: 25px;
  background-image: url("/statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem:hover .searchTimeIcon {
  background-image: url("/statics/image/searchTimeIcon.webp");
}
.headerWrap .header .top .topR .historySearchList .historySearchItem:hover .clearItemIcon {
  background-image: url("/statics/image/searchCloseIcon.webp");
}
.headerWrap .header .mhead {
  width: 100%;
  height: 48px;
}
.headerWrap .header .mhead .mheadcont {
  height: 100%;
}
.headerWrap .header .mhead .mheadcont .mheadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerWrap .header .mhead .mheadcont .mheadBox .showBtn {
  z-index: 1;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mheadcont .mheadBox .logo .logoIcon {
  width: 208.35px;
  height: 29.99px;
}
.headerWrap .header .mhead .mheadcont .mheadBox .openSearch {
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch {
  display: none;
  height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .back {
  line-height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch {
  position: relative;
  padding: 0 12px;
  height: 31px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchIcon {
  padding-right: 12px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchInput {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .clearResp {
  display: none;
  padding-left: 10px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList {
  z-index: 11;
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchTimeIcon {
  height: 16px;
  width: 16px;
  background-image: url("/statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchCont {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mclearItemIcon {
  height: 20px;
  width: 20px;
  background-image: url("/statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .msearchTimeIcon {
  background-image: url("/statics/image/searchTimeIcon.webp");
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .mclearItemIcon {
  background-image: url("/statics/image/searchCloseIcon.webp");
}
.headerWrap .header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  left: -220px;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 220px;
  background: #ffffff;
  overflow-y: scroll;
}
.headerWrap .header .siderbar .closeBtn {
  height: 48px;
  box-shadow: 0px 1px 0px #D9D9D9;
  padding: 12px 18px;
}
.headerWrap .header .siderbar .closeBtn img {
  width: 24px;
  height: 24px;
}
.headerWrap .header .siderbar .sideList {
  width: 100%;
  box-shadow: 0px 1px 0px #D9D9D9;
}
.headerWrap .header .siderbar .sideList .sideItem {
  width: 100%;
}
.headerWrap .header .siderbar .sideList .sideItem a {
  width: 100%;
  height: 40px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
}
.headerWrap .header .siderbar .sideList .sideItem a .icon img {
  height: 24px;
  width: 24px;
}
.headerWrap .header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 14px;
  color: #202423;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .siderbar .Multilanguage {
  width: 100%;
  padding: 12px 18px;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #202423;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list {
  margin-top: 12px;
  width: 100%;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover {
  height: 40px;
  display: flex;
  align-items: center;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover .langIcon {
  width: 24px;
  height: 24px;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover .language {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .headerWrap {
    padding: 0 18px;
  }
  .headerWrap .header .top {
    display: none;
  }
  .headerWrap .header .mhead {
    width: 100%;
    height: 48px;
  }
  .headerWrap .header .mhead .mheadcont .mheadBox .logo .logoIcon {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .headerWrap .header .top {
    height: 78px;
    padding: 0 15px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headerWrap .header .top .topL .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-top: 5px solid #07B07D;
    border-bottom: 5px solid #07B07D;
  }
  .headerWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .headerWrap .header .top .topL .topList .topItem:hover .topTitle {
    color: #FFFFFF;
  }
  .headerWrap .header .top .topR .search {
    width: auto;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .headerWrap .header .top {
    height: 78px;
    padding: 0 10px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headerWrap .header .top .topL .topList {
    margin-left: 140px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-top: 5px solid #07B07D;
    border-bottom: 5px solid #07B07D;
  }
  .headerWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .headerWrap .header .top .topR .search {
    width: 434px;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
.footerWrap {
  background: #07B07D;
  position: relative;
}
.footerWrap .footer {
  max-width: 1440px;
  margin: 0 auto;
}
.footerWrap .footer .top .switchingMode {
  display: none;
  margin: 30px 0;
}
.footerWrap .footer .top .switchingMode .socialMedia {
  display: flex;
  align-items: center;
}
.footerWrap .footer .top .switchingMode .socialMedia .externalLinks {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.footerWrap .footer .top .switchingMode .socialMedia .youtube {
  background-image: url('/statics/image/youtube_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .youtube:hover {
  background-image: url('/statics/image/youtube_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .twitter {
  background-image: url('/statics/image/twitter_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .twitter:hover {
  background-image: url('/statics/image/twitter_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .facebook {
  background-image: url('/statics/image/facebook_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .facebook:hover {
  background-image: url('/statics/image/facebook_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .tiktok {
  background-image: url('/statics/image/tiktok_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .tiktok:hover {
  background-image: url('/statics/image/tiktok_hover.svg');
}
.footerWrap .footer .top .switchingMode .langWrap {
  display: flex;
  align-items: center;
  border-radius: 37px;
  background-color: #f5f5f538;
}
.footerWrap .footer .top .switchingMode .langWrap .langMask {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang .icon {
  width: 26px;
  height: 26px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang .langText {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  padding: 0 11px 0 6px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang svg {
  width: 26px;
  height: 26px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang::after {
  content: '';
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 20%;
  left: 10%;
  top: 65%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  height: auto;
  margin-top: -26.5rem;
  margin-left: -15rem;
  padding: 4rem 1rem 0 1.5rem;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 1rem;
  background-color: #fff;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose {
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  display: block;
  cursor: pointer;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose svg {
  width: 2.6rem;
  height: 2.6rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::before,
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  position: absolute;
  display: block;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::before {
  top: 0;
  width: 1.8rem;
  height: 0.2rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  top: -0.8rem;
  left: 0.8rem;
  width: 0.2rem;
  height: 1.8rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem {
  width: 50%;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem .itemLink {
  display: flex;
  align-items: center;
  border-radius: 4rem;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 95%;
  margin-bottom: 1.6rem;
  padding: 1rem;
  word-break: break-all;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl {
  display: none;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl:checked ~ .langMask {
  display: block;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl:checked ~ .maskContent {
  display: flex;
  transform: translateY(0);
}
.footerWrap .footer .tabbar {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  display: inline-block;
  color: #FFFFFF;
  word-break: break-word;
}
.footerWrap .footer .tabbar .line {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin: 0 18px;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 1150px;
  margin: 0 auto;
  z-index: 2;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .cookieText {
  color: #6f6f6f;
  font-size: 14px;
}
.footerWrap .cookie-notice-container .container .cookieText .moreJump {
  color: #232927;
}
.footerWrap .cookie-notice-container .container button {
  min-width: 90px;
  margin-left: 5px;
  padding: 5px;
  height: 30px;
  background: #232927;
  border: none;
  color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  cursor: pointer;
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #232927;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .footerWrap {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footerWrap .footer .tabbar a {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 12px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .footerWrap {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footerWrap .footer .tabbar a {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .footerWrap {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .footerWrap {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    margin-bottom: 6px;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .footerWrap {
    padding: 30px 10px;
  }
  .footerWrap .footer .top .logo img {
    width: 270px;
    height: 46px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 30px 0;
  }
  .footerWrap .footer .top .switchingMode .externalLinks {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar a:hover {
    border-bottom: 1px solid #FFFFFF;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
.headerWrap .header .top .topL .topList .topItem .navItem-four {
  border-bottom: 5px solid #FFFFFF;
}
.breadCrumbs {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 16px 10px;
  padding-bottom: 0;
}
.breadCrumbs .crumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #07B07D;
  white-space: nowrap;
}
.breadCrumbs .icon {
  flex-shrink: 0;
  margin: 0 6px;
}
.breadCrumbs .crumbsNow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap {
  display: flex;
  justify-content: center;
  padding: 16px 10px;
}
.indexWrap .stampLeft {
  width: calc(100% - 420px);
  padding: 20px 16px;
  margin-right: 30px;
  background: #FFFFFF;
}
.indexWrap .stampLeft .stampTitle {
  color: #202423;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
.indexWrap .stampLeft .stampTopImg {
  width: 100%;
  height: auto;
  margin: 16px 0;
}
.indexWrap .stampLeft .stampText {
  margin: 16px 0;
}
.indexWrap .stampLeft .stampText p {
  color: #202423;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}
.indexWrap .stampLeft .stampsList .stampsItem {
  margin-top: 16px;
  border: 1px solid #EAEAEA;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink {
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemTips {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #BEBEBE;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemNum {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemImg {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  background: #D9D9D9;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo {
  margin: 0 50px 0 16px;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemName {
  color: #202423;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemTime,
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemTime .itemDate,
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition .itemDate {
  color: #5C5E5E;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemTime .itemRemaining,
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition .itemRemaining {
  color: #F32727;
  margin-left: 10px;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition {
  color: #AFAFAF;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemBtn {
  flex-shrink: 0;
  padding: 11px 60px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #07B07D;
}
.indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemBtn .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.indexWrap .stampLeft .stampsList .stampsItem:hover {
  border: 1px solid #EAEAEA;
  background: #F2F2F2;
}
.indexWrap .stampLeft .stampsList .stampsItem:hover .coverlink .itemBtn {
  background: #0CC78E;
}
.indexWrap .stampLeft .loading {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #626365;
}
.indexWrap .stampRight {
  width: 420px;
  height: fit-content;
  background: #FFFFFF;
}
.indexWrap .stampRight .relatedStamps .relatedStampsTitle {
  padding: 14px 16px 22px 16px;
  border-bottom: 1px solid #D9D9D9;
}
.indexWrap .stampRight .relatedStamps .relatedStampsTitle .title {
  color: #202423;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.indexWrap .stampRight .relatedStamps .relatedStampsList {
  padding: 20px 16px;
  display: grid;
  grid-gap: 16px 16px;
  grid-template-columns: repeat(2, calc((100% - 16px) / 2));
}
.indexWrap .stampRight .relatedStamps .relatedStampsList .stampsItem .coverlink {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  overflow: hidden;
  cursor: pointer;
}
.indexWrap .stampRight .relatedStamps .relatedStampsList .stampsItem .coverlink .itemImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 30px;
}
.indexWrap .stampRight .relatedStamps .relatedStampsList .stampsItem .coverlink:hover .itemImg {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    padding: 6px 16px;
  }
  .indexWrap {
    display: block;
    padding: 6px 0px;
  }
  .indexWrap .stampLeft {
    width: 100%;
    padding: 12px 16px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .indexWrap .stampLeft .stampTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink {
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemImg {
    width: 100px;
    height: 100px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo {
    width: 100%;
    margin: 16px 0;
    text-align: center;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemName {
    font-size: 16px;
    line-height: 24px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition {
    display: none;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemBtn {
    width: 100%;
    margin-left: 0;
  }
  .indexWrap .stampRight {
    width: 100%;
  }
  .indexWrap .stampRight .relatedStamps .relatedStampsTitle .title {
    font-size: 20px;
  }
  .indexWrap .stampRight .relatedStamps .relatedStampsList .stampsItem .coverlink .itemImg {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .indexWrap {
    padding: 6px 0px;
  }
  .indexWrap .stampLeft {
    padding: 12px 16px;
  }
  .indexWrap .stampLeft .stampTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink {
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemImg {
    width: 100px;
    height: 100px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo {
    width: 100%;
    margin: 16px 0;
    text-align: center;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemName {
    font-size: 16px;
    line-height: 24px;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemInfo .itemCondition {
    display: none;
  }
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemBtn {
    width: 100%;
    margin-left: 0;
  }
  .indexWrap .stampRight {
    width: 100%;
  }
  .indexWrap .stampRight .relatedStamps .relatedStampsTitle .title {
    font-size: 20px;
  }
  .indexWrap .stampRight .relatedStamps .relatedStampsList .stampsItem .coverlink .itemImg {
    padding: 20px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1367px) {
  .indexWrap .stampLeft .stampsList .stampsItem .coverlink .itemBtn {
    padding: 11px 30px;
  }
}
