/* cnzz统计代码 动态创建隐藏 */
@import 'https://cdn.campuswit.com/alibaba-puhuiti/harmony-os-font.css?v=2';
@import '../fonts/font.css';
html,
body {
  font-family: 'HarmonyOS_Sans';
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
  color: #333;
}
html {
  min-width: 1200px;
}
a[title='站长统计'] {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.list-unstyled {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.mbachina {
  line-height: 0.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: space-around;
  max-width: 1200px;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  text-align: center;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.help-text {
  display: flex;
  align-items: flex-start;
  color: #999;
}
.help-text img {
  margin-right: 8px;
  margin-left: 20px;
}
.color-999 {
  color: #999;
}
.color-999 a {
  text-decoration: underline;
}
.theme-color {
  color: #1B7C4A;
}
.wrap {
  position: relative;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.cont {
  min-width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.tab-con > li:not(:first-child) {
  display: none;
}
nav {
  position: sticky;
  z-index: 100;
  top: 0;
  background: #1B7C4A;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}
nav ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #ffff;
}
nav ul li {
  position: relative;
  margin-left: 1em;
}
nav .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  height: 0.8rem;
}
nav.on {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.nav-mask {
  position: fixed;
  z-index: 99;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  max-width: 750px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.38);
}
.icon-menu {
  display: none;
}
.pc-hide {
  display: none;
}
.pc-show {
  display: block;
}
*:focus-visible {
  outline: unset;
}
/* 关键信息 */
.loading-mask {
  font-size: 20px;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 显示隐藏 */
  display: none;
  margin: 0;
  transition: opacity 0.3s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.loading-spinner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.icon-loading {
  animation: rotating 2s linear infinite;
}
.el-loading-spinner {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -21px;
  text-align: center;
}
.form-box {
  padding: 0.3rem;
  color: #fff;
  border: 1px solid #d3b578;
}
.form-box .item {
  display: flex;
  overflow: hidden;
  /*设为伸缩容器*/
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #d3b578;
  /*伸缩项目单行排列*/
  /* 分论坛下拉菜单 */
}
.form-box .item > input,
.form-box .item > textarea {
  flex: 1;
  min-width: 2rem;
}
.form-box .item input,
.form-box .item textarea {
  font-size: 0.28rem;
  text-align: left;
  color: #fff;
  border: none;
  background: transparent;
}
.form-box .item input::-webkit-input-placeholder,
.form-box .item textarea::-webkit-input-placeholder {
  color: transparent;
}
.form-box .item .error {
  color: #ddba77;
}
.form-box .item .error::-webkit-input-placeholder {
  color: #ddba77;
}
.form-box .item textarea {
  padding: 0.26rem 0;
  text-align: left;
}
.form-box .item .radios-group {
  align-self: center;
}
.form-box .item .forumlist {
  font-size: 0.26rem;
  font-weight: 600;
  width: 2rem;
  height: 0.9rem;
  text-align: right;
  border: none;
}
.form-box .item .forumlist {
  line-height: 0.9rem;
  width: 4rem;
  height: 0.9rem;
  padding-right: 0.5rem;
  /*防止紧紧靠在边上*/
  text-indent: 1em;
  /*兼容苹果手机*/
  border: 0.02rem solid #fff;
  background-color: transparent;
  -webkit-appearance: none;
}
.form-box .item .iphoneselect {
  position: relative;
}
.form-box .item .iphoneselect .selectjt {
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 0.3rem;
}
.form-box .item .forumlist option {
  font-size: 0.2rem;
}
.form-box .item .radios-group label {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  height: 0.3rem;
  padding-left: 0.3rem;
}
.form-box .item .radios-group input[type='radio'] {
  position: absolute;
  top: 0.02rem;
  bottom: 0;
  left: -0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.form-box .item .radios-group > label:first-child {
  margin-right: 10px;
}
.form-box .item input[type='date']::-webkit-calendar-picker-indicator {
  background: url('../img/calendar.png') no-repeat;
  background-size: 100%;
}
.form-box .item > label {
  font-weight: 600;
  line-height: 0.9rem;
  height: 100%;
  padding-right: 0.2rem;
}
.form-box .form-people {
  margin-bottom: 0.5rem;
}
.form-box .text-danger {
  color: #ddba77;
}
.form-box .submit-btn {
  font-size: 0.3rem;
  line-height: 0.88rem;
  display: block;
  width: 4.88rem;
  height: 0.88rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border: 0.02rem;
  border-color: #1B7C4A;
  -webkit-border-radius: 0.44rem;
  -moz-border-radius: 0.44rem;
  border-radius: 0.44rem;
  -ms-border-radius: 0.44rem;
  -o-border-radius: 0.44rem;
}
.form-box .people-info .remind {
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
  color: #666;
}
.form-box .people-info .remind .title {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.form-box .people-info .remind strong {
  color: #333;
}
.form-box .people-info .remind ul {
  list-style: none;
}
.quick-btn {
  position: fixed;
  z-index: 99;
  top: 50vh;
  right: -100px;
  transition: 300ms;
  transform: translateY(-50%);
}
.quick-btn a {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0.1);
}
.quick-btn a p {
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 0;
  color: inherit;
  color: transparent;
  background: linear-gradient(138deg, #a92d73 0%, #444fc2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.quick-btn a img {
  width: 0.35rem;
}
.quick-btn a img:nth-last-of-type(1) {
  display: none;
}
.quick-btn a:hover {
  transition: all 0.2s;
  color: #fff;
  background: linear-gradient(180deg, #99327f 0%, #444fc2 100%);
  box-shadow: 0 0 20px rgba(137, 24, 88, 0.2);
}
.quick-btn a:hover img:first-child {
  display: none;
}
.quick-btn a:hover img:nth-last-of-type(1) {
  display: block;
}
.quick-btn a:hover p {
  color: #fff;
}
.quick-btn.on {
  right: 20px;
  transition: 300ms;
}
.quick-btn .pc-hide {
  display: none;
}
@media (max-width: 750px) {
  html,
  body {
    min-width: unset;
    font-size: 0.28rem;
  }
  .pc-hide {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .cont {
    min-width: unset;
    max-width: unset;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  body {
    max-width: 750px;
    min-height: 100vh;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #ccc;
  }
  .help-text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .help-text img {
    width: 0.36rem;
    margin-right: 0.08rem;
    margin-left: 0.2rem;
  }
  #nav {
    font-size: 14px;
  }
  #nav .cont {
    height: 1rem;
  }
  #nav .logo {
    max-height: 0.6rem;
  }
  #nav ul {
    display: none;
  }
  #nav .menu-list {
    line-height: 0.7rem;
    position: absolute;
    top: 1rem;
    right: 0;
    display: none;
    width: 2.7rem;
    background: #1b7c4a;
  }
  #nav .menu-list li {
    width: 6.5em;
    margin: 0.2rem auto;
    text-align: right;
  }
  #nav .icon-menu {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    width: 0.5rem;
    height: 40%;
  }
  #nav .icon-menu span {
    display: block;
    width: 100%;
    height: 0.04rem;
    transition: all 0.5s;
    transform-origin: center;
    border-radius: 0.04rem;
    background: #fff;
  }
  #nav .icon-menu span:first-child {
    width: 50%;
  }
  #nav .icon-menu span:nth-child(2) {
    width: 75%;
  }
  #nav .icon-menu.on {
    align-items: center;
    justify-content: center;
  }
  #nav .icon-menu.on span:first-child {
    width: 100%;
    transform: rotate(-45deg) translateY(0.04rem);
  }
  #nav .icon-menu.on span:nth-child(2) {
    opacity: 0;
  }
  #nav .icon-menu.on span:last-child {
    transform: rotate(45deg) translateY(-0.06rem);
  }
  .mbachina {
    right: 0.3rem;
    left: 0.3rem;
  }
}
#footer {
  padding-bottom: 1.3rem;
}
