.white-back{
  background-color: #f9f9fb;
}
.wap-back{
  background: #F4F6FD;
}

.site-header {
  background-color: transparent;
}
.inside-header {
  padding: 0;
}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
  background-color: transparent;
  padding: 0;
  line-height: normal;
}
.lang-change-box{
  background-color: transparent;
  height: auto;
  line-height: normal;
  display: flex;
  font-family: 'PingFang TC';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #030B1A;
  position: relative;
}
.lang-change-box img{
  width: 20px;
    height: 20px;
    margin-right: 8px;
}
.cur-choose-lang{
  color: #1E42FF !important;
}
.lang-box-option{
  position: absolute;
  background: #FFFFFF;
border-radius: 4rem;
box-shadow: 0px 1rem 8rem #E1E7EC;
top: 36rem;
  right: 6rem;
  padding: 8rem 12rem;
}
.lang-box-option-a{
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12rem;
  line-height: 15rem;
  color: #818999;
  margin-bottom: 8rem;
}
.lang-button{
  display: flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 20px;
  background: #FFF;
  color: #1E42FF;
font-weight: 600;
}
.lang-box-option {
  z-index: 3;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
  background: transparent;
}
#app{
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.search-box{
  height: 44rem;
}





/* 主页 */
body{
  background-color: #fff;
}
.adult-no-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:20px !important;
  height:20px !important;
  flex-shrink: 0;

}
.inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-float-right #site-navigation {
  margin-left: 0 !important;
}
.index-back {
    /* background-image: url('/wp-content/uploads/2023/04/Group-1312321021.png'); */
    background: url('/wp-content/uploads/2023/04/Group-1312321021.png') no-repeat 0 0 / cover rgba(0, 0, 0, 1) !important;
  
  }
  .mod-1{
    padding-top: 160px;
    width: 100%;
  }
  .mod-1 .h1-1{
    max-width: 660px;
    margin: 0 auto;
    color: #1E42FF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .search-box{
    width: 100%;
    position: relative;
    margin-top: 52px;
  }
  .search-contain{
    margin: 0 auto;
    text-align: center;
    width: 654px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #1E42FF;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}
.top-search-contain{
  margin-left: 32px;
    width: 654px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #1E42FF;
    margin: 0 auto;
}
.top-search-contain input[type="text"].search-input {
  padding-left: 20px;
}
.search-contain-close{
    width: 14px;
    height: 14px;
    margin-right: 16px;
}
.search-contain-confirm{
  width: 56px;
  height: 36px;
  margin-right: 6px;
}
.search-input{
    height: 62px;
    background: transparent !important;
    border: none !important;
    border-radius: 60px !important;
    outline: transparent;
    flex: 1;

    
}
.search-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #A2ABBD;
}
input[type="text"].search-input{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    /* 文字颜色/GC56  通用文字-深灰 */
    color: #495366;
}
.one-tags{
  color: #041667;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display:flex;
  justify-content: center;
  margin-top: 52px;
  cursor: pointer;
}
.item-tag{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}
.item-tag img{
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-bottom: 18px;
}
.history-card{
  position: absolute;
    top: 52px;
    width: 654px;
    overflow-y: auto;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    color: #041667;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    border-radius: 8px;
    padding: 0px 4px 24px 12px;
    border: 1px solid #1E42FF;
    background: #FFF;

}
.history-card-list{
  max-height: 260px;
  overflow: auto;
  padding-right: 12px;
  padding-bottom: 12px;

}
.history-card-item img{
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  cursor: pointer;
}
.history-card-item span,.clean-history span{
  cursor: pointer;
}
.history-card-item span{
  width: 90%;
}
.history-card-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.clean-history{
  margin-top: 20px;
  color: #A2ABBD;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  position: absolute;
  bottom: 12px;
  left: 31px;
  right: 16px;
  z-index: 10px;
}
.clean-history:hover{
  color: #1E42FF;
}
.guess-search{
  width: 654px;
  margin: 0 auto;
  margin-top: 32px;
  padding-bottom: 60px;
}
.guess-search-header{
  color: #041667;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.guess-search-header-right{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A2ABBD;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
}
.guess-search-header img{
  width: 14px;
  height: 13px;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 4px;
}
.guess-search-tags{
  color: #041667;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  flex-wrap: wrap;
  max-height: 130px;
    overflow: hidden;
}
.guess-search-tag{
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(30, 66, 255, 0.10);
  background: #FFF;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 650px;
}
.resource-items{
  display:flex;
  row-gap: 12px;
  column-gap: 14px;
  flex-wrap:wrap;
  justify-content: center;
  margin-top: 23px;
}
.resource-item{
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  width: 591px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 26px 0px rgba(194, 194, 194, 0.25);
  padding:14px 0px 14px 13px;
}
.resource-item-left{
  margin-right: 16px;
  position: relative;
}
.resource-item-left img{
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 7px;
}
.resource-item-middle{
  width:431px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.resource-item-title{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;

}
.resource-item-desc{
  color: #7B7B7B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top:8px;
  margin-bottom: 0;
}
.resource-item-right{
  width:52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.resource-item-right img{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.resource-item-right button{
  width: 85px;
  padding: 8px 0;
  flex-shrink: 0;
  border-radius: 24.329px;
  background: #4E75FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.highword{
  color:#006bf8 !important;
  background:transparent;
}
.header-tag-item{
  line-height: 28px;
}
.header-tag{
  color: #002649;

  /* Regular/None/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: flex;
  column-gap: 64px;
  max-width: 1232px;
    margin: 0 auto;
  margin-top: 22px;
  cursor: pointer;
  justify-content: flex-start;
}
.header-tag-item-active{
  color: #1E42FF;
    border-bottom: 2px solid #1E42FF;
}
.header-second-tag{
  color: #002649;

  /* Regular/None/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: flex;
  column-gap: 8px;
  max-width: 1232px;
    margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 6px;
}
.header-second-tag-item{
  line-height: 28px;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 0 16px;

}
.header-second-tag-item-active{
  background: #1E42FF;
  color: #FFFFFF;
}
.mod-2{
  width: 100%;
}
.no-resource{
  width:1232px;
  margin: 0 auto;
}
.no-resource-s1{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.no-resource-s1 span{
  color: #0C5FEA;
}
.no-resource-s3{
  max-width: 740px;
  margin: 0 auto;
  margin-top:100px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.no-resource-s4{
  width:746px;
  margin: 0 auto;
  margin-top:40px;
  display: flex;
  justify-content: center;
  row-gap: 36px;
  column-gap: 21px;
  flex-wrap: wrap;
  max-height: 192px;
    overflow: hidden;
}
.no-resource-s5{
  max-width: 45%;
  height: 36px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #fff;
  color: #8C8C8C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  cursor: pointer;
}
.no-resource-s5 span{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loading-resource{
  width:1232px;
  margin: 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.loading {
  width: 50px;
  height: 50px;
  border: 3px solid #ccc;
  border-top-color: #1E42FF;
  border-radius: 50%;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.show-xy-768{
  display: none !important;
}
.lang-change-box img{
width: 20px;
height: 20px;
margin-right: 8px;
}
.lang-change-box {
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.main-navigation {
background-color: transparent;
}
.inside-header {
padding: 15px 20px 0px 20px;
}
.site-header .header-image {
  max-width: 112px;
width: 112px;
height: 33px;
flex-shrink: 0;
}
.lang-box-option {
  position: absolute;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 16px #E1E7EC;
  top: 36px;
  right: 12px;
  padding: 8px 12px;
}
.lang-box-option-a {
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 12px;
}
.search-box {
  height: auto;
}