:root {
  --transition: all linear 0.2s;
  --transparent: rgba(0, 0, 0, 0);
  --pcborder: 12px solid #420C36;
  --mborder: 12rem solid #420C36;
}
.footer {
  border: none;
}
[sicon] {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
}
.svg-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  fill: currentColor;
  overflow: hidden;
}
.svg-icon.is-origin {
  fill: none;
  stroke: none;
}
.yfl-com-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yfl-com-check span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 3px solid #420C36;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.yfl-com-check span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #420C36;
  opacity: 0;
  transition: var(--transition);
}
.yfl-com-check [type*="radio"] + span {
  border-radius: 50%;
}
.yfl-com-check input:checked + span {
  border-color: #420C36;
}
.yfl-com-check input:checked + span::after {
  opacity: 1;
}
/*移动pc*/
@media screen and (min-width: 769px) {
  .is-mobmod {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 750);
  }
  .is-pcmod {
    display: none !important;
  }
}
body {
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
}
.quectel-main {
  padding-top: 30px;
  width: 100%;
}
.que-header {
  height: 64px;
  padding: 0 calc((100% - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ef3e38;
  position: sticky;
  top: 30px;
  z-index: 90;
}
.que-header-logo {
  background: url(../image/logo.png) no-repeat center;
  background-size: cover;
  width: 192px;
  height: 24px;
  font-size: 0;
  color: var(--transparent);
}
.que-header-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.que-header-nav-item {
  height: 100%;
  width: auto;
  position: relative;
  margin-left: 62px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.que-header-nav-item::after {
  content: "";
  width: calc(100% + 6px);
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: var(--transition);
}
.que-header-nav-item.is-active::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .que-header-nav-item:hover {
    transform: scale(1.1);
  }
}
.que-banner {
  background-color: #765ea8;
  height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--pcborder);
  margin-bottom: -12px;
}
.que-banner-title {
  color: var(--transparent);
  font-size: 0;
  position: absolute;
}
.que-banner-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  background: url(../image/banner_pc.png) no-repeat center;
  background-size: cover;
}
/**/
.que-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.que-mod + .que-mod {
  margin-top: 176px;
}
.que-mod .que-sec1 {
  box-sizing: border-box;
  width: 1200px;
  border: var(--pcborder);
  background-color: #fff;
  padding-top: 84px;
  position: relative;
  z-index: 2;
}
.que-mod .que-sec2 {
  box-sizing: border-box;
  width: 1200px;
  border: var(--pcborder);
  background-color: #fff;
  padding-top: 84px;
  margin-top: 176px;
  position: relative;
  z-index: 2;
}
.que-mod .que-tit {
  position: relative;
  color: #410a34;
  text-align: center;
  line-height: 1;
  font-size: 36px;
}
.que-mod .que-tit span {
  color: #ef3e38;
  margin-right: 4px;
}
.que-mod .que-con {
  margin-top: 66px;
  box-sizing: border-box;
}
.que-mod .que-des-tit {
  font-size: 26px;
  line-height: 1;
  color: #ef3e38;
}
.que-mod .que-des-tit + .que-des-text,
.que-mod .que-des-tit + .que-des-list {
  margin-top: 24px;
}
.que-mod .que-des-list .que-des-text {
  box-sizing: border-box;
  padding-left: 26px;
  position: relative;
}
.que-mod .que-des-list .que-des-text::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc((36px - 8px) / 2);
  background-color: #410a34;
}
.que-mod .que-des-item + .que-des-item {
  margin-top: 74px;
}
.que-mod .que-des-text {
  font-size: 20px;
  color: #410a34;
  line-height: 36px;
}
.que-mod .que-des-text .level {
  display: flex;
}
.que-mod .que-des-text .level b {
  font-weight: 400;
}
.que-mod .que-des-text .level span {
  flex: 1;
}
.que-mod .que-fun-tab-bd-con {
  box-sizing: border-box;
  padding: 64px 76px 54px;
  width: 100%;
}
/*tab切换*/
.que-fun-tab {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.que-fun-tab-hd {
  display: flex;
  align-items: center;
  margin-left: -12px;
}
.que-fun-tab-hd span {
  margin-left: 12px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #410a34;
  cursor: pointer;
}
.que-fun-tab-hd span.is-active {
  background-color: #ef3e38;
}
.que-fun-tab-hd span.is-active::after {
  content: "";
  width: 14px;
  height: 10px;
  background-color: #ef3e38;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.que-fun-tab-bd {
  margin-top: 40px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  align-items: flex-start;
}
.que-fun-tab-bd-con {
  width: 100%;
  flex: 0 0 auto;
  transition: var(--transition);
  display: none;
  opacity: 0;
}
.que-fun-tab-bd-con.is-active {
  opacity: 1;
  display: block;
}
/*展开收起*/
.que-fun-ex-con {
  overflow: hidden;
  transition: var(--transition);
}
.que-fun-ex-btn {
  border: none;
  background-color: var(--transparent);
  outline: none;
  margin-top: 34px;
  position: relative;
  font-size: 20px;
  height: 20px;
  line-height: 1;
  color: #ed000c;
}
.que-fun-ex-btn::after {
  content: attr(adro);
  color: #765ea8;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 20px;
  transition: var(--transition);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .que-fun-ex-btn:hover::after {
    width: 100%;
  }
}
/*自适应列表盒子  搭配内容卡片*/
.que-fun-atuobox {
  display: flex;
}
.que-fun-atuobox-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  transition: var(--transition);
}
/*内容卡片*/
.que-link-card {
  width: 100%;
  box-sizing: border-box;
  border: 7px solid #420C36;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: var(--transition);
}
@media screen and (min-width: 769px) {
  .que-link-card:hover {
    transform: translate(-1px, -1px);
    box-shadow: 0 0 8px 4px rgba(66, 12, 54, 0.2);
  }
  .que-link-card:hover .que-link-card-name span {
    color: #ed000c;
  }
}
.que-link-card-img {
  height: 156px;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.que-link-card-name {
  height: 67px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
}
.que-link-card-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 20px;
  color: #410a34;
  width: 100%;
}
/*问答列表*/
.que-qa-name {
  position: relative;
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 26px;
  line-height: 44px;
  color: #420C36;
  margin-bottom: 20px;
}
.que-qa-name span {
  color: #DB1512;
  margin-left: 1em;
  font-weight: bold;
}
.que-qa-name::before {
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: 8px;
  position: absolute;
  background-color: #420C36;
  transform: translate(0, -50%);
}
.que-qa-list {
  display: flex;
  flex-direction: column;
  margin-top: -50px;
}
.que-qa-item {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.que-qa-item-ask {
  height: 74px;
  min-width: 675px;
  position: relative;
  border: 2px solid #ff3e3e;
  box-sizing: border-box;
  padding-left: 100px;
  margin-left: 14px;
  display: inline-flex;
  color: #410a34;
  font-size: 20px;
  align-items: center;
}
.que-qa-item-ask::before {
  content: "";
  height: 74px;
  width: 74px;
  position: absolute;
  left: -14px;
  top: -2px;
  background: url(../image/ask.png) no-repeat center;
  background-size: contain;
}
.que-qa-item-answer {
  padding: 26px 60px 32px 18px;
  box-sizing: border-box;
  border: 2px solid #420C36;
  display: inline-flex;
  flex-direction: column;
  margin-right: 58px;
  margin-top: 34px;
  font-size: 20px;
  line-height: 36px;
  color: #410a34;
  flex: 1 1 auto;
  align-self: flex-end;
  position: relative;
  width: calc(100% - 132px);
}
.que-qa-item-answer::before {
  content: "";
  height: 74px;
  width: 74px;
  position: absolute;
  right: -61px;
  top: -2px;
  background: url(../image/answer.png) no-repeat center;
  background-size: contain;
}
.que-qa-item-answer img {
  width: 562px;
  height: auto;
  margin-top: 32px;
}
/*答题赢积分*/
.que-answer-tips {
  box-sizing: border-box;
  padding: 14px;
  font-size: 26px;
  color: #420C36;
  background-color: #fff;
}
.que-answer-tips::before {
  content: "Tips:";
  display: block;
  color: #ef3e38;
}
.que-question-list {
  margin-top: 26px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  counter-reset: question;
}
.que-question-item {
  width: 100%;
}
.que-question-item-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #410a34;
  font-weight: bold;
}
.que-question-item-text > span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
  margin-right: 12px;
  text-indent: 0.5em;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  position: relative;
  background-image: url(../image/order.png);
}
.que-question-item-text > span::after {
  counter-increment: question;
  content: counter(question) ".";
  position: absolute;
  top: 0.5em;
  left: 0;
}
.que-question-item-ans {
  box-sizing: border-box;
  padding-left: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.que-question-item-ans label {
  flex: 1 1 auto;
  text-align: left;
  display: inline-flex;
  align-content: center;
  font-size: 18px;
  color: #420C36;
}
.que-question-item-ans label.is-success {
  color: #EF3E38;
}
.que-question-item-ans label.is-success .yfl-com-check span {
  border-color: #EF3E38;
}
.que-question-item-ans label.is-success .yfl-com-check span::after {
  background-color: #EF3E38;
}
.que-question-item-ans .yfl-com-check {
  margin-right: 12px;
}
.que-question-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.que-question-btns .que-question-submit {
  width: 180px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EF3E38;
  cursor: pointer;
}
.que-question-btns .que-question-submit.disabled {
  background-color: #C6C1C1;
  cursor: no-drop;
  pointer-events: none;
}
/*抽奖样式*/
.page-lottery-mod.que-sec2 {
  padding-top: 55px;
  background-color: #F5F5F5;
  margin-top: -12px;
}
.page-lottery-mod .que-tit {
  font-size: 34px;
  color: #EF3E38;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/lottey/titadron.png) no-repeat center;
  height: 128px;
  background-size: auto 100%;
}
.page-lottery-mod .que-con {
  margin-top: 16px;
}
.page-lottery-mod .que-lottery-tips {
  box-sizing: border-box;
  background-color: #FFF;
  padding: 25px 14px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
}
.page-lottery-mod .que-lottery-tips span {
  font-weight: bold;
  color: #EF3E38;
}
.page-lottery-mod .que-lottery-con {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.page-lottery-mod .draw-list {
  margin-right: 58px;
  display: grid;
  grid-template-columns: repeat(3, 180px);
  grid-template-rows: repeat(3, 150px);
  gap: 14px;
}
.page-lottery-mod .draw-list-item {
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #EBEBEB;
  transition: var(--transition);
}
.page-lottery-mod .draw-list-item.is-active {
  background-color: #F59895;
}
.page-lottery-mod .rollBg {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.page-lottery-mod .rollBg p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #420C36;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
}
.page-lottery-mod .vlm-wrap {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-lottery-mod .draw-list-click {
  background-color: #EF3E38;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-color: #F2918D;
  cursor: pointer;
  transition: var(--transition);
}
.page-lottery-mod .draw-list-click h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.page-lottery-mod .draw-list-click span {
  margin-top: 21px;
  font-size: 18px;
}
.page-lottery-mod .draw-list-click .vlm {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-lottery-mod .draw-list-click:hover {
  background-color: #DB1512;
}
.page-lottery-mod .nowChance {
  margin-right: 0.2em;
}
.page-lottery-mod .draw-winlist-box {
  display: flex;
  flex-direction: column;
  height: 302px;
}
.page-lottery-mod .draw-winlist-title {
  width: 100%;
  height: 71px;
  background-color: #EF3E38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-lottery-mod #jq_marquee_box {
  background-color: #FFF;
  padding: 0 33px;
  flex: 1 1 auto;
  overflow: hidden;
}
.page-lottery-mod .draw-winlist-ul {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.page-lottery-mod .draw-winlist-ul .null {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.page-lottery-mod .draw-winlist-ul li {
  font-size: 18px;
  color: #410a34;
  line-height: 2;
}
.page-lottery-mod .draw-winlist-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-lottery-mod .draw-winlist-item .lt {
  width: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #005DA9;
  text-align: center;
}
.page-lottery-mod .draw-winlist-item .ct {
  flex: 0 0 auto;
  margin: 0 40px;
}
.page-lottery-mod .draw-winlist-item .gt {
  color: #005DA9;
  flex: 1 0 auto;
  min-width: 110px;
  overflow: hidden;
  flex: 0 0 auto;
  text-align: center;
}
.page-lottery-mod .draw-winlist-tips {
  line-height: 30px;
  color: #410a34;
  font-size: 16px;
  margin-top: 34px;
}
.page-lottery-mod .que-lottery-rule {
  border-radius: 10px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 32px;
}
.page-lottery-mod .que-lottery-rule-text {
  line-height: 30px;
  color: #410a34;
  font-size: 16px;
}
.page-lottery-mod .que-lottery-rule-qrcard {
  width: 165px;
  height: 165px;
  background: no-repeat center;
  background-size: contain;
}
/* about */
.page-about-mod .que-about-logo {
  height: 24px;
  background: url(../image/logo_2.png) no-repeat center;
  background-size: contain;
  width: 192px;
}
.page-about-mod .que-about-desc {
  margin-top: 35px;
  font-size: 20px;
  line-height: 34px;
  color: #410a34;
}
.page-about-mod .que-about-commit {
  margin-top: 15px;
}
.page-about-mod .que-about-commit-text {
  position: relative;
}
.page-about-mod .que-about-commit-text textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px 40px;
  border: 1px solid #D3D3D3;
  background-color: #F5F5F5;
  color: #410a34;
  font-size: 20px;
  line-height: 34px;
  outline: none;
}
.page-about-mod .que-about-commit-nums {
  position: absolute;
  right: 30px;
  bottom: 15px;
  color: #B1B1B1;
  font-size: 20px;
  line-height: 1;
}
.page-about-mod .que-about-commit-nums i {
  font-style: normal;
}
.page-about-mod .que-about-commit-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  color: #ED000C;
  font-size: 20px;
  line-height: 1;
}
.page-about-mod .que-about-commit-other a {
  color: #ED000C;
  font-size: 20px;
  line-height: 1;
}
.page-about-mod .que-about-commit-other button {
  border: none;
  outline: none;
  border-radius: 0;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  background-color: #EF3E38;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
}
.page-about-mod .que-about-commit-other button.disabled {
  background-color: #C6C1C1;
  cursor: no-drop;
  pointer-events: none;
}
/*特化样式*/
.que-moda .que-sec1 .que-con {
  padding: 0 88px 84px;
}
.que-moda .que-sec1 .que-tit {
  position: relative;
}
.que-moda .que-sec1 .que-tit::before {
  content: '';
  width: 91px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url(../image/adron/1.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.que-modb .que-sec1 .que-tit {
  position: relative;
}
.que-modb .que-sec1 .que-tit::before {
  content: '';
  width: 109px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url(../image/adron/2.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.que-modc .que-sec1 h3.que-tit {
  position: relative;
}
.que-modc .que-sec1 h3.que-tit::before {
  content: '';
  width: 109px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url(../image/adron/3.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.que-modc h4.que-tit {
  font-size: 34px;
  line-height: 1;
}
.que-modc h3 + h4 {
  margin-top: 65px;
}
.que-modc .que-con {
  padding: 0 76px 54px;
}
.page-client-mod .que-link-card-name {
  height: 128px;
}
.page-client-mod .que-link-card-name span {
  -webkit-line-clamp: 3;
}
.page-qa-mod .que-fun-atuobox-con {
  display: flex;
  flex-direction: column;
}
.page-answer-mod.que-sec2 {
  background-color: #f5f5f5;
}
/*adron*/
[class*='adron'] {
  box-sizing: border-box;
  z-index: -1;
}
.que-moda .adron-a {
  width: 50vw;
  height: calc(630px + 140px);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: calc(50% + 600px);
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.que-moda .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-15deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.que-moda .adron-b {
  width: 408px;
  height: 176px;
  top: calc(582px);
  left: 50%;
  transform: translate(-600px, 0);
  position: absolute;
  box-sizing: border-box;
  background-color: #EF3E38;
  border-left: var(--pcborder);
  border-right: var(--pcborder);
  z-index: 1;
}
.que-moda .adron-c {
  width: 50vw;
  height: calc(582px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: calc(50% + 600px);
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.que-moda .adron-c::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.que-moda .adron-d {
  width: 100%;
  height: 494px;
  overflow: hidden;
  position: absolute;
  top: calc(582px);
  left: calc(50% - 380px);
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.que-moda .adron-d::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-15deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.que-moda .adron-e {
  width: 272px;
  height: 272px;
  background: url(../image/adron/5G.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 600px);
  top: calc(582px + 420px);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.que-moda .adron-f {
  width: 50vw;
  overflow: hidden;
  position: absolute;
  top: calc(582px + 494px);
  bottom: 0;
  right: calc(50% + 600px);
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
  border-top: var(--pcborder);
}
.que-moda .adron-f::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.que-modb .adron-a {
  width: 100vw;
  height: 494px;
  top: -176px;
  right: 50%;
  transform: translate(216px, 0);
  position: absolute;
  box-sizing: border-box;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
  border-right: var(--pcborder);
  z-index: 1;
}
.que-modb .adron-b {
  width: 100vw;
  height: 506px;
  top: -188px;
  left: 50%;
  transform: translate(216px, 0);
  position: absolute;
  box-sizing: border-box;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
  border-top: var(--pcborder);
  z-index: 1;
}
.que-modb .adron-c {
  width: 100vw;
  height: auto;
  top: 318px;
  bottom: -188px;
  right: 50%;
  transform: translate(-216px, 0);
  position: absolute;
  box-sizing: border-box;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
  z-index: 1;
  overflow: hidden;
}
.que-modb .adron-c::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/lp1.png);
}
.que-modb .adron-d {
  width: 100vw;
  height: auto;
  top: 318px;
  bottom: -188px;
  left: 50%;
  transform: translate(-216px, 0);
  position: absolute;
  box-sizing: border-box;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
  border-left: var(--pcborder);
  z-index: 1;
  overflow: hidden;
}
.que-modb .adron-d::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.que-modc .que-sec2 {
  margin-top: -12px;
}
.que-modc .que-sec2:last-child {
  margin: 90px auto;
}
.page-baike-mod {
  overflow: visible;
}
.page-baike-mod .adron-a {
  width: 100vw;
  top: 0;
  bottom: -12px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.page-baike-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-15deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.page-baike-mod .adron-b {
  width: 100vw;
  top: 0;
  bottom: -12px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FFF;
  border-bottom: var(--pcborder);
}
.page-baike-mod .adron-c {
  width: 272px;
  height: 272px;
  background: url(../image/adron/baike.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% + 600px);
  bottom: 374px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.page-product-mod {
  overflow: visible;
}
.page-product-mod .adron-a {
  width: 100vw;
  top: 0;
  bottom: -12px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.page-product-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-product-mod .adron-b {
  width: 100vw;
  top: 0;
  bottom: -12px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-product-mod .adron-b::before{
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-30deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.page-lives-mod {
  overflow: visible;
}
.page-lives-mod .adron-a {
  width: 100vw;
  top: 0;
  bottom: 567px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-lives-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-lives-mod .adron-b {
  width: 100vw;
  top: 0;
  bottom: 110px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.page-lives-mod .adron-b::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/lp2.png);
}
.page-lives-mod .adron-c {
  width: 100vw;
  top: 0;
  bottom: -492px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.page-lives-mod .adron-c::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-30deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.page-lives-mod .adron-d {
  width: 100vw;
  top: calc(100% - 110px);
  bottom: -492px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-lives-mod .adron-d::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-client-mod .adron-a {
  width: 100vw;
  top: 480px;
  bottom: -244px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.page-client-mod .adron-b {
  width: 100vw;
  top: 480px;
  bottom: -244px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.page-qa-mod {
  overflow: visible;
}
.page-qa-mod .adron-a {
  width: 100vw;
  top: 232px;
  height: 567px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-qa-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-qa-mod .adron-b {
  width: 100vw;
  top: 232px;
  height: 787px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.page-qa-mod .adron-c {
  width: 100vw;
  height: calc(100% - 787px);
  bottom: -12px;
  position: absolute;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.page-qa-mod .adron-c::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/lp1.png);
}
.page-qa-mod .adron-d {
  width: 100vw;
  height: calc(100% - 1007px);
  bottom: -12px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-answer-mod {
  overflow: visible;
}
.page-answer-mod .adron-a {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: -12px;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #EF3E38;
  border-bottom: var(--pcborder);
}
.page-answer-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-15deg);
  left: 50%;
  top: 50%;
  background: url(../image/adron/line.svg);
}
.page-answer-mod .adron-b {
  width: 100vw;
  top: 0;
  bottom: -12px;
  position: absolute;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FFF;
  border-bottom: var(--pcborder);
}
.page-lottery-mod .adron-a {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 240px;
  right: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-bottom: var(--pcborder);
}
.page-lottery-mod .adron-a::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-lottery-mod .adron-b {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: -12px;
  left: calc(50% + 600px);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
  border-bottom: var(--pcborder);
}
.page-lottery-mod .adron-b::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-about-mod.que-sec2 {
  z-index: 1;
}
.page-about-mod.que-sec2 .adron-a {
  width: 100vw;
  top: -354px;
  bottom: -102px;
  position: absolute;
  right: 50%;
  transform: translate(-216px, 0);
  overflow: hidden;
  z-index: -1;
  background-color: #FAA12D;
}
.page-about-mod.que-sec2 .adron-b {
  width: 100vw;
  position: absolute;
  top: -102px;
  bottom: -102px;
  left: 50%;
  transform: translate(-216px, 0);
  overflow: hidden;
  z-index: -1;
  background-color: #765EA8;
  border-left: var(--pcborder);
}
.page-about-mod.que-sec2 .adron-b::before {
  content: '';
  width: 200%;
  height: 200%;
  min-height: 100vw;
  min-width: 100vw;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: url(../image/adron/area.svg);
}
.page-about-mod.que-sec2 .adron-c {
  position: absolute;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  background-color: #FFF;
  border: var(--pcborder);
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100vw;
    max-width: 100vw;
    width: 100%;
  }
  .quectel-main {
    padding-top: 0;
    width: 100%;
    overflow-x: hidden;
  }
  .que-header {
    height: 88rem;
    padding: 0 30rem;
    top: 0;
  }
  .que-header-logo {
    flex: 0 0 auto;
    background-size: cover;
    width: 192rem;
    height: 24rem;
  }
  .que-header-nav-item {
    margin-left: 62rem;
    font-size: 30rem;
  }
  .que-header-nav-item::after {
    width: calc(100% - 12rem);
    height: 6rem;
  }
  .que-banner {
    height: 363rem;
    margin-bottom: -12rem;
  }
  .que-banner-bg {
    max-width: 100%;
    background: url(../image/banner_mob.png) no-repeat center;
    background-size: 100% 100%;
  }
  /**/
  .que-mod {
    padding: 0 30rem;
    box-sizing: border-box;
    width: 100%;
  }
  .que-mod + .que-mod {
    margin-top: 68rem;
  }
  .que-mod .que-sec1 {
    width: 100%;
    border: var(--mborder);
    padding-top: 78rem;
  }
  .que-mod .que-sec2 {
    width: 100%;
    border: var(--mborder);
    padding-top: 78rem;
    margin-top: 68rem;
  }
  .que-mod .que-tit {
    text-align: center;
    font-size: 36rem;
  }
  .que-mod .que-tit span {
    margin-right: 4rem;
  }
  .que-mod .que-con {
    margin-top: 48rem;
  }
  .que-mod .que-des-tit {
    font-size: 28rem;
    line-height: 1;
  }
  .que-mod .que-des-tit + .que-des-text,
  .que-mod .que-des-tit + .que-des-list {
    margin-top: 28rem;
  }
  .que-mod .que-des-list .que-des-text {
    padding-left: 26rem;
    font-size: 24rem;
    line-height: 36rem;
  }
  .que-mod .que-des-list .que-des-text::before {
    width: 8rem;
    height: 8rem;
    top: calc((36rem - 8rem) / 2);
    background-color: #410a34;
  }
  .que-mod .que-des-item + .que-des-item {
    margin-top: 32rem;
  }
  .que-mod .que-des-text {
    font-size: 24rem;
    line-height: 36rem;
  }
  .que-mod .que-fun-tab-bd-con {
    box-sizing: border-box;
    padding: 40rem 22rem 60rem;
    width: 100%;
  }
  /*tab切换*/
  .que-fun-tab-hd {
    margin-left: -6rem;
    margin-top: -12rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .que-fun-tab-hd span {
    margin-left: 6rem;
    margin-top: 12rem;
    height: 80rem;
    padding: 0 8rem;
    font-size: 26rem;
    box-sizing: content-box;
    white-space: nowrap;
    width: calc((100%/4) - 6rem * 4);
  }
  .que-fun-tab-desc  span{
    width: 200rem;
  }
  .que-fun-tab-hd span.is-active::after {
    content: "";
    width: 14rem;
    height: 10rem;
  }
  .que-fun-tab-bd {
    margin-top: 28rem;
  }
  /*展开收起*/
  .que-fun-ex-btn {
    margin-top: 26rem;
    font-size: 24rem;
    height: 24rem;
  }
  .que-fun-ex-btn::after {
    height: 24rem;
  }
  .que-fun-ex-btn:active::after {
    width: 100%;
  }
  /*自适应列表盒子  搭配内容卡片*/
  .que-fun-atuobox {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .que-fun-atuobox-con {
    grid-template-columns: repeat(4, 514rem);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 20rem 10rem;
  }
  .que-fun-atuobox-sec2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .que-fun-atuobox-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    margin-top: 26rem;
  }
  .que-fun-atuobox-progress span {
    width: 32rem;
    height: 10rem;
    background-color: #EFF0F2;
    transition: var(--transition);
  }
  .que-fun-atuobox-progress span.is-active {
    background-color: #EF3E38;
  }
  .que-fun-atuobox-option {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
  }
  .que-fun-atuobox-option span {
    width: 64rem;
    height: 64rem;
    border-radius: 50%;
    background-color: #FFF;
    transition: var(--transition);
    position: relative;
    border: 3rem solid #ed000c;
    box-sizing: border-box;
  }
  .que-fun-atuobox-option span::after {
    content: '';
    width: 24rem;
    height: 24rem;
    position: absolute;
    top: 50%;
    left: 7px;
    border: 3rem solid #ed000c;
    box-sizing: border-box;
    border-left: none;
    border-bottom: none;
    transform-origin: top right;
    transform: rotate(45deg);
    transition: var(--transition);
  }
  .que-fun-atuobox-option span:active {
    background-color: #ed000c;
  }
  .que-fun-atuobox-option span:active::after {
    border-color: #FFF;
  }
  .que-fun-atuobox-option span.que-fun-atuobox-option-up {
    transform: rotate(180deg);
  }
  /*内容卡片*/
  .que-link-card {
    height: 320rem;
    /* width: 515rem; */
    border: 7rem solid #420C36;
  }
  .que-link-card:active {
    box-shadow: 0 0 16rem 8rem rgba(66, 12, 54, 0.2);
  }
  .que-link-card:active .que-link-card-name span {
    color: #ed000c;
  }
  .que-link-card-img {
    height: 250rem;
  }
  .que-link-card-name {
    height: 64rem;
    padding: 0 18rem;
  }
  .que-link-card-name span {
    line-height: 1;
    font-size: 24rem;
  }
  /*问答列表*/
  .que-qa-name {
    padding-left: 38rem;
    font-size: 26rem;
    line-height: 44rem;
    margin-bottom: 30rem;
  }
  .que-qa-name::before {
    width: 8rem;
    height: 8rem;
    left: 8rem;
  }
  .que-qa-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 100% 100% 100%;
    grid-template-rows: auto auto;
    margin-top: 0;
    gap: 60rem 20rem;
    transition: var(--transition);
  }
  .que-qa-item {
    margin-top: 0;
  }
  .que-qa-item-ask {
    height: 74rem;
    min-width: 0;
    width: calc(100% - 14rem - 36rem);
    border: 2rem solid #ff3e3e;
    padding-left: 100rem;
    margin-left: 14rem;
    font-size: 20rem;
  }
  .que-qa-item-ask::before {
    height: 74rem;
    width: 74rem;
    left: -14rem;
    top: -2rem;
  }
  .que-qa-item-answer {
    padding: 15rem 24rem 15rem 24rem;
    border: 2rem solid #420C36;
    margin-right: 58rem;
    margin-top: 34rem;
    font-size: 20rem;
    line-height: 36rem;
    width: calc(100% - 58rem - 36rem);
  }
  .que-qa-item-answer::before {
    height: 74rem;
    width: 74rem;
    right: -61rem;
    top: -2rem;
  }
  .que-qa-item-answer img {
    width: 100%;
    height: auto;
    margin-top: 32rem;
  }
  /*答题赢积分*/
  .que-answer-tips {
    padding: 18rem 12rem;
    font-size: 26rem;
  }
  .que-answer-tips::before {
    display: inline;
  }
  .que-question-list {
    margin-top: 20rem;
    padding: 32rem 12rem;
    gap: 40rem;
  }
  .que-question-item {
    width: 100%;
  }
  .que-question-item-text {
    font-size: 22rem;
    line-height: 32rem;
    word-break: break-all;
  }
  .que-question-item-text > span {
    width: 50rem;
    height: 50rem;
    margin-right: 16rem;
    flex-shrink: 0;
  }
  .que-question-item-ans {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
  }
  .que-question-item-ans label {
    font-size: 20rem;
    margin-top: 30rem;
    width: 50%;
  }
  .que-question-item-ans .yfl-com-check {
    margin-right: 12rem;
  }
  .que-question-btns {
    margin-top: 60rem;
  }
  .que-question-btns .que-question-submit {
    width: 180rem;
    height: 60rem;
    font-size: 24rem;
  }
  /*抽奖样式*/
  .page-lottery-mod.que-sec2 {
    padding-top: 80rem;
    margin-top: -12rem;
  }
  .page-lottery-mod .que-tit {
    font-size: 34rem;
    height: 128rem;
  }
  .page-lottery-mod .que-con {
    margin-top: 50rem;
  }
  .page-lottery-mod .que-lottery-tips {
    padding: 18rem;
    font-size: 18rem;
    line-height: 30rem;
    border-radius: 10rem;
  }
  .page-lottery-mod .que-lottery-con {
    margin-top: 46rem;
    flex-wrap: wrap;
  }
  .page-lottery-mod .draw-list {
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(3, 200rem);
    grid-template-rows: repeat(3, 168rem);
    gap: 16rem;
  }
  .page-lottery-mod .draw-list-item {
    border-radius: 8rem;
    border: 2rem solid #EBEBEB;
  }
  .page-lottery-mod .rollBg {
    padding-bottom: 12rem;
  }
  .page-lottery-mod .rollBg p {
    width: 100%;
    font-size: 20rem;
  }
  .page-lottery-mod .vlm-wrap {
    box-sizing: border-box;
    padding: 0 20rem;
  }
  .page-lottery-mod .vlm-wrap img {
    max-width: 80%;
  }
  .page-lottery-mod .draw-list-click h4 {
    font-size: 32rem;
  }
  .page-lottery-mod .draw-list-click span {
    margin-top: 24rem;
    font-size: 20rem;
  }
  .page-lottery-mod .draw-list-click:active {
    background-color: #DB1512;
  }
  .page-lottery-mod .draw-winlist {
    margin-top: 46rem;
  }
  .page-lottery-mod .draw-winlist-box {
    height: 400rem;
  }
  .page-lottery-mod .draw-winlist-title {
    height: 80rem;
    font-size: 30rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
  }
  .page-lottery-mod #jq_marquee_box {
    background-color: #FFF;
    padding: 0 33px;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .page-lottery-mod .draw-winlist-ul {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .page-lottery-mod .draw-winlist-ul li {
    font-size: 24rem;
  }
  .page-lottery-mod .draw-winlist-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page-lottery-mod .draw-winlist-item .lt {
    white-space: nowrap;
  }
  .page-lottery-mod .draw-winlist-item .ct {
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
  }
  .page-lottery-mod .draw-winlist-item .gt {
    width: 1px;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-lottery-mod .draw-winlist-tips {
    line-height: 36rem;
    font-size: 20rem;
    margin-top: 32rem;
  }
  .page-lottery-mod .que-lottery-rule {
    border-radius: 10rem;
    justify-content: center;
    flex-direction: column;
    padding: 36rem 15rem;
    margin-top: 40rem;
  }
  .page-lottery-mod .que-lottery-rule-text {
    line-height: 30rem;
    font-size: 20rem;
  }
  .page-lottery-mod .que-lottery-rule-qrcard {
    margin-top: 48rem;
    width: 232rem;
    height: 232rem;
  }
  /* about */
  .page-about-mod .que-about-logo {
    height: 24rem;
    width: 192rem;
  }
  .page-about-mod .que-about-desc {
    margin-top: 36rem;
    font-size: 20rem;
    line-height: 34rem;
  }
  .page-about-mod .que-about-commit {
    margin-top: 30rem;
  }
  .page-about-mod .que-about-commit-text {
    position: relative;
  }
  .page-about-mod .que-about-commit-text textarea {
    box-sizing: border-box;
    padding: 20rem 30rem 40rem;
    border: 1px solid #D3D3D3;
    background-color: #F5F5F5;
    font-size: 20rem;
    line-height: 34rem;
    height: 220rem;
  }
  .page-about-mod .que-about-commit-nums {
    position: absolute;
    right: 20rem;
    bottom: 10rem;
    font-size: 20rem;
  }
  .page-about-mod .que-about-commit-nums i {
    font-style: normal;
  }
  .page-about-mod .que-about-commit-other {
    margin-top: 24rem;
    font-size: 20rem;
  }
  .page-about-mod .que-about-commit-other a {
    font-size: 20rem;
  }
  .page-about-mod .que-about-commit-other button {
    height: 60rem;
    padding: 0 20rem;
    font-size: 24rem;
  }
  /*特化样式*/
  .que-moda .que-sec1 .que-con {
    padding: 0 20rem 80rem;
  }
  .que-moda .que-sec1 .que-tit {
    position: relative;
  }
  .que-moda .que-sec1 .que-tit::before {
    width: 91rem;
    height: 64rem;
  }
  .que-modb .que-sec1 .que-tit {
    position: relative;
  }
  .que-modb .que-sec1 .que-tit::before {
    content: '';
    width: 109rem;
    height: 64rem;
  }
  .que-modc {
    overflow: hidden;
  }
  .que-modc .que-sec1 h3.que-tit {
    position: relative;
  }
  .que-modc .que-sec1 h3.que-tit::before {
    width: 109rem;
    height: 64rem;
  }
  .que-modc h4.que-tit {
    font-size: 34rem;
  }
  .que-modc h3 + h4 {
    margin-top: 68rem;
  }
  .que-modc .que-con {
    padding: 0 12rem 60rem;
  }
  .que-modc .que-fun-ex-btn {
    display: none;
  }
  .page-client-mod .que-link-card-name {
    height: 64rem;
  }
  .page-client-mod .que-link-card-name span {
    -webkit-line-clamp: 3;
  }
  .page-qa-mod .que-fun-atuobox-con {
    display: flex;
    flex-direction: column;
  }
  .page-answer-mod.que-sec2 {
    background-color: #f5f5f5;
  }
  /*adron*/
  [class*='adron'] {
    box-sizing: border-box;
    z-index: -1;
  }
  .que-moda .adron-a {
    width: 50vw;
    height: 770rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: calc(100vw - 30rem);
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .que-moda .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-15deg);
    left: 50%;
    top: 50%;
    background: url(../image/adron/line.svg);
  }
  .que-moda .adron-b {
    width: 408rem;
    height: 74rem;
    top: 770rem;
    left: 30rem;
    transform: none;
    position: absolute;
    box-sizing: border-box;
    background-color: #EF3E38;
    border-left: var(--mborder);
    border-right: var(--mborder);
    z-index: 1;
  }
  .que-moda .adron-c {
    width: 50vw;
    height: 770rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: calc(100vw - 30rem);
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .que-moda .adron-c::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .que-moda .adron-d {
    width: 100%;
    height: 638rem;
    overflow: hidden;
    position: absolute;
    top: 770rem;
    left: 50vw;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .que-moda .adron-d::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-15deg);
    left: 50%;
    top: 50%;
    background: url(../image/adron/line.svg);
  }
  .que-moda .adron-e {
    width: 128rem;
    height: 128rem;
    background: url(../image/adron/5G.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 38rem;
    top: calc(770rem + 150rem);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .que-moda .adron-f {
    width: 50vw;
    overflow: hidden;
    position: absolute;
    top: calc(770rem + 150rem);
    bottom: 0;
    right: calc(100vw - 30rem);
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
    border-top: var(--mborder);
  }
  .que-moda .adron-f::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .que-modb .adron-a {
    width: 100vw;
    height: 463rem;
    top: -67rem;
    right: 50%;
    transform: translate(216rem, 0);
    position: absolute;
    box-sizing: border-box;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
    border-right: var(--mborder);
    z-index: 1;
  }
  .que-modb .adron-b {
    width: 100vw;
    height: 475rem;
    top: -79rem;
    left: 50%;
    transform: translate(216rem, 0);
    position: absolute;
    box-sizing: border-box;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
    border-top: var(--mborder);
    z-index: 1;
  }
  .que-modb .adron-c {
    width: 100vw;
    height: auto;
    top: 397rem;
    bottom: -188rem;
    right: 50%;
    transform: translate(-216rem, 0);
    position: absolute;
    box-sizing: border-box;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
    z-index: 1;
    overflow: hidden;
  }
  .que-modb .adron-c::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/lp1.png);
  }
  .que-modb .adron-d {
    width: 100vw;
    height: auto;
    top: 397rem;
    bottom: -188rem;
    left: 50%;
    transform: translate(-216rem, 0);
    position: absolute;
    box-sizing: border-box;
    background-color: #765EA8;
    border-bottom: var(--mborder);
    border-left: var(--mborder);
    z-index: 1;
    overflow: hidden;
  }
  .que-modb .adron-d::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .que-modc .que-sec2 {
    margin-top: -12rem;
  }
  .que-modc .que-sec2:last-child {
    margin: 90rem auto;
  }
  .page-baike-mod {
    overflow: visible;
  }
  .page-baike-mod .adron-a {
    width: 100vw;
    top: 108rem;
    bottom: -12rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .page-baike-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-15deg);
    left: 50%;
    top: 50%;
    background: url(../image/adron/line.svg);
  }
  .page-baike-mod .adron-b {
    width: 100vw;
    top: 108rem;
    bottom: -12rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FFF;
    border-bottom: var(--mborder);
  }
  .page-baike-mod .adron-c {
    width: 136rem;
    height: 136rem;
    background: url(../image/adron/baike.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 465rem;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .page-product-mod {
    overflow: visible;
  }
/*   .page-product-mod .que-fun-atuobox-con {
    grid-template-columns: repeat(4, 514rem);
    grid-template-rows: repeat(2, 1fr);
  } */
  .page-product-mod .adron-a {
    width: 100vw;
    top: 0;
    bottom: -12rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-product-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-product-mod .adron-b {
    width: 100vw;
    top: 0;
    bottom: -12rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-lives-mod {
    overflow: visible;
  }
  .page-lives-mod .adron-a {
    width: 100vw;
    top: 0;
    bottom: 567rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .page-lives-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-lives-mod .adron-b {
    width: 100vw;
    top: 0;
    bottom: 110rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .page-lives-mod .adron-b::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/lp2.png);
  }
  .page-lives-mod .adron-c {
    width: 100vw;
    top: calc(100% - 567rem);
    bottom: -492rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-lives-mod .adron-c::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-30deg);
    left: 50%;
    top: 50%;
    background: url(../image/adron/line.svg);
  }
  .page-lives-mod .adron-d {
    width: 100vw;
    top: calc(100% - 110rem);
    bottom: -492rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .page-lives-mod .adron-d::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-client-mod .adron-a {
    width: 100vw;
    top: 480rem;
    bottom: -244rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .page-client-mod .adron-b {
    width: 100vw;
    top: 480rem;
    bottom: -244rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-qa-mod {
    overflow: visible;
  }
  .page-qa-mod .adron-a {
    width: 100vw;
    top: 232rem;
    height: 567rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .page-qa-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-qa-mod .adron-b {
    width: 100vw;
    top: 232rem;
    height: 787rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .page-qa-mod .adron-c {
    width: 100vw;
    height: calc(100% - 787rem);
    bottom: -12rem;
    position: absolute;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-qa-mod .adron-c::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/lp1.png);
  }
  .page-qa-mod .adron-d {
    width: 100vw;
    height: calc(100% - 1007rem);
    bottom: -12rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .page-answer-mod {
    overflow: visible;
  }
  .page-answer-mod .adron-a {
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: -12rem;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #EF3E38;
    border-bottom: var(--mborder);
  }
  .page-answer-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-15deg);
    left: 50%;
    top: 50%;
    background: url(../image/adron/line.svg);
  }
  .page-answer-mod .adron-b {
    width: 100vw;
    top: 0;
    bottom: -12rem;
    position: absolute;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FFF;
    border-bottom: var(--mborder);
  }
  .page-lottery-mod .adron-a {
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 240rem;
    right: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-bottom: var(--mborder);
  }
  .page-lottery-mod .adron-a::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-lottery-mod .adron-b {
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: -12rem;
    left: calc(100% + 12rem);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
    border-bottom: var(--mborder);
  }
  .page-lottery-mod .adron-b::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-about-mod.que-sec2 {
    z-index: 1;
  }
  .page-about-mod.que-sec2 .adron-a {
    width: 100vw;
    top: -354rem;
    bottom: -102rem;
    position: absolute;
    right: 50%;
    transform: translate(-216rem, 0);
    overflow: hidden;
    z-index: -1;
    background-color: #FAA12D;
  }
  .page-about-mod.que-sec2 .adron-b {
    width: 100vw;
    position: absolute;
    top: -102rem;
    bottom: -102rem;
    left: 50%;
    transform: translate(-216rem, 0);
    overflow: hidden;
    z-index: -1;
    background-color: #765EA8;
    border-left: var(--mborder);
  }
  .page-about-mod.que-sec2 .adron-b::before {
    content: '';
    width: 200%;
    height: 200%;
    min-height: 100vw;
    min-width: 100vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../image/adron/area.svg);
  }
  .page-about-mod.que-sec2 .adron-c {
    position: absolute;
    left: -12rem;
    right: -12rem;
    top: -12rem;
    bottom: -12rem;
    background-color: #FFF;
    border: var(--mborder);
  }
}
.quectel-side {
  width: 126px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
.quectel-side-integral {
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 0 1px #420C36, 0 1px 1px #420C36, -1px 0 1px #420C36, 0 -1px 1px #420C36;
  -webkit-text-stroke: 1px #420C36;
  text-align: center;
}
.quectel-side-integral .nums {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: text-bottom;
}
.quectel-side-adron {
  height: 245px;
  background: url(../image/righ_sidebg.png) no-repeat center;
  background-size: contain;
  box-sizing: border-box;
  padding: 0 11px 0 12px;
  border-top: 1px solid var(--transparent);
  margin-top: 10px;
}
.quectel-side-progess {
  height: 138px;
  overflow: hidden;
  margin-top: 22px;
  box-sizing: border-box;
  position: relative;
}
.quectel-side-progess span {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
  background-color: #21D8DE;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.quectel-side-rule {
  font-size: 18px;
  line-height: 24px;
  color: #EF3E38;
  width: 100%;
  margin-top: 44px;
  box-sizing: border-box;
  padding-left: 2px;
}
.quectel-side-btn {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #FFF;
  line-height: 36px;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .quectel-side {
    width: 125rem;
  }
  .quectel-side-integral {
    font-size: 26rem;
    text-shadow: 1rem 0 1rem #420C36, 0 1rem 1rem #420C36, -1rem 0 1rem #420C36, 0 -1rem 1rem #420C36;
    -webkit-text-stroke: 1rem #420C36;
  }
  .quectel-side-integral .nums {
    font-size: 30rem;
  }
  .quectel-side-adron {
    height: 265rem;
    background: url(../image/righ_sidebg_m.png) no-repeat center;
    background-size: contain;
    padding: 0 12rem 0 12rem;
    border-top: 2rem solid var(--transparent);
    margin-top: 10rem;
  }
  .quectel-side-progess {
    height: 142rem;
    margin-top: 24rem;
  }
  .quectel-side-progess span {
    border-radius: 10rem;
  }
  .quectel-side-rule {
    font-size: 20rem;
    line-height: 30rem;
    margin-top: 36rem;
    padding-left: 2rem;
  }
  .quectel-side-btn {
    font-size: 24rem;
    line-height: 66rem;
    margin-top: 32rem;
  }
}
/**/
.yfl-form-label {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  line-height: 40px;
}
.yfl-form-label input,
.yfl-form-label select {
  margin-left: 10px;
  appearance: none;
}
.yfl-form-label select {
  background: url(../image/svg/arrow_down.svg) no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 10px) calc(50%);
}
@media screen and (max-width: 768px) {
  .yfl-form-label {
    width: 100%;
    line-height: 80rem;
  }
  .yfl-form-label input,
  .yfl-form-label select {
    margin-left: 8rem;
    appearance: none;
  }
  .yfl-form-label select {
    background-size: 28rem 28rem;
    background-position: calc(100% - 10rem) calc(50%);
  }
}
.que-dialog input,
.que-dialog select {
  width: 350px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 0 0.5em;
  font-size: 16px;
}
.que-dialog input:focus,
.que-dialog select:focus {
  outline: 1px solid var(--transparent);
}
.que-dialog button {
  border-radius: 4px;
  outline: none;
  border: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 160px;
  box-sizing: border-box;
  color: #FFF;
  background-color: #EF3E38;
  transition: var(--transition);
}
.que-dialog button:hover,
.que-dialog button:active {
  background-color: #B92E2C;
}
.que-dialog button:disabled {
  cursor: no-drop;
  background-color: #e4e4e4 !important;
}
.que-dialog button:disabled:hover {
  background-color: #e4e4e4 !important;
}
.que-dialog.layui-layer {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .que-dialog *::-webkit-scrollbar {
    width: 6px;
  }
  .que-dialog *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .que-dialog *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }
  .que-dialog *::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
  }
}
.que-dialog .layui-layer-setwin .layui-layer-close2 {
  display: none;
}
.que-dialog .que-dialog-hd,
.que-dialog .que-dialog-bd,
.que-dialog .que-dialog-ft {
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.que-dialog .que-dialog-bd {
  height: 1px;
  flex: 1 1 auto;
  overflow: auto;
}
.que-dialog .layui-layer-content {
  display: flex;
  flex-direction: column;
}
.que-dialog [sicon*="close"] {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  overflow: visible;
  transition: var(--transition);
}
.que-dialog [sicon*="close"]::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
@media screen and (min-width: 769px) {
  .que-dialog [sicon*="close"]:hover {
    color: #DB1512;
  }
}
@media screen and (max-width: 768px) {
  .que-dialog.layui-layer {
    border-radius: 8px;
    overflow: hidden;
  }
  .que-dialog [sicon*="close"] {
    color: #333;
    cursor: pointer;
    font-size: 32rem;
    right: 32rem;
    top: 32rem;
  }
  .que-dialog [sicon*="close"]::before {
    width: 38rem;
    height: 38rem;
    background: url(../image/svg/close.svg);
    background-size: revert;
    background-repeat: no-repeat;
  }
  .que-dialog [sicon*="close"]:active {
    color: var(--DB1512);
  }
}
.que-info-dialog [sicon*="close"] {
  color: #fff;
}
.que-info-dialog [sicon*="close"]:hover {
  color: #666;
}
.que-info-dialog .que-dialog-hd {
  background-color: #EF3E38;
  box-sizing: border-box;
  padding: 0 40px;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
}
.que-info-dialog .que-dialog-bd {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
.que-info-dialog .yfl-form-remind {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.que-info-dialog .yfl-form-label {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  line-height: 40px;
  margin-top: 20px;
}
.que-info-dialog .yfl-form-label input,
.que-info-dialog .yfl-form-label select {
  margin-left: 10px;
  appearance: none;
}
.que-info-dialog .yfl-form-label select {
  background: url(../image/svg/arrow_down.svg) no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 10px) calc(50%);
}
.que-info-dialog .flex_space_between {
  display: flex;
  width: 350px;
  margin: 0 0 20px 10px;
}
.que-info-dialog .flex_space_between select {
  flex: 1 1 auto;
  margin: 0;
}
.que-info-dialog .yfl-info-dialog-submit {
  width: 350px;
  margin: 30px 0 0;
  display: block;
  flex: 0 0 auto;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .que-info-dialog .que-dialog-hd {
    padding: 0 80rem;
    line-height: 100rem;
    font-size: 36rem;
  }
  .que-info-dialog #submit_form {
    width: 100%;
  }
  .que-info-dialog .que-dialog-bd {
    padding: 0 40rem;
  }
  .que-info-dialog .yfl-form-remind {
    font-size: 28rem;
    line-height: 40rem;
    margin: 40rem 0;
  }
  .que-info-dialog .yfl-form-label {
    line-height: 80rem;
    margin-top: 40rem;
    white-space: nowrap;
  }
  .que-info-dialog .yfl-form-label input,
  .que-info-dialog .yfl-form-label select {
    width: 100%;
    flex: 1 1 auto;
    height: 80rem;
    margin-left: 10px;
  }
  .que-info-dialog .yfl-form-label select {
    background-size: 28rem 28rem;
  }
  .que-info-dialog #address_select {
    width: 100%;
    flex: 1 1 auto;
    margin-left: 20rem;
  }
  .que-info-dialog #address_select input {
    margin-left: 0;
  }
  .que-info-dialog .flex_space_between {
    width: 100%;
    flex: 1 1 auto;
    margin: 0 0 40rem 0;
  }
  .que-info-dialog .flex_space_between select {
    flex: 1 1 auto;
    margin: 0;
  }
  .que-info-dialog .yfl-info-dialog-submit {
    width: 50%;
    margin: 60rem 0 0;
    display: block;
    flex: 0 0 auto;
    align-self: center;
  }
}
.yfl-confirm-dialog .que-dialog-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yfl-confirm-dialog .que-dialog-bd.success {
  background: linear-gradient(182deg, #FDEDD6, #FFFFFF);
}
.yfl-confirm-dialog .que-dialog-bd.fail {
  background: linear-gradient(182deg, #E3DFED, #FFFFFF);
}
.yfl-confirm-dialog h6 {
  color: #333;
  line-height: 26px;
  font-size: 18px;
  margin: 12px 0 0;
}
.yfl-confirm-dialog h3 {
  color: #EF3E38;
  line-height: 32px;
  font-size: 24px;
  margin: 4px 0 0;
}
.yfl-confirm-dialog .img-box {
  height: 110px;
  width: auto;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yfl-confirm-dialog .img-box img {
  max-height: 100%;
  width: auto;
}
.yfl-confirm-dialog p {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.yfl-confirm-dialog .yfl-dialog-ft {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .yfl-confirm-dialog h6 {
    line-height: 32rem;
    font-size: 30rem;
    margin: 20rem 0 0;
  }
  .yfl-confirm-dialog h3 {
    color: #333;
    line-height: 32rem;
    font-size: 48rem;
    margin: 16rem 0 0;
  }
  .yfl-confirm-dialog .img-box {
    height: 166rem;
    width: auto;
  }
  .yfl-confirm-dialog p {
    margin: 16rem 0 0;
    font-size: 28rem;
    line-height: 40rem;
  }
  .yfl-confirm-dialog .yfl-dialog-ft {
    padding: 24rem 0;
  }
  .yfl-confirm-dialog .yfl-dialog-ft button {
    min-width: 120rem;
  }
}
@media screen and (min-width: 769px) {
  .page-qa-mod .que-con {
    height: 780px;
    overflow: auto;
  }
  .page-qa-mod .que-con::-webkit-scrollbar {
    width: 6px;
  }
  .page-qa-mod .que-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  .page-qa-mod .que-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }
  .page-qa-mod .que-con::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
  }
}
.que-link-card.is_allow .que-link-card-img {
  position: relative;
}
.que-link-card.is_allow .que-link-card-img::before {
  content: '';
  width: 51px;
  height: 51px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/play.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .que-link-card.is_allow .que-link-card-img::before {
    width: 84rem;
    height: 84rem;
  }
}
