/* 边框 */
.layui-border,
.layui-quote-nm,
.layui-elem-field,
.layui-collapse,
.layui-panel,
.layui-colla-item,
.layui-colla-content,
.layui-badge-rim,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-tab-bar,
.layui-tab-card,
.layui-input,
.layui-textarea,
.layui-select,
.layui-input-split,
.layui-form-pane .layui-form-label,
.layui-form-pane .layui-form-item[pane] {
  border-color: #D9D9D9;
}
.layui-form {
  width: 100%;
}
.layui-form-label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #4d4d4d;
  float: none;
  padding: 0px;
  text-align: left;
}
.layui-form-label .layui-icon {
  font-size: 17px;
  margin-right: 5px;
}
.must {
  color: #E90D2D !important;
}
.layui-input-block {
  margin: 0px;
}
.layui-form-select {
  position: relative;
}
.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer;
}
.layui-input:focus,
.layui-textarea:focus {
  box-shadow: none;
  border-color: #0075FF !important;
}
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #ff5722 !important;
}
.layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 20px;
  height: 20px;
  border: none !important;
  margin: 0px !important;
}
.layui-edge:after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
.layui-form-selected .layui-edge {
  transform: translateY(-50%) rotate(180deg);
}
.layui-form-select dl dd.layui-this {
  background: #EBF6FF;
  color: #333333;
  font-weight: bold;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  line-height: 32px;
}
.layui-form-item {
  margin-bottom: 15px;
}
.layui-form-item-btn .layui-input-block {
  display: flex;
}
.layui-form-item-btn .layui-input-block .layui-input-wrap {
  flex: auto;
  margin-right: 5px;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-btn {
  height: 38px;
  line-height: 36px;
  font-weight: 500;
  width: 126px;
  padding: 0px;
  border: 1px solid #0A8276;
  background: #fff;
  color: #0A8276;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-btn:hover {
  opacity: 1;
  background: #EDF3FF;
}
.disabled-link {
  pointer-events: none;
  background: #ececec !important;
  border: 1px solid #ececec !important;
  color: #999999 !important;
  cursor: not-allowed;
}
.layui-form-item-col {
  width: 100%;
  margin-bottom: 5px;
}
.layui-form-inline {
  display: flex;
  align-items: center;
}
.layui-form-inline .layui-form-label {
  margin-bottom: 0px;
  width: auto;
  margin-right: 5px;
}
.layui-input-block-radio {
  display: flex;
  justify-content: space-between;
}
.layui-form-radio {
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  background: #fff;
  margin: 0px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.layui-form-radio > i {
  display: none !important;
}
.layui-form-radioed,
.layui-form-radioed > i,
.layui-form-radio:hover * {
  color: #0075FF;
}
.layui-form-radioed {
  background: rgba(5, 136, 255, 0.08);
  border: 1px solid #0075FF;
}
.layui-input-block-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layui-input-block-flex .layui-form-select {
  width: 49%;
}
.layui-input-address {
  width: 100%;
  margin-top: 5px;
}
.layui-input-block-tel {
  display: flex;
}
.layui-input-block-tel .layui-form-select {
  width: 80px;
  position: relative;
}
.layui-input-block-tel .layui-form-select:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.layui-input-block-tel .layui-form-select .layui-input {
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}
.layui-input-block-tel .layui-input-wrap {
  flex: 1;
}
.layui-input-block-tel .layui-input-wrap .layui-input {
  border-radius: 0px 2px 2px 0px;
  border-left: none;
  padding-left: 15px;
}
.layui-form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.layui-form-btn button {
  padding: 0px 30px;
}
.layui-form-btn .cancel-btn {
  margin-right: 15px;
}
.layui-form-btn-l {
  justify-content: left;
}
.layui-form-btn-row {
  justify-content: center;
  margin-top: 30px;
}
.layui-form-btn-row button {
  padding: 0px 40px;
}
/*日期选择*/
.layui-input-block-time {
  position: relative;
  cursor: pointer;
}
.layui-input-block-time input {
  cursor: pointer;
}
.layui-input-block-time .iconfont {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #b3b3b3;
  text-align: center;
  line-height: 20px;
}
.layui-input-time-bg {
  display: flex;
  justify-content: space-between;
}
.layui-input-time-bg .layui-input-block-time {
  flex: auto;
  margin-right: 5px;
}
.layui-input-time-bg .layui-input-block-time:last-child {
  margin-right: 0px;
}
.layui-form-text {
  width: 100%;
}
.layui-form-item-select-inline .layui-form-select dl dd {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  margin: 0px 3px;
}
.layui-form-item-select-inline .layui-form-select dl dd:hover {
  background: #F1F3F6;
}
.layui-form-item-select-inline .layui-form-select dl dd.layui-this {
  background: #0A8276;
  color: #fff;
}
.layui-form-item-select-inline .layui-form-select dl dd.layui-select-tips {
  background: none;
  color: #999;
  font-weight: normal;
}
xm-select > .xm-body .xm-option {
  display: inline-block !important;
  height: 30px;
  line-height: 30px;
  margin: 0px 3px;
  border-radius: 2px;
}
xm-select > .xm-body .xm-option-content {
  width: 100% !important;
}
xm-select > .xm-body .xm-option-content {
  color: #333 !important;
}
xm-select > .xm-tips {
  font-size: 14px !important;
}
.item-check {
  margin: 4px 0px;
}
.item-check .layui-form-checkbox[lay-skin=primary] > i {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
.tips-text {
  font-size: 12px;
  color: #999;
  line-height: 19px;
  margin-top: 8px;
}
.layui-input-icon {
  cursor: pointer;
}
.layui-input-icon input {
  cursor: pointer;
}
.layui-input-icon .layui-edge:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c3';
}
.layui-upload {
  width: 104px;
  height: 104px;
  border: 1px dashed #D9D9D9;
  border-radius: 5px;
  position: relative;
}
.layui-upload .layui-upload-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 99;
}
.layui-upload .layui-upload-text .layui-icon {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.layui-upload .layui-upload-text span {
  display: block;
  margin-top: 10px;
  color: #666;
}
.layui-upload .layui-upload-list {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 199;
  background: #fff;
}
.layui-upload .layui-upload-list img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.layui-upload .layui-upload-list #demoText {
  position: absolute;
  top: 110px;
  left: 0px;
}
.layui-upload .layui-progress-bg {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  display: none;
}
.form-tips {
  margin-top: 5px;
  font-size: 13px;
  color: red;
}
.layui-form-checkbox[lay-skin="primary"] {
  padding-left: 18px;
}
.layui-form-checkbox[lay-skin="primary"] i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #D9D9D9;
}
.layui-form-checked[lay-skin="primary"] i {
  border-color: #0075FF !important;
  background-color: #0075FF;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #0075FF;
}
.layui-form-checkbox[lay-skin="primary"] span {
  font-weight: bold;
}
.layui-form-checked span {
  color: #0075FF !important;
}
.layui-form-checked .must {
  color: #E90D2D !important;
}
.layui-form-checkbox[lay-skin="primary"] > div {
  padding-left: 5px;
  color: #333;
  white-space: normal;
}
xm-select {
  border: 1px solid #D9D9D9;
}
xm-select > .xm-icon {
  position: absolute;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  margin-top: 0px !important;
}
xm-select > .xm-icon::after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
.xm-icon-sousuo:before {
  content: '\e65b' !important;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
xm-select > .xm-icon-expand {
  margin-top: -9px !important;
  transform: rotate(180deg) !important;
}
.xm-icon-expand:before {
  content: "" !important;
}
xm-select > .xm-body .xm-option-icon {
  border: none;
}
.xm-icon-duox:before {
  content: '\e605' !important;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
xm-select .xm-body .xm-option .xm-option-icon {
  width: 16px !important;
  height: 16px !important;
}
xm-select .xm-label .xm-label-block:hover {
  opacity: 0.8;
}
xm-select > .xm-label .scroll .label-content {
  padding: 3px 10px 3px 7px !important;
}
.layui-layer-msg {
  background: #333;
  border: none;
  color: #fff;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 10px 30px;
  text-align: center;
}
.layui-icon-face-cry:before {
  content: '';
}
.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #0075FF !important;
}
.layui-laydate-footer span:hover {
  color: #0075FF;
}
@media (max-width: 767px) {
  .layui-form-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .layui-form-checkbox > div {
    font-size: 12px;
    line-height: 19px;
  }
  .layui-textarea {
    min-height: 60px;
  }
  .layui-form-label {
    font-size: 13px;
  }
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 5155062 */
  src: url('//at.alicdn.com/t/c/font_5155062_9toh5wiur1s.woff2?t=1784699105785') format('woff2'), url('//at.alicdn.com/t/c/font_5155062_9toh5wiur1s.woff?t=1784699105785') format('woff'), url('//at.alicdn.com/t/c/font_5155062_9toh5wiur1s.ttf?t=1784699105785') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Source Sans 3", "Microsoft YaHei", "PingFang SC", "Helvetica Neue";
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title span {
  font-size: 36px;
  font-weight: 700;
  color: #0A8276;
  position: relative;
}
.page-title span:before,
.page-title span:after {
  content: '';
  width: 48px;
  height: 2px;
  background: #8E8E8E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-title span:before {
  left: -68px;
}
.page-title span:after {
  right: -68px;
}
@media (max-width: 767px) {
  .page-title span {
    font-size: 24px;
  }
  .page-title span:before,
  .page-title span:after {
    width: 30px;
  }
  .page-title span:before {
    left: -42px;
  }
  .page-title span:after {
    right: -42px;
  }
}
.page-title-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-title-item .line {
  width: 36px;
  height: 2px;
  background: #0A8276;
}
.page-title-item .title-con {
  height: 36px;
  padding: 0px 30px 0px 10px;
  display: flex;
  align-items: center;
  background: #0A8276;
  color: #ffffff;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
  gap: 5px;
}
.page-title-item .title-con .answer-icon {
  display: block;
  width: 22px;
  height: 22px;
}
.page-title-item .title-con .text {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-title-item {
    gap: 10px;
  }
  .page-title-item .line {
    width: 20px;
  }
  .page-title-item .title-con {
    height: 28px;
    padding: 0 18px 0 6px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  }
  .page-title-item .title-con .answer-icon {
    width: 18px;
    height: 18px;
  }
  .page-title-item .title-con .text {
    font-size: 14px;
  }
}
.page-btn {
  display: flex;
}
.page-btn a {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  height: 28px;
  justify-content: center;
  background: #0A8276;
  transition: all 0.3s;
  color: #fff;
  gap: 5px;
  font-size: 14px;
}
.page-btn a:hover {
  background: #08665c;
}
.page-btn .text {
  font-size: 14px;
  font-weight: 400;
}
.page-btn .iconfont {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-btn a {
    height: 26px;
    font-size: 13px;
  }
  .page-btn a .text {
    font-size: 13px;
  }
}
nav {
  width: 100%;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.nav-con {
  width: 1440px;
  height: auto;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .nav-con {
    width: 92%;
  }
}
.logo img {
  display: block;
  height: 52px;
}
.col-nav .nav-text {
  margin: 0px 15px;
  float: left;
  position: relative;
}
.col-nav .nav-text a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0px 5px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
.col-nav .nav-text a:hover {
  color: #0A8276;
}
.col-nav .nav-text.active a {
  border-bottom: 3px solid #0A8276;
  color: #0A8276;
}
.col-nav .nav-text:last-child {
  margin-right: 0px;
}
.top-seat {
  height: 0px;
}
@media (max-width: 991px) {
  .top-seat {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .top-seat {
    height: 60px;
  }
}
.tag-text {
  position: absolute;
  left: 30px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 16px;
  font-size: 9px;
  color: #ffffff;
  background: #AB377A;
  border-radius: 3px;
  animation: 0.7s ease 0s infinite normal none running applyBtn;
}
@keyframes applyBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.tag-text::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -4px;
  border-top: 5px solid #AB377A;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media (max-width: 1200px) {
  .col-nav .nav-text {
    margin: 0px 3px;
  }
  .col-nav .nav-text a {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 899;
  }
  .nav-con {
    width: 100%;
    height: 70px;
    padding: 0px 4%;
    position: relative;
  }
  .logo img {
    height: 36px;
  }
  .menu-icon .iconfont {
    font-size: 22px;
    color: #333333;
  }
  .menu-b .icon-a {
    display: none;
  }
  .menu-a .icon-b {
    display: none;
  }
  .col-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 10px;
    display: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .col-nav .nav-text {
    float: none;
    margin: 0px 4%;
    border-bottom: none;
  }
  .col-nav .nav-text .tag-text {
    left: 50px;
    top: -8px;
  }
  .col-nav .nav-text.active a {
    border-bottom: 1px solid #0A8276;
  }
  .col-nav .nav-text:last-child {
    border-bottom: none;
  }
  .col-nav .nav-text a {
    height: 52px;
    line-height: 52px;
    padding: 0px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav-con {
    height: 60px;
  }
  .top-seat {
    height: 60px;
  }
  .col-nav {
    top: 60px;
  }
  .col-nav .nav-text a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .col-nav .active a {
    border-bottom: 1px solid #0A8276;
  }
}
.banner {
  width: 100%;
  height: 360px;
  background-image: url("https://site.eet-china.com/RC/InfineonMCU202608/images/banner-pic.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .banner-right {
  height: 100%;
  padding-left: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.banner .banner-right .tag {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
  padding-left: 50px;
}
.banner .banner-right .tag::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.banner .banner-right .title {
  font-size: 54px;
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
}
.banner .banner-right .page-btn a {
  padding: 0px 25px;
  background: #ffffff;
  height: 46px;
  color: #0A8276;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.24s ease;
  animation: scaling 0.5s infinite ease-in-out;
}
.banner .banner-right .page-btn a:hover {
  animation: none;
  background: #eeeded;
}
.banner .banner-right .page-btn a .iconfont {
  font-size: 23px;
}
.banner .banner-right .page-btn a .text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .banner .banner-right .tag {
    font-size: 14px;
    padding-left: 40px;
  }
  .banner .banner-right .tag::before {
    width: 32px;
  }
  .banner .banner-right .title {
    font-size: 42px;
    line-height: 48px;
  }
  .banner .banner-right .page-btn a {
    height: 40px;
    padding: 0 24px;
  }
  .banner .banner-right .page-btn a .iconfont {
    font-size: 18px;
  }
  .banner .banner-right .page-btn a .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .banner {
    height: 300px;
  }
  .banner .banner-right {
    gap: 15px;
  }
  .banner .banner-right .tag {
    font-size: 13px;
    padding-left: 36px;
  }
  .banner .banner-right .tag::before {
    width: 28px;
  }
  .banner .banner-right .title {
    font-size: 32px;
    line-height: 38px;
  }
  .banner .banner-right .page-btn a {
    height: 36px;
    padding: 0 20px;
  }
  .banner .banner-right .page-btn a .iconfont {
    font-size: 16px;
  }
  .banner .banner-right .page-btn a .text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 200px;
  }
  .banner .banner-right {
    padding-left: 48%;
    gap: 11px;
  }
  .banner .banner-right .tag {
    font-size: 12px;
    padding-left: 30px;
  }
  .banner .banner-right .tag::before {
    width: 24px;
  }
  .banner .banner-right .title {
    font-size: 22px;
    line-height: 28px;
    white-space: normal;
  }
  .banner .banner-right .page-btn a {
    height: 28px;
    padding: 0 12px;
  }
  .banner .banner-right .page-btn a .iconfont {
    font-size: 14px;
  }
  .banner .banner-right .page-btn a .text {
    font-size: 12px;
  }
}
.page-info-bg {
  background: #F7F7F7;
  padding: 50px 0px 20px 0px;
}
@media (max-width: 767px) {
  .page-info-bg {
    padding: 15px 0px 10px 0px;
  }
}
.page-intro {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1450px) {
  .page-intro {
    width: 92%;
  }
}
.page-intro:before,
.page-intro:after {
  content: '';
  width: 40px;
  height: 60px;
}
.page-intro:before {
  border-top: 3px #0A8276 solid;
  border-left: 3px #0A8276 solid;
  position: absolute;
  top: -1px;
  left: -1px;
}
.page-intro:after {
  border-bottom: 3px #0A8276 solid;
  border-right: 3px #0A8276 solid;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.page-intro .intro-title {
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 16px;
}
.page-intro .intro-title strong {
  color: #0A8276;
}
.page-intro .intro-item {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}
.page-intro .intro-item strong {
  color: #0A8276;
}
.page-intro .intro-item:last-child {
  margin-bottom: 0px;
}
.page-intro .intro-item:before {
  width: 20px;
  height: 2px;
  content: '';
  position: absolute;
  top: 12px;
  left: 0px;
  background: #0A8276;
}
@media (max-width: 991px) {
  .page-intro {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .page-intro {
    padding: 12px;
  }
  .page-intro:before,
  .page-intro:after {
    width: 24px;
    height: 36px;
    border-width: 2px;
  }
  .page-intro .intro-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .page-intro .intro-item {
    font-size: 14px;
    line-height: 21px;
    padding-left: 22px;
    margin-bottom: 8px;
  }
  .page-intro .intro-item:before {
    top: 12px;
    width: 15px;
  }
}
.activity-con {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 25px auto 0;
  border-top: 1px solid #BFBBBB;
  padding-top: 20px;
}
@media (max-width: 1450px) {
  .activity-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .activity-con {
    margin: 15px auto 0;
    padding-top: 12px;
  }
}
.activity-brief {
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 500;
}
.activity-brief strong {
  color: #0A8276;
  font-weight: bold;
}
@media (max-width: 767px) {
  .activity-brief {
    font-size: 13px;
    line-height: 20px;
    margin: 10px auto 0;
  }
}
.page-video {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
}
@media (max-width: 1450px) {
  .page-video {
    width: 92%;
  }
}
.user-row {
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-row .user-con {
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 15px;
  background: #F7F7F7;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
}
.user-row .user-con a,
.user-row .user-con span {
  color: #0A8276;
  font-weight: bold;
}
.user-row .user-con a {
  text-decoration: underline;
}
.user-row .user-con a:hover {
  color: #06534b;
}
@media (max-width: 767px) {
  .user-row {
    margin-top: 8px;
  }
  .user-row .user-con {
    height: 26px;
    font-size: 12px;
    padding: 0 12px;
  }
}
.switch-tab-bg {
  margin: 0 auto;
  position: relative;
}
.switch-tab-bg-fix {
  width: 100% !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.switch-tab-bg-fix .video-nav {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .switch-tab-bg-fix .video-nav {
    width: 92%;
  }
}
.video-nav {
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-nav .nav-item {
  width: 33.33%;
  padding: 0px 3px;
}
.video-nav .nav-item:first-child {
  padding-left: 0px;
}
.video-nav .nav-item:last-child {
  padding-right: 0px;
}
.video-nav .nav-item .nav-item-con {
  width: 100%;
  height: 54px;
  background: #BFBBBB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.video-nav .nav-item .tab-link {
  padding: 0px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  gap: 10px;
}
.video-nav .nav-item .lottery-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 120px;
  background: #AB377A;
  color: #ffffff;
  gap: 3px;
  animation: scaling 0.5s infinite ease-in-out;
}
.video-nav .nav-item .lottery-btn .iconfont {
  font-size: 20px;
}
.video-nav .nav-item .lottery-btn .text {
  font-size: 14px;
}
.video-nav .nav-item .lottery-btn:hover {
  background: #892C62;
}
.video-nav .nav-item .lottery-btn:hover .text {
  text-decoration: underline;
}
@keyframes scaling {
  0% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
.video-nav .nav-item:hover .nav-item-con {
  background: #CCC9C9;
}
.video-nav .nav-item:hover .tab-link {
  color: #0A8276;
}
.video-nav .nav-item.active .nav-item-con {
  background: #0A8276;
}
.video-nav .nav-item.active .tab-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .video-nav {
    margin-top: 18px;
  }
  .video-nav .nav-item .nav-item-con {
    height: 48px;
    gap: 6px;
  }
  .video-nav .nav-item .tab-link {
    font-size: 16px;
    padding: 0 6px;
  }
  .video-nav .nav-item .lottery-btn {
    width: 100px;
    height: 26px;
  }
  .video-nav .nav-item .lottery-btn .iconfont {
    font-size: 16px;
  }
  .video-nav .nav-item .lottery-btn .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .video-nav {
    margin-top: 12px;
  }
  .video-nav .nav-item {
    width: 100%;
  }
  .video-nav .nav-item .nav-item-con {
    text-align: center;
    height: 60px;
    flex-direction: column;
    gap: 3px;
    padding: 0px 3px;
  }
  .video-nav .nav-item .tab-link {
    font-size: 14px;
    height: auto;
    padding: 0px;
    flex-direction: column;
    gap: 3px;
  }
  .video-nav .nav-item .lottery-btn {
    width: 86px;
    height: 20px;
  }
  .video-nav .nav-item .lottery-btn .iconfont {
    font-size: 14px;
  }
  .video-nav .nav-item .lottery-btn .text {
    font-size: 10px;
  }
}
.tab-video-bg {
  background: #F7F7F7;
  margin: 0 auto;
  padding: 25px 0px 40px 0px;
}
@media (max-width: 767px) {
  .tab-video-bg {
    padding: 10px 0px 20px 0px;
  }
}
.tab-video {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  padding: 25px;
  border: 1px solid #0A8276;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #0A8276;
}
@media (max-width: 1450px) {
  .tab-video {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .tab-video {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tab-video {
    padding: 10px 12px;
    border-top-width: 2px;
  }
}
.video-brief {
  margin: 20px auto 0;
  background: #ffffff;
  padding: 18px 15px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.video-brief .brief-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.video-brief .brief-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 991px) {
  .video-brief {
    margin-top: 16px;
    padding: 15px 12px;
    gap: 16px;
  }
  .video-brief .brief-icon {
    width: 44px;
    height: 44px;
    margin-top: 6px;
  }
  .video-brief .brief-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .video-brief {
    margin-top: 8px;
    padding: 12px 10px;
    gap: 12px;
  }
  .video-brief .brief-icon {
    width: 36px;
    height: 36px;
    margin-top: 4px;
    flex-shrink: 0;
  }
  .video-brief .brief-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.video-list {
  margin: 20px auto 0;
}
.video-list .list-item {
  height: 40px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.video-list .list-item:before {
  content: '';
  width: 5px;
  height: 24px;
  background: #0A8276;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.video-list .list-item span {
  font-weight: 300;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  .video-list .list-item {
    height: 36px;
    padding-left: 12px;
  }
  .video-list .list-item:before {
    height: 20px;
  }
  .video-list .list-item span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .video-list .list-item {
    min-height: 32px;
    height: auto;
    padding: 5px 8px 5px 10px;
  }
  .video-list .list-item:before {
    width: 4px;
    height: 18px;
  }
  .video-list .list-item span {
    font-size: 14px;
  }
}
.video-list .list-con {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .video-list .list-con {
    margin-top: 16px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .video-list .list-con {
    margin-top: 12px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.video-list .video-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.video-list .video-item .thepic-bg {
  flex-shrink: 0;
  position: relative;
}
.video-list .video-item .thepic {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  overflow: hidden;
}
.video-list .video-item .thepic:hover img {
  transform: scale(1.05);
}
.video-list .video-item .thepic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 58;
  transition: all 0.5s;
}
.video-list .video-item .thepic:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
  z-index: 99;
}
.video-list .video-item .thepic:after {
  content: "\e624";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 100%);
  z-index: 199;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 3px;
}
.video-list .video-item .the-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-list .video-item .the-content .the-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
}
.video-list .video-item .the-content .the-title:hover {
  color: #0A8276;
}
.video-list .video-item .the-content .the-btn {
  display: flex;
}
.video-list .video-item .the-content .the-btn .watch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0px 5px;
  gap: 2px;
  border-bottom: 1px solid #0A8276;
}
.video-list .video-item .the-content .the-btn .iconfont {
  font-size: 18px;
  color: #0A8276;
}
.video-list .video-item .the-content .the-btn .text {
  font-size: 12px;
  color: #333333;
}
@media (max-width: 1200px) {
  .video-list .video-item .the-content .the-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .video-list .video-item .the-content .the-title {
    font-size: 15px;
    line-height: 22px;
  }
  .video-list .video-item .the-content .the-btn .iconfont {
    width: 14px;
    height: 14px;
    font-size: 7px;
  }
  .video-list .video-item .the-content .the-btn .text {
    font-size: 12px;
    color: #333333;
  }
}
.video-list .video-item .thepic-bg {
  width: 150px;
  flex-shrink: 0;
  /* 防止图片容器被压缩 */
}
.video-list .video-item:hover {
  border-color: #0A8276;
}
.video-list .video-item:hover .thepic:after {
  background: rgba(255, 255, 255, 0.7);
  color: #0A8276;
}
.video-list .video-item:hover .the-content .the-title {
  color: #0A8276;
}
.video-list .video-item:hover .the-content .the-btn .watch-btn {
  background: #0A8276;
}
.video-list .video-item:hover .the-content .the-btn .watch-btn .iconfont {
  color: #ffffff;
}
.video-list .video-item:hover .the-content .the-btn .watch-btn .text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .video-list .video-item {
    gap: 16px;
    padding-bottom: 12px;
  }
  .video-list .video-item .thepic-bg {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .video-list .video-item {
    gap: 10px;
  }
  .video-list .video-item .thepic-bg {
    width: 110px;
  }
  .video-list .video-item .thepic:after {
    display: none;
  }
  .video-list .video-item .the-content .the-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.video-list-upDown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 20px auto 0;
}
@media (max-width: 991px) {
  .video-list-upDown {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .video-list-upDown {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.video-item-upDown {
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  border: none;
  cursor: pointer;
}
.video-item-upDown:hover .thepic:after {
  background: rgba(255, 255, 255, 0.7);
  color: #0A8276;
}
.video-item-upDown:hover .the-content .the-title {
  color: #0A8276;
}
.video-item-upDown:hover .the-content .the-btn .watch-btn {
  background: #0A8276;
}
.video-item-upDown:hover .the-content .the-btn .watch-btn .iconfont {
  color: #ffffff;
}
.video-item-upDown:hover .the-content .the-btn .watch-btn .text {
  color: #ffffff;
}
.video-item-upDown .thepic-bg {
  flex-shrink: 0;
  position: relative;
}
.video-item-upDown .thepic {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  overflow: hidden;
}
.video-item-upDown .thepic:hover img {
  transform: scale(1.05);
}
.video-item-upDown .thepic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 58;
  transition: all 0.5s;
}
.video-item-upDown .thepic:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
  z-index: 99;
}
.video-item-upDown .thepic:after {
  content: "\e624";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 100%);
  z-index: 199;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 3px;
}
.video-item-upDown .thepic:after {
  width: 48px;
  height: 48px;
  font-size: 20px;
  padding-left: 5px;
}
.video-item-upDown .thepic:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3));
}
.video-item-upDown .the-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 599;
  padding: 0px 4px;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.video-item-upDown .the-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-item-upDown .the-content .the-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
}
.video-item-upDown .the-content .the-title:hover {
  color: #0A8276;
}
.video-item-upDown .the-content .the-btn {
  display: flex;
}
.video-item-upDown .the-content .the-btn .watch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0px 5px;
  gap: 2px;
  border-bottom: 1px solid #0A8276;
}
.video-item-upDown .the-content .the-btn .iconfont {
  font-size: 18px;
  color: #0A8276;
}
.video-item-upDown .the-content .the-btn .text {
  font-size: 12px;
  color: #333333;
}
@media (max-width: 1200px) {
  .video-item-upDown .the-content .the-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .video-item-upDown .the-content .the-title {
    font-size: 15px;
    line-height: 22px;
  }
  .video-item-upDown .the-content .the-btn .iconfont {
    width: 14px;
    height: 14px;
    font-size: 7px;
  }
  .video-item-upDown .the-content .the-btn .text {
    font-size: 12px;
    color: #333333;
  }
}
.video-item-upDown .the-content {
  width: 100%;
  padding: 10px 15px 15px 15px;
}
.video-item-upDown .the-content .the-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.video-item-upDown .the-content .the-other .the-time {
  display: flex;
  align-items: center;
  height: 22px;
  background: #f2f2f2;
  padding: 0px 5px;
  gap: 4px;
}
.video-item-upDown .the-content .the-other .the-time .iconfont {
  font-size: 14px;
  color: #666666;
}
.video-item-upDown .the-content .the-other .the-time .text {
  font-size: 13px;
  color: #666666;
}
@media (max-width: 991px) {
  .video-item-upDown .thepic:after {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .video-item-upDown .the-tag {
    top: 8px;
    left: 8px;
    height: 20px;
    font-size: 12px;
  }
  .video-item-upDown .the-content {
    padding: 8px 12px 12px 12px;
  }
  .video-item-upDown .the-content .the-other .the-time {
    height: 20px;
  }
  .video-item-upDown .the-content .the-other .the-time .iconfont {
    font-size: 13px;
  }
  .video-item-upDown .the-content .the-other .the-time .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .video-item-upDown .thepic:after {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .video-item-upDown .the-tag {
    top: 6px;
    left: 6px;
    height: 18px;
    font-size: 11px;
  }
  .video-item-upDown .the-content {
    padding: 8px 10px 10px 10px;
    gap: 5px;
  }
  .video-item-upDown .the-content .the-other {
    flex-direction: column;
  }
  .video-item-upDown .the-content .the-other .the-time {
    height: auto;
    padding: 2px 4px;
    background: none;
  }
  .video-item-upDown .the-content .the-other .the-time .iconfont {
    font-size: 13px;
  }
  .video-item-upDown .the-content .the-other .the-time .text {
    font-size: 12px;
    line-height: 17px;
  }
}
.page-explain-bg {
  margin: 0 auto;
  background: #0A8276;
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .page-explain-bg {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .page-explain-bg {
    padding: 20px 0;
  }
}
.page-explain {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  background: #ffffff;
  gap: 40px;
}
@media (max-width: 1450px) {
  .page-explain {
    width: 92%;
  }
}
.page-explain .page-title-item .title-con {
  height: 32px;
  padding: 0px 20px 0px 10px;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}
.page-explain .page-title-item .title-con .text {
  font-size: 16px;
}
@media (max-width: 991px) {
  .page-explain {
    padding: 16px 20px;
    gap: 28px;
  }
  .page-explain .page-title-item .title-con {
    height: 28px;
    padding: 0 16px 0 8px;
  }
  .page-explain .page-title-item .title-con .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .page-explain {
    flex-direction: column;
    padding: 10px;
    gap: 20px;
  }
  .page-explain .page-title-item .title-con {
    height: 26px;
    padding: 0 14px 0 6px;
  }
  .page-explain .page-title-item .title-con .text {
    font-size: 14px;
  }
}
.explain-l {
  width: 47%;
}
@media (max-width: 767px) {
  .explain-l {
    width: 100%;
  }
}
.rule-con .rule-text {
  margin: 10px auto 0px;
}
.rule-con .rule-text p {
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 6px;
}
.rule-con .rule-text p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .rule-con .rule-text p {
    font-size: 13px;
    line-height: 19px;
  }
}
.win-con {
  margin: 25px auto 0;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0A8276;
  position: relative;
}
@media (max-width: 767px) {
  .win-con {
    height: 180px;
    margin: 15px auto 0;
  }
}
.win-con .b-w-title {
  width: 36px;
  height: 100%;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A8276;
}
@media (max-width: 1200px) {
  .win-con .b-w-title {
    width: 36px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .win-con .b-w-title {
    width: 30px;
    font-size: 14px;
  }
}
.win-con .check-text {
  background: #928285;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  z-index: 99;
}
.win-con .check-text:hover {
  background: #0A8276;
}
.win-con .check-text .text {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .win-con .check-text {
    padding: 0 5px;
    height: 20px;
  }
  .win-con .check-text .text {
    font-size: 11px;
  }
}
.win-con .win-scroll {
  flex: 1;
  height: 100%;
  padding: 0px 20px 15px 20px;
  overflow: hidden;
  /* 中奖列表响应 */
}
.win-con .win-scroll li {
  height: 35px;
  line-height: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
.win-con .win-scroll li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 50%, rgba(217, 217, 217, 0) 100%);
}
.win-con .win-scroll li:last-child:before {
  background: transparent;
}
.win-con .win-scroll li span {
  width: 50%;
  font-size: 13px;
  color: #333333;
}
@media (max-width: 767px) {
  .win-con .win-scroll {
    padding: 20px 10px 30px 15px;
  }
  .win-con .win-scroll li {
    height: 30px;
    line-height: 30px;
  }
  .win-con .win-scroll li span {
    font-size: 12px;
  }
}
.explain-r {
  flex: 1;
}
.gift-con {
  margin: 15px auto 0;
  background: #BEDDDA;
  padding: 20px;
}
.gift-con .gift-pic {
  display: block;
  width: 100%;
}
.gift-con .gift-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.gift-con .gift-text .text-1 {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #0A8276;
  color: #ffffff;
  padding: 0px 5px;
}
@media (max-width: 991px) {
  .gift-con {
    margin-top: 12px;
    padding: 16px;
  }
  .gift-con .gift-text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
  }
  .gift-con .gift-text .text-1 {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .gift-con {
    margin-top: 8px;
    padding: 8px;
  }
  .gift-con .gift-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .gift-con .gift-text .text-1 {
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
  }
}
.page-about {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 40px auto;
}
@media (max-width: 1450px) {
  .page-about {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .page-about {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .page-about {
    margin-top: 20px;
  }
}
.about-con {
  margin-top: 25px;
  padding: 20px 25px;
  background: linear-gradient(114deg, #ffffff 0%, #f5f5f5 100%);
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-con .the-text {
  font-size: 17px;
  line-height: 28px;
}
.about-con .the-text strong {
  color: #0A8276;
}
.about-con .about-logo {
  margin-top: 15px;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-con .about-logo .the-logo {
  width: 200px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-con .about-logo .the-logo img {
  display: block;
  width: 100%;
}
.about-con .about-logo .page-btn a {
  height: 40px;
}
.about-con .about-logo .page-btn .text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .about-con {
    margin-top: 12px;
    padding: 12px;
  }
  .about-con .the-text {
    font-size: 15px;
    line-height: 24px;
  }
  .about-con .about-logo {
    margin-top: 12px;
    padding-top: 16px;
    gap: 20px;
  }
  .about-con .about-logo .the-logo {
    width: 160px;
    padding: 14px;
  }
  .about-con .about-logo .page-btn a {
    height: 36px;
    padding: 0 35px;
  }
  .about-con .about-logo .page-btn .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about-con {
    padding: 14px 14px;
  }
  .about-con .the-text {
    font-size: 14px;
    line-height: 24px;
  }
  .about-con .about-logo {
    gap: 16px;
  }
  .about-con .about-logo .the-logo {
    width: 140px;
    padding: 10px;
  }
  .about-con .about-logo .page-btn a {
    height: 34px;
    padding: 0 15px;
  }
  .about-con .about-logo .page-btn .text {
    font-size: 14px;
  }
}
footer {
  margin: 0 auto;
  background: #000000;
}
footer .footer-con {
  padding: 20px 0px;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1450px) {
  footer .footer-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  footer {
    margin: 30px auto 0;
  }
  footer .footer-con {
    font-size: 12px;
    line-height: 19px;
  }
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
.close-btn .iconfont {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #0A8276;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}
.close-btn .iconfont:hover {
  background: #08665c;
}
.modal {
  background: rgba(0, 0, 0, 0.8);
}
#video-modal {
  z-index: 9999;
}
#video-modal .modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-modal .modal-body {
  padding: 0px 15px 15px 15px;
  max-height: 700px;
  overflow-y: scroll;
}
#video-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#video-modal .video-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #C8C0C2;
}
#video-modal .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
#video-modal .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  line-height: 60px;
  transform: translate(-50%, -50%);
  margin: 0px;
  fill: rgba(255, 255, 255, 0.1);
  stroke-width: 1.5px;
  stroke: #FFF;
  box-shadow: -4px -4px 15px 0 rgba(255, 255, 255, 0.6) inset, 4px 4px 15px 0 rgba(255, 255, 255, 0.6) inset;
}
#video-modal .modal-video-brief {
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 22px;
  border-top: 1px solid #0A8276;
  padding-top: 8px;
  color: #333333;
}
@media (max-width: 767px) {
  #video-modal .video-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 10px;
  }
  #video-modal .close-btn {
    top: 10px;
  }
  #video-modal .close-btn .iconfont {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  #video-modal .video-js .vjs-big-play-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  #video-modal .modal-video-brief {
    font-size: 13px;
    line-height: 19px;
  }
}
.record-con {
  padding: 15px 20px 20px 20px;
  width: 420px;
}
.record-con .record-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #C8C0C2;
  padding-bottom: 10px;
}
.record-con .record-item {
  padding: 12px 0px;
}
.record-con .record-item .prize-name {
  font-size: 17px;
  color: #0A8276;
  font-weight: bold;
  margin-bottom: 10px;
}
.record-con .record-item .prize-date {
  font-size: 14px;
  color: #999;
}
@media (max-width: 767px) {
  .record-con {
    width: 320px;
  }
}
.update-message {
  margin: 15px auto 0;
  justify-content: center;
}
.page-question-bg {
  width: 100%;
  background: #08665C;
  padding: 40px 0px;
}
.page-question-bg .user-row {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 10px auto 0;
  justify-content: flex-start;
}
@media (max-width: 1450px) {
  .page-question-bg .user-row {
    width: 92%;
  }
}
.page-question-bg .user-row .user-con {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border: none;
  color: #ffffff;
  padding: 0px 8px;
}
.page-question-bg .user-row .user-con span,
.page-question-bg .user-row .user-con a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-question-bg {
    padding: 20px 0px;
  }
}
.question-title {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 1450px) {
  .question-title {
    width: 92%;
  }
}
.question-title .title-text {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.question-title .title-text .answer-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 5px;
}
.question-title .title-text .text {
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
  font-weight: bold;
}
.question-title .title-btn a {
  height: 36px;
  padding: 0px 10px;
  background: #ffffff;
  color: #0A8276;
  display: flex;
  /* 补充：图标文字并排缺少flex */
  align-items: center;
  gap: 3px;
}
.question-title .title-btn a:hover {
  background: #eeeded;
}
.question-title .title-btn .text {
  font-size: 15px;
  font-weight: bold;
}
.question-title .title-btn .iconfont {
  font-size: 22px;
}
@media (max-width: 991px) {
  .question-title .title-text {
    gap: 8px;
  }
  .question-title .title-text .answer-icon {
    width: 28px;
    height: 28px;
  }
  .question-title .title-text .text {
    font-size: 26px;
    line-height: 34px;
  }
  .question-title .title-btn a {
    height: 32px;
    padding: 0 10px;
  }
  .question-title .title-btn .text {
    font-size: 14px;
  }
  .question-title .title-btn .iconfont {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .question-title {
    gap: 8px;
    padding-bottom: 10px;
  }
  .question-title .title-text {
    width: 100%;
    gap: 4px;
  }
  .question-title .title-text .answer-icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  .question-title .title-text .text {
    font-size: 18px;
    line-height: 27px;
  }
  .question-title .title-btn a {
    height: auto;
    min-height: 24px;
    padding: 2px 5px;
  }
  .question-title .title-btn .text {
    font-size: 13px;
  }
  .question-title .title-btn .iconfont {
    font-size: 16px;
  }
}
.page-question {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 15px auto 0;
  background: #ffffff;
  padding: 30px 0px 40px 0px;
}
@media (max-width: 1450px) {
  .page-question {
    width: 92%;
  }
}
.page-question .layui-form {
  display: block;
  width: 1100px;
  margin: 0 auto;
}
.page-question .layui-form-item {
  width: 100%;
  display: none;
}
.page-question .question-btn {
  display: none;
  align-items: center;
  padding: 0px 30px;
  height: 40px;
  justify-content: center;
  background: #AB377A;
  transition: all 0.3s;
  color: #fff;
  gap: 5px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: bold;
  position: relative;
  top: 0px;
  margin: 0 auto;
}
.page-question .question-btn:hover {
  background: #892C62;
  opacity: 1;
  top: -3px;
}
.page-question .active-question {
  display: block;
}
.page-question .layui-input-block {
  margin-left: 0px;
  width: 100%;
  color: #0A8276;
}
.page-question .layui-form-label {
  width: 100%;
  float: none;
  text-align: left;
  min-height: 120px;
  display: flex;
  background: linear-gradient(90deg, rgba(10, 130, 118, 0.05) 50%, rgba(10, 130, 118, 0.2) 100%);
  border: #0A8276 1.5px solid;
  padding: 10px 30px 10px 70px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  animation: scalingSmall 1s infinite ease-in-out;
}
@keyframes scalingSmall {
  0% {
    transform: scale(0.999);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.999);
  }
}
.page-question .layui-form-label .label-con {
  display: flex;
  align-items: stretch;
}
.page-question .layui-form-label .type {
  display: inline-block;
  height: 26px;
  padding: 0px 7px;
  line-height: 26px;
  background: #0A8276;
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 3px;
}
.page-question .layui-form-label .text {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}
.page-question .layui-form-label:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 90px;
  background-image: url("../images/question-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-question .layui-form-label .progress-text {
  right: 10px;
  top: -2px;
  position: absolute;
  height: 26px;
  padding: 0px 10px;
  background: #0A8276;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 13px;
}
.page-question .layui-form-label .progress-text .current {
  font-size: 15px;
  color: #fff;
}
.page-question .layui-form-checkbox[lay-skin=none],
.page-question .layui-form-radio[lay-skin=none] {
  display: block;
  width: 100%;
  background: transparent;
  border: transparent;
}
.page-question .layui-form-checkbox[lay-skin=none] > div,
.page-question .layui-form-radio[lay-skin=none] > div {
  font-size: 17px;
  color: #333333;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 15px 40px 15px 20px;
  border: 1.5px solid #d9d9d9;
  margin-bottom: 11px;
  border-radius: 5px;
}
.page-question .layui-form-checkbox[lay-skin=none]:hover > div,
.page-question .layui-form-radio[lay-skin=none]:hover > div {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.page-question .layui-form-radioed .lay-error,
.page-question .layui-form-checked .lay-error {
  border: 1.5px solid #F86B74 !important;
  position: relative;
}
.page-question .layui-form-radioed .lay-error:before,
.page-question .layui-form-checked .lay-error:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6fc';
  font-size: 24px;
  color: #F86B74;
}
.page-question .layui-form-radioed .lay-right,
.page-question .layui-form-checked .lay-right {
  border: 1.5px solid #00B6AC !important;
  position: relative;
}
.page-question .layui-form-radioed .lay-right:before,
.page-question .layui-form-checked .lay-right:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6fb';
  font-size: 24px;
  color: #00B6AC;
}
.page-question .answer-text {
  margin: 25px auto 0;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
}
.page-question .answer-text span {
  font-size: 16px;
  color: #333333;
  margin-right: 50px;
}
.page-question .answer-text span:last-child {
  margin: 0px;
}
.page-question .answer-text span .right-text {
  color: #00B6AC;
}
.page-question .answer-text span .error-text {
  color: #F86B74;
}
.page-question .answer-btn-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-question .answer-btn-bg .answer-btn {
  margin: 25px auto 0;
  position: relative;
  transition: all 0.5s;
  top: 0px;
}
.page-question .answer-btn-bg .answer-btn:hover {
  top: -3px;
}
.page-question .answer-btn-bg .answer-btn:hover a {
  background: #892C62;
}
.page-question .answer-btn-bg .answer-btn a {
  padding: 0px 65px;
  background: #AB377A;
  height: 40px;
}
.page-question .answer-btn-bg .answer-btn .the-text {
  font-size: 17px;
  font-weight: bold;
}
.page-question .answer-btn-bg .answer-btn .iconfont {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .page-question .layui-form {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-question {
    padding: 15px 0px 15px 0px;
  }
  .page-question .layui-form-label {
    padding: 20px 10px 15px 10px;
    min-height: auto;
    white-space: normal !important;
    border: #B3D3FD 1px solid;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: unset !important;
  }
  .page-question .layui-form-label .type {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 5px;
  }
  .page-question .layui-form-label .text {
    font-size: 16px;
    line-height: 22px;
  }
  .page-question .layui-form-label:before {
    background: none;
  }
  .page-question .layui-form-label .progress-text {
    right: 10px;
    top: -5px;
    height: 20px;
    font-size: 11px;
    padding: 0px 5px;
  }
  .page-question .layui-form-label .progress-text .current {
    font-size: 13px;
  }
  .page-question .layui-form-checkbox[lay-skin=none] > div,
  .page-question .layui-form-radio[lay-skin=none] > div {
    font-size: 14px;
    min-height: auto;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    margin-bottom: 8px;
    border-width: 1px;
  }
  .page-question .layui-form-checkbox[lay-skin=none]:hover > div,
  .page-question .layui-form-radio[lay-skin=none]:hover > div {
    box-shadow: none;
  }
  .page-question .layui-form-radioed .lay-error,
  .page-question .layui-form-checked .lay-error {
    border: 1px solid #F86B74 !important;
  }
  .page-question .layui-form-radioed .lay-error:before,
  .page-question .layui-form-checked .lay-error:before {
    font-size: 16px;
    right: 8px;
  }
  .page-question .layui-form-radioed .lay-right,
  .page-question .layui-form-checked .lay-right {
    border: 1px solid #00B6AC !important;
  }
  .page-question .layui-form-radioed .lay-right:before,
  .page-question .layui-form-checked .lay-right:before {
    font-size: 16px;
    right: 8px;
  }
  .page-question .answer-text {
    margin-top: 12px;
    padding: 10px;
    border-radius: 5px;
  }
  .page-question .answer-text span {
    margin-right: 12px;
    font-size: 13px;
  }
  .page-question .question-btn {
    height: 36px;
    font-size: 15px;
    padding: 0px 20px;
  }
  .page-question .answer-btn-bg .answer-btn {
    margin: 10px auto 0;
  }
  .page-question .answer-btn-bg .answer-btn a {
    height: 36px;
    padding: 0px 40px;
  }
  .page-question .answer-btn-bg .answer-btn .the-text {
    font-size: 15px;
  }
}
._success {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  margin: 15px auto 0;
  background: #ffffff;
  padding: 20px 25px 25px 25px;
}
@media (max-width: 1450px) {
  ._success {
    width: 92%;
  }
}
@media (max-width: 991px) {
  ._success {
    padding: 10px;
  }
}
.success-text {
  background: #F7F7F7;
  border: 1px solid #d9d9d9;
  min-height: 60px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.success-text .score-text {
  display: flex;
  align-items: center;
}
.success-text .score-text .text-1 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.success-text .score-text .text-2 {
  font-size: 40px;
  font-weight: bold;
  color: #0A8276;
}
.success-text .medal-text {
  display: none;
  align-items: center;
  gap: 8px;
}
.success-text .medal-text .text-1 {
  font-size: 14px;
  color: #333333;
}
.success-text .medal-text .medal-icon {
  display: block;
  width: 34px;
  height: 34px;
}
@media (max-width: 991px) {
  .success-text {
    gap: 20px;
  }
  .success-text .score-text .text-1 {
    font-size: 15px;
  }
  .success-text .score-text .text-2 {
    font-size: 34px;
  }
  .success-text .medal-text .text-1 {
    font-size: 13px;
  }
  .success-text .medal-text .medal-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .success-text {
    flex-wrap: wrap;
    min-height: auto;
    padding: 5px 10px;
    gap: 12px;
  }
  .success-text .score-text .text-1 {
    font-size: 14px;
  }
  .success-text .score-text .text-2 {
    font-size: 30px;
  }
  .success-text .medal-text .text-1 {
    font-size: 12px;
  }
  .success-text .medal-text .medal-icon {
    width: 26px;
    height: 26px;
  }
}
.lottery-con-bg {
  display: flex;
  gap: 35px;
  margin: 30px auto 0;
  justify-content: center;
}
@media (max-width: 1200px) {
  .lottery-con-bg {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .lottery-con-bg {
    flex-direction: column;
    margin: 12px auto 0;
  }
}
.lottery-con {
  width: 48%;
  max-width: 800px;
  flex: 1;
}
@media (max-width: 991px) {
  .lottery-con {
    width: 100%;
  }
}
.lottery-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lottery-title .lottery-icon {
  display: block;
  width: 36px;
  height: 36px;
}
.lottery-title .text {
  font-size: 28px;
  font-weight: bold;
  color: #AB377A;
}
@media (max-width: 991px) {
  .lottery-title {
    gap: 8px;
  }
  .lottery-title .lottery-icon {
    width: 32px;
    height: 32px;
  }
  .lottery-title .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lottery-title {
    gap: 6px;
  }
  .lottery-title .lottery-icon {
    width: 28px;
    height: 28px;
  }
  .lottery-title .text {
    font-size: 20px;
  }
}
.failure-text {
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.failure-text .text-1 {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
.failure-text .page-btn a {
  padding: 0px 8px;
}
.failure-text .page-btn .text {
  font-weight: bold;
}
@media (max-width: 991px) {
  .failure-text {
    gap: 12px;
  }
  .failure-text .text-1 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .failure-text {
    margin: 11px auto 0;
    row-gap: 8px;
    column-gap: 5px;
  }
  .failure-text .text-1 {
    font-size: 12px;
  }
  .failure-text .page-btn a {
    padding: 0 3px;
    gap: 3px;
  }
}
.lottery-wrap {
  width: 100%;
  background: linear-gradient(180deg, #e9e6e7, #bfbbbb 100%);
  border-radius: 15px;
  padding: 10px;
  overflow: hidden;
  margin: 18px auto 0;
}
.lottery-grid {
  background: #AB377A;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  overflow: hidden;
  /* 更强的动画 */
  /* 抽奖格子响应 */
}
.lottery-grid .lottery-item {
  background: linear-gradient(0deg, #ffffff 50%, #e7e4e5 100%);
  border: 1px solid #ffffff;
  border-radius: 8px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex-direction: column;
  gap: 9px;
  /* 普通格子悬浮：更明显上浮 + 图片放大 */
  /* 选中状态：超强脉动 */
}
.lottery-grid .lottery-item img {
  max-width: 80px;
  display: block;
  transition: transform 0.3s ease;
}
.lottery-grid .lottery-item .text {
  width: 100%;
  font-size: 12.5px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 0px 5px;
}
.lottery-grid .lottery-item:hover:not(.lottery-btn) {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.lottery-grid .lottery-item:hover:not(.lottery-btn) img {
  transform: scale(1.02);
}
.lottery-grid .lottery-item.lottery-btn {
  background: linear-gradient(133deg, #0A8276, #08665c 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  position: relative;
  gap: 8px;
  /* 超强流光（更快更亮） */
  /* 超强点击波纹 */
  /* 悬浮放大更明显 + 超强发光 */
}
.lottery-grid .lottery-item.lottery-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 1.6s linear infinite;
  z-index: 1;
  pointer-events: none;
}
.lottery-grid .lottery-item.lottery-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.lottery-grid .lottery-item.lottery-btn:active::before {
  width: 300%;
  height: 300%;
  opacity: 1;
}
.lottery-grid .lottery-item.lottery-btn:hover {
  transform: scale(1.02);
}
.lottery-grid .lottery-item.lottery-btn:active {
  transform: scale(0.92);
  box-shadow: 0 0 10px 4px rgba(255, 163, 30, 0.6);
}
.lottery-grid .lottery-item.lottery-btn .btn-text {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
  /* 文字呼吸更强 */
  animation: textBlink 1.1s ease-in-out infinite alternate;
  position: relative;
  z-index: 3;
}
.lottery-grid .lottery-item.lottery-btn .btn-count {
  font-size: 15px;
  position: relative;
  z-index: 3;
}
.lottery-grid .lottery-item.active {
  border: 5px solid #0A8276;
  animation: itemPulse 1.1s ease-in-out infinite;
}
@keyframes textBlink {
  from {
    opacity: 0.7;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes itemPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 12px 3px #ffffff;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 1200px) {
  .lottery-grid .lottery-item {
    height: 110px;
  }
  .lottery-grid .lottery-item img {
    max-width: 66px;
  }
  .lottery-grid .lottery-item .text {
    font-size: 11.5px;
    line-height: 16px;
  }
  .lottery-grid .lottery-item.lottery-btn {
    border-width: 2px;
    gap: 6px;
  }
  .lottery-grid .lottery-item.lottery-btn .btn-text {
    font-size: 20px;
    line-height: 24px;
  }
  .lottery-grid .lottery-item.lottery-btn .btn-count {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .lottery-grid {
    gap: 6px;
  }
  .lottery-grid .lottery-item {
    height: 92px;
  }
  .lottery-grid .lottery-item.lottery-btn {
    border-width: 1.5px;
  }
  .lottery-grid .lottery-item img {
    max-width: 40px;
  }
  .lottery-grid .lottery-item .text {
    font-size: 11px;
    line-height: 15px;
    min-height: 30px;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .lottery-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lottery-wrap {
    padding: 5px;
  }
  .lottery-grid {
    padding: 5px;
  }
}
.analysis {
  flex: 1;
}
.analysis .analysis-title-b {
  display: flex;
  align-items: center;
  padding: 0px 0px 10px 12px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.analysis .analysis-title-b:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 4px;
  height: 20px;
  background: #0A8276;
}
.analysis .analysis-title-b .text {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.analysis .layui-collapse {
  border: none;
  margin: 10px auto 0;
}
.analysis .layui-colla-item {
  border: 1px solid #E5E5E5;
  margin-bottom: 8px;
  padding: 0px 12px;
}
.analysis .layui-colla-title {
  height: auto;
  padding: 4px 26px 4px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  min-height: 38px;
  display: flex;
  align-items: center;
  background: transparent;
}
.analysis .layui-colla-title .iconfont {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 5px;
}
.analysis .layui-colla-title .text {
  flex: 1;
}
.analysis .layui-colla-title .correct-icon {
  background: #0A8276;
}
.analysis .layui-colla-title .wrong-icon {
  background: #AB377A;
}
.analysis .layui-colla-icon {
  left: auto;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  color: #C8C0C2;
  font-size: 16px;
}
.analysis .layui-colla-content {
  padding: 10px 0px;
}
.analysis .layui-colla-content .analysis-answer li {
  padding: 5px 0px;
  font-size: 14px;
  color: #333333;
}
.analysis .layui-colla-content .analysis-answer .correct-answer {
  color: #0A8276;
}
.analysis .layui-colla-content .analysis-answer .wrong-answer {
  color: #AB377A;
}
.analysis .layui-colla-content .analysis-answer-text {
  display: flex;
  align-items: stretch;
  padding: 10px;
  background: #F7F7F7;
  margin: 2px auto 0;
  gap: 10px;
}
.analysis .layui-colla-content .analysis-answer-text .brief-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 5px;
}
.analysis .layui-colla-content .analysis-answer-text .the-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}
.analysis .layui-colla-content .tips-answer {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px 15px;
  background: #F7F7F7;
  border-radius: 2px;
}
.analysis .layui-colla-content .tips-answer li {
  width: 33.33%;
  text-align: center;
  color: #333333;
}
.analysis .layui-colla-content .tips-answer li:first-child {
  text-align: left;
}
.analysis .layui-colla-content .tips-answer li:last-child {
  text-align: right;
}
.analysis .layui-colla-content .tips-answer li .correct-text {
  color: #0A8276;
  font-weight: bold;
}
.analysis .layui-colla-content .tips-answer li .wrong-text {
  color: #AB377A;
  font-weight: bold;
}
.analysis .custom-active {
  border: 1px solid #C8C0C2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.analysis .custom-active .layui-show {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .analysis {
    margin: 0px;
    width: 100%;
    max-width: unset;
  }
  .analysis .analysis-title-b {
    padding: 0px 0px 8px 10px;
  }
  .analysis .analysis-title-b:before {
    height: 16px;
  }
  .analysis .analysis-title-b .text {
    font-size: 15px;
  }
  .analysis .layui-colla-item {
    padding: 2px 8px;
    margin-bottom: 5px;
  }
  .analysis .layui-colla-icon {
    width: 22px;
    font-size: 13px;
  }
  .analysis .layui-colla-title {
    padding: 2px 26px 2px 0px;
    min-height: 30px;
    font-size: 13px;
    line-height: 19px;
  }
  .analysis .layui-colla-title .iconfont {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .analysis .layui-colla-content .analysis-answer li {
    font-size: 12px;
    padding: 3px 0px;
  }
  .analysis .layui-colla-content .analysis-answer-text {
    padding: 5px;
    gap: 5px;
  }
  .analysis .layui-colla-content .analysis-answer-text .brief-icon {
    width: 20px;
    height: 20px;
  }
  .analysis .layui-colla-content .analysis-answer-text .the-text {
    font-size: 12px;
    line-height: 18px;
  }
  .analysis .layui-colla-content .tips-answer {
    border-radius: 2px;
    padding: 4px 8px;
  }
  .analysis .layui-colla-content .tips-answer li {
    font-size: 12px;
  }
}
.page-questions,
.page-success {
  display: none;
}
.layui-level {
  width: 550px !important;
}
@media (max-width: 767px) {
  .layui-level {
    width: 90% !important;
  }
}
.level-modal {
  padding: 20px;
}
.level-modal .text-1 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.level-modal .text-1 strong {
  color: #0A8276;
}
.level-modal .the-btn-row {
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.level-modal .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
}
.level-modal .link-btn a {
  min-height: 24px;
  padding: 3px 0px;
  color: #0A8276;
  border-bottom: 1px solid #0A8276;
}
.level-modal .link-btn a:hover {
  color: #08665c;
  border-color: #08665c;
}
.level-modal .link-btn a .text {
  font-size: 14px;
  font-weight: bold;
}
.level-modal .link-btn a .iconfont {
  font-size: 16px;
}
@media (max-width: 767px) {
  .level-modal {
    padding: 18px;
  }
  .level-modal .text-1 {
    font-size: 17px;
    line-height: 24px;
  }
  .level-modal .the-btn-row {
    gap: 5px;
  }
  .level-modal .the-btn-row .page-btn a {
    padding: 0px 14px;
  }
  .level-modal .link-btn a .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.gift-modal {
  width: 410px;
  height: auto;
  padding: 20px;
}
.gift-modal .the-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gift-modal .win-gift-text {
  color: #AB377A;
  display: block;
}
.gift-modal .the-pic img {
  display: block;
  margin: 15px auto;
  width: 100px;
}
.gift-modal .eb-btn {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gift-modal .eb-btn a {
  margin: 0px;
  height: 30px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
}
.gift-modal .eb-btn .exchange-btn {
  border: 1px solid #0A8276;
  color: #0A8276;
}
.gift-modal .eb-btn .exchange-btn:hover {
  background: #0A8276;
  color: #ffffff;
}
.gift-modal .article-btn a {
  border: none;
}
.gift-modal .article-btn a:hover {
  border: none;
}
@media (max-width: 767px) {
  .gift-modal {
    width: 310px;
  }
  .gift-modal .the-title {
    font-size: 16px;
  }
}
.update-message {
  margin-top: 10px;
  text-align: center;
}
.update-message a {
  height: 34px;
  border: 1px solid #BFBBBB;
  background: #fff;
  color: #333333;
  margin: 0 auto;
  font-size: 13px;
  padding: 0px 8px;
}
.update-message a:hover {
  background: #BFBBBB;
  color: #fff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .update-message a {
    height: 28px;
  }
}
.record-con {
  padding: 15px 20px 20px 20px;
  width: 420px;
}
.record-con .record-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #C8C0C2;
  padding-bottom: 10px;
}
.record-con .record-item {
  padding: 12px 0px;
}
.record-con .record-item .prize-name {
  font-size: 17px;
  color: #0A8276;
  font-weight: bold;
  margin-bottom: 10px;
}
.record-con .record-item .prize-date {
  font-size: 14px;
  color: #999;
}
@media (max-width: 767px) {
  .record-con {
    width: 320px;
  }
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.failure-title,
.success-title,
.failure-title-video,
._explanation {
  display: none;
}
/*# sourceMappingURL=public.css.map */