@charset "UTF-8";

html,
body {
  height: 100%;
  margin: 0;
  padding: 0
}

.light {
  --b-bg: #ffffff;
  --b-bg1: #f5f5f5;
  --b-bg2: #1a1a1a;
  --b-text: #000000;
  --b-text1: #4f4f4f;
  --b-text3: #262626;
  --b-text4: #595959;
  --b-text5: #7f7f7f;
  --b-text6: #262626;
  --b-text7: #888888;
  --b-nav-bg1: #f8f8f8;
  --b-nav-color1: #000000;
  --b-button-text: #333333;
  --b-button-bor: #262626;
  --b-button-bor1: #dedede;
  --b-login-bg-start: rgba(245, 245, 245, 0);
  --b-login-bg-end: rgba(245, 245, 245, 1);
  --b-btn-color: #D6D8DD;
  --b-btn-bg: #14203E;
  --b-code-bg: #fff;
  --e-color: #D1D6EA;
}

.dark {
  --b-bg: #000000;
  --b-bg1: #1a1a1a;
  --b-bg2: #f5f5f5;
  --b-text: #ffffff;
  --b-text1: #c9cacc;
  --b-text3: #ffffff;
  --b-text4: #c9cacc;
  --b-text5: #94969a;
  --b-text6: #e0e0e2;
  --b-text7: #b4b5b8;
  --b-nav-bg1: #0f1e25;
  --b-nav-color1: #ffffff;
  --b-button-text: #ffffff;
  --b-button-bor: #dfe0e1;
  --b-button-bor1: #ffffff;
  --b-login-bg-start: rgba(0, 0, 0, 0);
  --b-login-bg-end: rgba(0, 0, 0, 1);
  --b-btn-color: #000000;
  --b-btn-bg: #ffffff;
  --b-code-bg: #303030;
  --e-color: #2f2f2f;
}

html,body {
  font-family: SF Pro Display, Roboto, Noto, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.body {
  margin: 0;
  padding: 0;
  background: var(--b-bg);
}

html {
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

input,
select {
  background: transparent;
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}




*::-webkit-scrollbar{
  width:0
}
*{
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

ul,ol{
  list-style: none;
}
a{
  text-decoration: none;
}

.layout-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 12px;
  background: var(--b-bg);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  box-sizing: border-box;
}
.header-shadow{
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
  width: 100%;
}
.min-head{
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 0;
  padding: 12px;
  border-bottom: 1px solid #1D40FE ;
}
.theme svg {
  fill: var(--b-text);
}
.select-list-wrapper{
  width: 100%;
  padding-bottom: 14px;
 display: none;
}
.select-list .left{
  width: 80%;
  display: flex;
  gap: 12px;
  overflow: auto;
}

.select-list .current-active {
  color: #ffffff;
  font-weight: bold;
  background: #1F40FF;
}
.select-list .current-active:hover{
  color: #1F40FF;
  border-color: #1F40FF;
}
.min-login{
  position: fixed;
  right: 0;
  padding: 4px 12px;
  color: #fff !important;
  background: #FF3366;
  border-radius: 0 !important;
}


.logo{
  display: flex;
  align-items: center;
}
.max-screen{
  height: 0;
 visibility: visible;
}
.logo h1 {
  color: var(--b-text1);
  height: 32px;
  margin-block: 0;
  margin-inline: 0;
  margin-inline-start: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.head-right{
  display: flex;
  align-items: center;
}
.operation-list {
  display: flex;
  height: 100%;
  list-style: none;
  align-items: center;
  gap: 48px;
}
.operation-list a {
  height: 100%;
  color: var(--b-nav-color1);
  line-height: 72px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.operation-list .current-active{
  color: #1F40FF;
  border-bottom: 2px solid #1F40FF;
}

.head-user{
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--b-text);
}

.head-user .theme {
  border-radius: 8px;
}

.head-user .theme svg {
  fill: var(--b-text);
}

.head-user .theme:hover svg {
  fill: #1f40ff;
}

.light .theme .dark-svg {
  display: block;
}

.light .theme .light-svg {
  display: none;
}

.dark .theme .light-svg {
  display: block;
}

.dark .theme .dark-svg {
  display: none;
}

.head-user .info {
  display: none;
  align-items: center;
}

.head-user img{
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.head-user .line{
  width: 1px;
  height: 16px;
  margin: 0 8px;
  background-color: var(--b-text5);
  border-radius: 1px;
}
.operate-btn{
  display: flex;
}
.my-btn{
  display: none;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #ffffff;
  background: #ff3366;
}
.register-btn{
  margin: 0 8px;
  padding: 6px 24px;
  border-radius: 8px;
  color: #ffffff;
  background: #ff3366;
}
.head-user .login-btn{
  display: flex;
  align-items: center;
  padding: 6px 24px;
  border-radius: 8px;
  color: #ffffff;
  background: #1F40FF;
}

.login-name{
  max-width: 92px;
  margin-left: 12px;
}
.m-block {
  display: none;
}
.more-icon svg, .close-icon svg {
  fill: var(--b-nav-color1);
}

@media (max-width: 1024px) {
  .min-h4{
    font-size: 36px !important;
  }
  .close-icon, .more-icon{
    height: 32px;
  }
  .m-block {
    display: block;
  }
  .operation-list{
    display: none;
  }
  .max-screen{
    visibility: hidden;
  }
  .min-head{
    display: flex;
    opacity: 1;
    width: 100%;
  }

  /* 小屏幕 */
  .select-list-wrapper{
    display: block;
  }
  .select-list{
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding-left: 12px;
  }

  .select-list a{
    flex-shrink: 0;
    border: 1px solid transparent;
    padding: 4px 16px 5px;
    border-radius: 16px;
    color: var(--b-nav-color1);
    font-size: 14px;
  }
  .select-list .bg-s{
    margin-top: 4px;
    padding-left: 16px;
  }
  header{
    height: 130px;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .head-user{
    display: none;
  }
  .app-main {
    padding: 100px 0 !important;
  }
}

.dialog {
  height: 560px;
  width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: fixed;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
}
.dialog-header {
  height: 50px;
  width: 100%;
  line-height: 50px;
  position: relative;
}
.close-btn {
  width: 30px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -6px;
  cursor: pointer;
}

.app-main{
  flex: 1;
  width: 80%;
  height: 0;
  margin: 0 auto;
  padding: 82px 0;
  text-align: left;
}
.app-main_detail{
  flex: 1;
  width:100%;
  height: 0;
  margin: 0 auto;
  padding: 82px 0 0;
  text-align: left;
}

.app-main_detail .d_tips-left{
  display: flex;
  gap: 8px 24px;
}

.app-main_detail .d_tips-right{
  display: flex;
  gap: 16px;
  margin-left: 32px;
}
.detail-icon-item >span{
  margin-left: 6px;
}


@media (max-width: 1200px) {
  .app-main_detail .main-top {
    flex-direction: column;
  }
  .author-wrapper{
    margin-top: 24px;
  }
}


@media (max-width: 1070px) {
  .app-main_detail .d_tips-left{
    flex-direction: column;
  }
  .app-main_detail .other-tips{
    align-items: flex-start;
  }
}