:root {
  --coa: #ac397c;
  --coah: #812161;
  --cob: #FFE054;
  --cobh: #5ea290;
  --coc: #644f54;
  --cod: #e30034;
  --coe: #005da9;
  --cgr: #ffe054;
  --cgrd: #ffe054;
  --cgrf: #FFE054;
  --c33: #333;
  --c66: #666;
  --c99: #999;
  --ccc: #ccc;
  --ce4: #e4e4e4;
  --cf5: #f5f5f5;
  --cff: #fff;
  --c70: #707070;
  --ctr: rgba(0, 0, 0, 0);
  --tr: all linear 0.2s;
}
[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;
}
[icon] {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-size: contain;
}
[icon][icon*="s"] {
  width: 24px;
  height: 24px;
}
[icon][icon*="d"] {
  width: 40px;
  height: 40px;
}
[icon][icon*="ms"] {
  width: 16px;
  height: 16px;
}
[icon][icon*="l"] {
  width: 48px;
  height: 48px;
}
[icon][icon*="xl"] {
  width: 80px;
  height: 80px;
}
/*icon- img*/
.icon-audio_s {
  background-image: url(../images/imgicon/audio_s.png);
}
.icon-bluetooth {
  background-image: url(../images/imgicon/bluetooth.png);
}
.icon-bluetooth_s {
  background-image: url(../images/imgicon/bluetooth_s.png);
}
.icon-bulb {
  background-image: url(../images/imgicon/bulb.png);
}
.icon-bulb_s {
  background-image: url(../images/imgicon/bulb_s.png);
}
.icon-radar {
  background-image: url(../images/imgicon/radar.png);
}
.icon-radar_s {
  background-image: url(../images/imgicon/radar_s.png);
}
.icon-signal_s {
  background-image: url(../images/imgicon/signal_s.png);
}
.icon-wifi_m {
  background-image: url(../images/imgicon/wifi_m.png);
}
.icon-wifi_s {
  background-image: url(../images/imgicon/wifi_s.png);
}
.icon-down_ms {
  background-image: url(../images/imgicon/down_ms.png);
}
.icon-success {
  background-image: url(../images/imgicon/success.png);
}
.icon-error {
  background-image: url(../images/imgicon/error.png);
}
.icon-prize {
  background-image: url(../images/imgicon/prize.png);
}
.icon-smile {
  background-image: url(../images/imgicon/smile.png);
}
/*icon- img*/
.ac-section-mod {
  width: 100%;
}
.ac-section-mod-layout {
  width: 1200px;
  margin: 0 auto;
}
.ac-section-mod-tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.ac-section-mod-tit-adron {
  background: no-repeat center;
  background-size: contain;
  display: inline-block;
  font-style: normal;
}
.ac-section-mod-tit-adron ~ .ac-section-mod-tit-adron {
  transform: rotate(180deg);
}
.yfl-dialog input,
.yfl-main input,
.yfl-dialog select,
.yfl-main select {
  width: 200px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid var(--ce4);
  border-radius: 4px;
  padding: 0 0.5em;
  font-size: 16px;
}
.yfl-dialog input:focus,
.yfl-main input:focus,
.yfl-dialog select:focus,
.yfl-main select:focus {
  outline: 1px solid var(--coe);
}
.yfl-dialog button,
.yfl-main 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: var(--cff);
  background-color: var(--coa);
  transition: var(--tr);
}
.yfl-dialog button:hover,
.yfl-main button:hover,
.yfl-dialog button:active,
.yfl-main button:active {
  background-color: var(--coah);
}
.yfl-dialog button:disabled,
.yfl-main button:disabled {
  cursor: no-drop;
  background-color: var(--ce4) !important;
}
.yfl-dialog button:disabled:hover,
.yfl-main button:disabled:hover {
  background-color: var(--ce4) !important;
}
.yfl-dialog a,
.yfl-main a {
  transition: var(--tr);
}
.yfl-main {
  display: flex;
  flex-direction: column;
  /* banner */
  /* banner */
}
.yfl-main .ac-section-mod {
  padding: 80px 0;
}
.yfl-main .ac-section-mod-tit-adron {
  display: inline-block;
  width: 182px;
  height: 38px;
}
.yfl-main .ac-section-mod-tit > span {
  padding: 0 60px;
}
.yfl-main .navtop-box {
  margin: 15px 0 0;
  padding: 15px 0;
  position: sticky;
  background-color: var(--cff);
  top: 25px;
  overflow: visible;
  z-index: 9;
}
.yfl-main .navtop-box::before {
  content: "";
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.32);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
}
.yfl-main .navtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.yfl-main .yfl-banner {
  background-color: var(--coa);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 8;
}
.yfl-main .yfl-banner-bg {
  background: url('../images/banner.jpg') no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 560px;
  background-size: 100% 100%;
}
.yfl-main #lottie {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* yfl-question */
.yfl-question .ac-section-mod-con{
  position: relative;
  width: 1200px;
  height: 580px;
  background: #F4F2F3;
  border-top: 4px solid #FFE054;
}
.yfl-question .ac-section-mod-con .yfl-question-box {
  padding: 80px 113px;
}
/* yfl-ailight */
.yfl-ailight .yfl-ailight-des {
  margin: 20px 0 60px;
  font-size: 16px;
  color: var(--coc);
  line-height: 26px;
}
.yfl-ailight .yfl-ailight-des a {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: var(--coe);
  transition: var(--tr);
}
.yfl-ailight .yfl-ailight-des a:hover {
  color: var(--cod);
}
.yfl-ailight .yfl-ailight-scenes {
  overflow: hidden;
  border-radius: 8px;
}
.yfl-ailight .yfl-ailight-scenes-tab {
  display: flex;
  align-items: center;
  z-index: 2;
}
.yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item {
  width: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cff);
  padding: 20px;
  position: relative;
  overflow: visible;
  background-color: var(--coa);
  transition: var(--tr);
  cursor: pointer;
}
.yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item::after {
  content: "";
  width: 28px;
  height: 14px;
  background-color: var(--coah);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: var(--tr);
  z-index: 2;
}
.yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item.is-active {
  background-color: var(--coah);
}
.yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item.is-active::after {
  opacity: 1;
  transform: translate(-50%, calc(100% - 1px));
}
.yfl-ailight .yfl-ailight-scenes-tab h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.yfl-ailight .yfl-ailight-scenes-tab p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 26px;
}
.yfl-ailight .yfl-ailight-scenes-con {
  height: 660px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
}
.yfl-ailight .base-version{
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  background: no-repeat center;
  background-size: cover;
  transition: var(--tr);
}
.yfl-ailight .base-version {
  background-image: url(../images/ailight_bg1.png);
  position: relative;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(1) {
  left: 38px;
  top: 165px;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(2) {
  left: 195px;
  top: 275px;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(3) {
  left: 441px;
  top: 320px;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(4) {
  left: 505px;
  top: 568px;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(5) {
  left: 556px;
  top: 109px;
}
.yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(6) {
  left: 878px;
  top: 266px;
}
.yfl-ailight .yfl-ailight-scenes-button {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  border: 1px solid #eefbf2;
  background-color: rgba(15, 199, 198, 0.3);
  border-radius: 4px;
}
.yfl-ailight .yfl-ailight-scenes-button .lottie {
  opacity: 0;
}
.yfl-ailight .yfl-ailight-scenes-button.is-active {
  border-color: var(--ctr);
  background-color: var(--ctr);
}
.yfl-ailight .yfl-ailight-scenes-button.is-active .lottie {
  opacity: 1;
}
.yfl-ailight .yfl-ailight-scenes-button [icon] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* yfl-ailight */
/* yfl-about */
.yfl-about .yfl-about-enterprise {
  margin: 0 0 60px;
}
.yfl-about .yfl-about-enterprise-item {
  margin: 40px 0 0;
}
.yfl-about .yfl-about-enterprise-item:first-child {
  margin: 0;
}
.yfl-about .yfl-about-enterprise-name {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: var(--c66);
}
.yfl-about .yfl-about-enterprise-name img {
  height: 50px;
  width: auto;
  margin-right: 40px;
}
.yfl-about .yfl-about-enterprise-des {
  font-size: 14px;
  line-height: 32px;
  color: var(--c66);
  margin: 20px 0 0;
}
.yfl-about .yfl-about-enterprise-des a {
  color: var(--coe);
  text-decoration: none;
  transition: var(--tr);
}
.yfl-about .yfl-about-enterprise-des a:hover {
  color: var(--cod);
}
.yfl-about .yfl-about-recommend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  font-size: 0;
  align-items: center;
}
.yfl-about .yfl-about-recommend a {
  transition: var(--tr);
}
.yfl-about .yfl-about-recommend a:hover {
  transform: translate(0, -2px);
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.32);
}
.yfl-lottey-side {
  position: relative;
  width: 146px;
  height: 238px;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}
.yfl-lottey-side::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 146px;
    height: 85px;
    background: url(../images/wjdc.png) left top no-repeat;
    background-size:100% 100%;
}
.entryLis{
    position: absolute;
    left: 13px;
    top: 67px;
    width: 120px;
    height: 110px;
    background: #f5c631;
    border-radius: 8px;
    box-shadow: 0px -4px 12px 0px rgba(175,141,34,0.30);
    padding: 0 5px;
    box-sizing: border-box;
}
.entryLis>div{
    height: 48px;
    font-size: 12px;  
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 17px;
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
.entryLis>div.nums{
    background: #f07f3c;
}
.entryTitle{
    padding-top: 6px;
    font-size: 14px;
    font-weight: 700; 
    line-height: 20px; 
}
.entryLis>div.questTab{
    color:#644F54 ;
}
.yfl-dialog.layui-layer {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .yfl-dialog *::-webkit-scrollbar {
    width: 6px;
  }
  .yfl-dialog *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .yfl-dialog *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }
  .yfl-dialog *::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
  }
}
.yfl-dialog .layui-layer-setwin .layui-layer-close2 {
  display: none;
}
.yfl-dialog .yfl-dialog-hd,
.yfl-dialog .yfl-dialog-bd,
.yfl-dialog .yfl-dialog-ft {
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.yfl-dialog .yfl-dialog-bd {
  height: 1px;
  flex: 1 1 auto;
  overflow: auto;
}
.yfl-dialog .layui-layer-content {
  display: flex;
  flex-direction: column;
}
.yfl-dialog [sicon*="close"] {
  color: var(--c66);
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  overflow: visible;
  transition: var(--tr);
}
.yfl-dialog [sicon*="close"]::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yfl-dialog [sicon*="close"]:hover {
  color: var(--cod);
}
.yfl-dialog .yfl-punch-btn {
  background-color: var(--coa);
}
.yfl-dialog .yfl-punch-btn:hover {
  background-color: var(--coah);
}
.yfl-dialog .yfl-com-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yfl-dialog .yfl-com-check span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid var(--c70);
  overflow: hidden;
  position: relative;
  transition: var(--tr);
}
.yfl-dialog .yfl-com-check span::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: url(../images/imgicon/success_area_ms.png) #ac397c no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: var(--tr);
}
.yfl-dialog .yfl-com-check [type*="radio"] + span {
  border-radius: 50%;
}
.yfl-dialog .yfl-com-check input:checked + span {
  border-color: var(--ctr);
}
.yfl-dialog .yfl-com-check input:checked + span::after {
  opacity: 1;
}
.yfl-info-dialog [sicon*="close"] {
  color: var(--cff);
}
.yfl-info-dialog .yfl-dialog-hd {
  background-color: var(--coa);
  box-sizing: border-box;
  padding: 0 40px;
  line-height: 50px;
  color: var(--cff);
  font-size: 18px;
}
.yfl-info-dialog .yfl-dialog-bd {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px;
}
.yfl-info-dialog .yfl-form-remind {
  color: var(--cod);
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.yfl-info-dialog .yfl-form-usermsg {
  display: flex;
  flex-direction: column;
  height: 302px;
  flex-wrap: wrap;
  margin: -20px 0 0 -50px;
}
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label {
  /* padding-left: 10px; */
  position: relative;
  margin: 20px 0 0 40px;
  font-size: 16px;
  color: var(--c33);
}
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label>span{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 93px;
    margin-right: 10px;
}
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label>span i{
    color: #d00000;
}
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label input{
    width: 260px;
    margin-left: 0px;
}
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label:nth-child(n + 5) input,
.yfl-info-dialog .yfl-form-usermsg .yfl-form-label:nth-child(n + 5) select {
  width: 260px;
  margin-left: 0px;
}
#address_select div{
    margin-left: 0px;
}
/* .yfl-info-dialog .yfl-form-usermsg .yfl-form-label::before {
  content: "*";
  color: var(--cod);
  position: absolute;
  left: 0;
  top: 20px;
  transform: translate(0, -50%);
} */
.yfl-info-dialog .yfl-form-label {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  line-height: 40px;
}
.yfl-info-dialog .yfl-form-label input,
.yfl-info-dialog .yfl-form-label select {
  margin-left: 10px;
  appearance: none;
}
.yfl-info-dialog .yfl-form-label select {
  background: url(../images/svg/arrow_down.svg) no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 10px) calc(50%);
}
.yfl-info-dialog .yfl-form-ask {
  margin: 30px 0 0;
}
.yfl-info-dialog .yfl-form-ask-item {
  display: flex;
  flex-wrap: wrap;
}
.yfl-info-dialog .yfl-form-ask-item + .yfl-form-ask-item {
  margin: 30px 0 0;
}
.yfl-info-dialog .yfl-form-ask-item.is-required .yfl-form-ask-item-tit::before {
  content: "*";
  color: var(--cod);
  display: inline-block;
  width: 1em;
  text-align: center;
}
.yfl-info-dialog .yfl-form-ask-item label {
  display: inline-flex;
  margin: 20px 0 0 20px;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 22px;
  font-size: 16px;
  color: var(--c33);
}
.yfl-info-dialog .yfl-form-ask-item label .yfl-com-check {
  margin-right: 10px;
}
.yfl-info-dialog .yfl-form-ask-item-tit {
  font-size: 16px;
  line-height: 22px;
  color: var(--c33);
}
.yfl-info-dialog .yfl-form-ask-item-con {
  margin: 0 0 0 -20px;
  width: 100%;
}
.yfl-info-dialog .yfl-form-ask-item-con textarea {
  margin: 20px 0 0 20px;
  width: 100%;
  outline: none;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 20px;
  border-color: var(--ce4);
}
.yfl-info-dialog .flex_space_between {
  display: flex;
  width: 260px;
  margin: 0 0 20px 10px;
}
.yfl-info-dialog .flex_space_between select {
  flex: 1 1 auto;
  margin: 0;
}
.yfl-info-dialog .yfl-form-must {
  color: var(--c99);
  font-size: 12px;
  line-height: 18px;
  margin: 30px 0 0;
}
.yfl-info-dialog .yfl-form-must em {
  font-style: normal;
  color: var(--coe);
}
.yfl-info-dialog .yfl-form-must label {
  display: inline-block;
  vertical-align: middle;
}
.yfl-info-dialog .yfl-form-must .yfl-com-check span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.yfl-info-dialog .yfl-form-must .yfl-com-check span::after {
  background: var(--coa);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid var(--cff);
  box-sizing: border-box;
  border-radius: 50%;
}
.yfl-info-dialog .yfl-form-must .yfl-com-check input:checked + span {
  border-color: var(--coa);
}
.yfl-info-dialog .yfl-info-dialog-submit {
  width: 350px;
  height: 50px;
  margin: 30px 0;
  display: block;
  flex: 0 0 auto;
}
.cl-1 {
  color: var(--coa);
}
.cl-2 {
  color: #F5C631;
}
.yfl-pro-dialog h3 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-left: 22px;
}
.bgc-1::before, .bgc-2::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 32px;
  background: var(--coa);
  left: 0;
  top: 0;
} 
.bgc-1::before {
  background: var(--coa);
}
.bgc-2::before {
  background:#F5C631;
}
.yfl-pro-dialog h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0 20px;
}
.yfl-pro-dialog p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}
.yfl-pro-dialog h5 {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 0;
  color: var(--c33);
}
.yfl-pro-dialog .yfl-punch-btn {
  font-size: 18px;
  padding: 12px 20px;
}
.yfl-pro-dialog h5.is-green-tit {
  color: var(--cob);
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}
.yfl-pro-dialog h5.is-green-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  height: 1em;
  background-color: var(--cob);
}
.yfl-pro-dialog p {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--c33);
}
.yfl-pro-dialog a {
  color: var(--coe);
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.yfl-pro-dialog a:hover {
  color: var(--cod);
}
.yfl-pro-dialog .yfl-dialog-bd {
  padding: 50px 50px 40px;
  box-sizing: border-box;
}
.yfl-pro-dialog .yfl-dialog-ft {
  display: flex;
  justify-content: center;
  padding: 0 0 50px;
  background-color: var(--cff);
  position: relative;
  overflow: visible;
}
.yfl-pro-dialog .yfl-dialog-ft a {
   border-radius: 4px;
    outline: none;
    border: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    box-sizing: border-box;
    color: var(--cff);
    background-color: #928285;
    transition: var(--tr);
    font-size: 18px;
    padding: 12px 20px;
}
.yfl-pro-dialog .yfl-dialog-ft a:hover{
    background-color: #644f54;
}
.yfl-pro-dialog .yfl-dialog-ft::before {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
}
.yfl-pro-dialog 
.yfl-pro-dialog [icon] {
  margin-right: 10px;
}
.yfl-pro-dialog .yfl-pro-excellent .yfl-pro-excellent-prefix {
  display: inline-block;
  padding: 0 20px;
  background-color: var(--cgrd);
}
.yfl-pro-dialog .yfl-pro-excellent h4 {
  background-color: var(--cgr);
  color: var(--cff);
  line-height: 48px;
}
.yfl-pro-dialog .yfl-pro-excellent p {
  margin-top: 28px;
}
.yfl-dprize-dialog.yfl-dialog {
  background-color: #fffae1;
}
.yfl-dprize-dialog .yfl-dialog-hd {
  margin: 56px 0 0;
}
.yfl-dprize-dialog .yfl-dialog-hd h3 {
  color: var(--c33);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.yfl-dprize-dialog .yfl-dialog-bd {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.yfl-dprize-dialog .yfl-dialog-ft {
  display: flex;
  justify-content: center;
  padding: 0 0 55px;
}
.yfl-dprize-dialog .yfl-dialog-ft button {
  width: 240px;
  height: 50px;
  font-size: 18px;
}
.yfl-dprize-dialog .yfl-dprize-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 26px;
  background: url(../images/getprize.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item {
  width: 116px;
  height: 116px;
  border-radius: 4px;
  background-color: var(--cff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: var(--cgrf);
  border: 2px solid var(--cgr);
  z-index: 3;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item p {
  color: var(--c70);
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
  position: relative;
  z-index: 5;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item.is-active::after {
  opacity: 1;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-imgbox {
  width: 94px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-imgbox img {
  max-width: 100%;
  height: auto;
}
.yfl-confirm-dialog .yfl-dialog-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yfl-confirm-dialog h6 {
  color: var(--c33);
  line-height: 26px;
  font-size: 18px;
  margin: 30px 0 0;
}
.yfl-confirm-dialog h3 {
  color: #AC397C;
  line-height: 32px;
  font-size: 24px;
  margin: 4px 0 0;
}
.yfl-confirm-dialog .img-box {
  height: 70px;
  width: 94px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  justify-content: center;
}
.yfl-confirm-dialog .img-box img {
  max-height: 100%;
  width: auto;
}
.yfl-confirm-dialog p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--c66);
}
.yfl-confirm-dialog .yfl-dialog-ft {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px 0;
}
/*移动pc*/
@media screen and (min-width: 769px) {
  .is-mobmod {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 375);
  }
  .is-pcmod {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /*m-public*/
  [icon][icon*="s"] {
    width: 24rem;
    height: 24rem;
  }
  [icon][icon*="d"] {
    width: 40rem;
    height: 40rem;
  }
  [icon][icon*="ms"] {
    width: 16rem;
    height: 16rem;
  }
  [icon][icon*="l"] {
    width: 48rem;
    height: 48rem;
  }
  [icon][icon*="xl"] {
    width: 80rem;
    height: 80rem;
  }
  .ac-section-mod-layout {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16rem;
  }
  .ac-section-mod-tit {
    position: relative;
    font-size: 21rem;
    line-height: 30rem;
    width: 100vw;
    left: -16rem;
  }
  /*m-public*/
  /**/
  .yfl-dialog input,
  .yfl-main input,
  .yfl-dialog select,
  .yfl-main select {
    width: 280rem!important;
    height: 40rem!important;
    padding: 0 0.5em!important;
    font-size: 16rem!important;
  }
  .yfl-dialog button,
  .yfl-main button {
    height: 32rem!important;
    min-width: 0;
  }
  /**/
  /*yfl-main*/
  .yfl-main {
    /* banner */
    /* banner */
  }
  .yfl-main .ac-section-mod {
    padding: 20rem 0;
  }
  .yfl-main .ac-section-mod-tit-adron {
    width: 107rem;
    height: 22rem;
  }
  .yfl-main .ac-section-mod-tit > span {
    padding: 0 20rem;
  }
  .yfl-main .navtop-box {
    margin: 0;
    padding: 10rem 16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
  }
  .yfl-main .navtop-box::before {
    box-shadow: 0px 8rem 16rem -8rem rgba(0, 0, 0, 0.32);
  }
  .yfl-main .navtop-box img {
    height: 32px;
    width: auto;
  }
  .yfl-main .navtop-box .navtop-box-pagnav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14rem;
    color: var(--coe);
  }
  .yfl-main .navtop-box .navtop-box-pagnav a {
    margin-left: 20rem;
    position: relative;
    z-index: 7;
  }
  .yfl-main .navtop-box .navtop-box-pagnav a:active,
  .yfl-main .navtop-box .navtop-box-pagnav a.is-active {
    color: var(--cod);
  }
  .yfl-main .navtop {
    width: 100%;
  }
  .yfl-main .yfl-banner-bg {
    width: 100%;
    height: 180rem;
    background: url('../images/m_banner.jpg') no-repeat;
    background-size: 100% 100%;
  }
  /*yfl-main*/
  /* yfl-ailight */
  .yfl-ailight .yfl-ailight-des {
    margin: 30rem 0;
    font-size: 16rem;
    line-height: 26rem;
  }
  .yfl-ailight .yfl-ailight-scenes {
    padding: 0 0 60rem;
  }
  .yfl-ailight .yfl-ailight-scenes-tab {
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item {
    width: 50%;
    color: var(--cff);
    padding: 10rem 0;
  }
  .yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item::after {
    content: "";
    width: 18rem;
    height: 9rem;
  }
  .yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item:nth-child(1) p {
    left: 0;
  }
  .yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item:nth-child(2) p {
    right: 0;
  }
  .yfl-ailight .yfl-ailight-scenes-tab .yfl-ailight-scenes-tab-item.is-active p {
    z-index: 2;
    opacity: 1;
  }
  .yfl-ailight .yfl-ailight-scenes-tab h4 {
    font-size: 18rem;
    line-height: 26rem;
  }
  .yfl-ailight .yfl-ailight-scenes-tab p {
    margin: 0;
    font-size: 12rem;
    line-height: 18rem;
    position: absolute;
    top: 100%;
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16rem;
    width: calc(100vw - 32rem);
    background-color: var(--coa);
    z-index: 2;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    transform: translate(0, 280rem);
  }
  .yfl-ailight .yfl-ailight-scenes-con {
    height: 280rem;
  }
  .yfl-ailight .base-version{
    background: no-repeat center;
    background-size: cover;
  }
  .yfl-ailight .base-version {
    background-image: url(../images/m_ailight_bg1.png);
    position: relative;
  }
  .yfl-ailight .base-version [icon="s"] {
    width: 16rem;
    height: 16rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(1) {
    left: 11rem;
    top: 44rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(2) {
    left: 67rem;
    top: 115rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(3) {
    left: 154rem;
    top: 97rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(4) {
    left: 159rem;
    top: 206rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(5) {
    left: 168rem;
    top: 26rem;
  }
  .yfl-ailight .base-version .yfl-ailight-scenes-button:nth-child(6) {
    left: 286rem;
    top: 96rem;
  }
  
  .yfl-ailight .yfl-ailight-scenes-button {
    width: 32rem;
    height: 32rem;
  }
  /* yfl-ailight */
  /* yfl-about */
  .yfl-about .yfl-about-enterprise {
    margin: 0 0 20rem;
  }
  .yfl-about .yfl-about-enterprise-item {
    margin: 30rem 0 0;
  }
  .yfl-about .yfl-about-enterprise-item:first-child {
    margin: 0;
  }
  .yfl-about .yfl-about-enterprise-name {
    font-size: 16rem;
  }
  .yfl-about .yfl-about-enterprise-name img {
    height: 50rem;
    margin-right: 18rem;
  }
  .yfl-about .yfl-about-enterprise-des {
    font-size: 14rem;
    line-height: 28rem;
    margin: 20rem 0 0;
  }
  .yfl-about .yfl-about-recommend {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 7rem));
    gap: 7rem;
    font-size: 0;
    align-items: center;
  }
  .yfl-about .yfl-about-recommend a {
    width: 100%;
  }
  .yfl-about .yfl-about-recommend a img {
    width: 100%;
  }
  .yfl-about .yfl-about-recommend a:hover {
    transform: translate(0, 0);
  }
  .yfl-about .yfl-about-recommend a:active {
    transform: translate(0, -2px);
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.32);
  }
  .yfl-lottey-side {
    /* width: 98rem;
    height: 103rem; */
    right: 0;
    z-index: 9;
  }
  .yfl-lottey-side .nums {
    line-height: 1;
    font-size: 12rem;
    line-height: 15rem;
    top: 40rem;
    white-space: normal;
    min-width: 4em; 
  }
  .yfl-lottey-side .nums span {
    /* display: block; */
    text-align: center;
  }
  .yfl-dialog.layui-layer {
    border-radius: 8px;
    overflow: hidden;
  }
  .yfl-dialog button:hover {
    background-color: var(--cob);
  }
  .yfl-dialog button:active {
    background-color: var(--cobh);
  }
  .yfl-dialog [sicon*="close"] {
    color: var(--c33);
    cursor: pointer;
    font-size: 16rem;
    right: 16rem;
    top: 16rem;
    z-index: 9999;
  }
  .yfl-dialog [sicon*="close"]::before {
    width: 32rem;
    height: 32rem;
  }
  .yfl-dialog [sicon*="close"]:hover {
    color: var(--c33);
  }
  .yfl-dialog [sicon*="close"]:active {
    color: var(--cod);
  }
  .yfl-dialog .yfl-punch-btn {
    background-color: var(--coa);
  }
  .yfl-dialog .yfl-punch-btn:hover {
    background-color: var(--coa);
  }
  .yfl-dialog .yfl-punch-btn:active {
    background-color: var(--coah);
  }
  .yfl-dialog .yfl-com-check span {
    width: 20rem;
    height: 20rem;
  }
  .yfl-dialog .yfl-com-check [type*="radio"] + span {
    border-radius: 50%;
  }
  .yfl-info-dialog.yfl-dialog.layui-layer {
    border-radius: 0;
  }
  .yfl-info-dialog [sicon*="close"] {
    color: var(--c33);
  }
  .yfl-info-dialog .yfl-dialog-hd {
    background-color: var(--ctr);
    padding: 27rem 16rem 0;
    line-height: 26rem;
    color: var(--c33);
    font-size: 18rem;
  }
  .yfl-pro-dialog .yfl-punch-btn {
    font-size: 16rem;
    padding: 12rem 12rem;
  }
  .yfl-info-dialog .yfl-dialog-bd {
    padding: 0 16rem;
  }
  .yfl-info-dialog .yfl-form-remind {
    color: var(--cod);
    font-size: 14rem;
    line-height: 20rem;
    margin: 8rem 0 0;
  }
  .yfl-info-dialog .yfl-form-usermsg {
    height: auto;
    margin: 0;
  }
  .yfl-info-dialog .yfl-form-usermsg .yfl-form-label {
    padding-left: 10rem!important;
    margin: 20rem 0 0!important;
    font-size: 16rem!important;
  }
  .yfl-info-dialog .yfl-form-usermsg .yfl-form-label:nth-child(n + 5) input,
  .yfl-info-dialog .yfl-form-usermsg .yfl-form-label:nth-child(n + 5) select {
    width: 280rem!important;
  }
  .yfl-info-dialog .yfl-form-usermsg .yfl-form-label::before {
    top: 20rem!important;
  }
  .yfl-ask-ques.flex_space_between,.yfl-ask-ques.flex_space_between label{
    display: block!important;
  }
  .yfl-info-dialog .yfl-form-label {
    width: 100%;
    line-height: 40rem;
  }
  .yfl-info-dialog .yfl-form-label input,
  .yfl-info-dialog .yfl-form-label select {
    margin-left: 4rem;
    appearance: none;
  }
  .yfl-info-dialog .yfl-form-label select {
    background-size: 14rem 14rem;
    background-position: calc(100% - 10rem) calc(50%);
  }
  .yfl-info-dialog .yfl-form-ask {
    margin: 30rem 0 0;
  }
  .yfl-info-dialog .yfl-form-ask-item {
    flex-direction: column;
  }
  .yfl-info-dialog .yfl-form-ask-item + .yfl-form-ask-item {
    margin: 30rem 0 0;
  }
  .yfl-info-dialog .yfl-form-ask-item label {
    width: 100%;
    margin: 20rem 0 0;
    line-height: 24rem;
    font-size: 16rem;
  }
  .yfl-info-dialog .yfl-form-ask-item label .yfl-com-check {
    margin-right: 10rem;
  }
  .yfl-info-dialog .yfl-form-ask-item-tit {
    font-size: 16rem;
    line-height: 22rem;
  }
  .yfl-info-dialog .yfl-form-ask-item-con {
    margin: 0 0 0;
    width: 100%;
  }
  .yfl-info-dialog .yfl-form-ask-item-con textarea {
    margin: 20rem 0 0;
    height: 40rem;
    padding: 8rem 10rem;
    font-size: 16rem;
    line-height: 20rem;
  }
  .yfl-info-dialog .flex_space_between {
    width: 280rem;
    margin: 0 0 20rem 4rem;
  }
  .yfl-info-dialog .flex_space_between select {
    margin: 0;
  }
  .yfl-info-dialog .yfl-form-must {
    font-size: 12rem;
    line-height: 18rem;
    margin: 30rem 0 0;
  }
  .yfl-info-dialog .yfl-form-must .yfl-com-check span {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
  }
  .yfl-info-dialog .yfl-info-dialog-submit {
    width: 100%;
    height: 48rem;
    margin: 30rem 0;
    display: block;
    flex: 0 0 auto;
  }
  .yfl-pro-dialog h4 {
    line-height: 32rem;
    font-size: 24rem;
  }
  .yfl-pro-dialog h5 {
    font-size: 14rem;
    line-height: 22rem;
    margin: 4rem 0 0;
  }
  .yfl-pro-dialog h5.is-green-tit {
    color: var(--cob);
    box-sizing: border-box;
    padding-left: 1em;
    position: relative;
  }
  .yfl-pro-dialog h5.is-green-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 1em;
    background-color: var(--cob);
  }
  .yfl-pro-dialog p {
    margin: 20rem 0 0;
    font-size: 14rem;
    line-height: 24rem;
  }
  .yfl-pro-dialog a:hover {
    color: var(--coe);
  }
  .yfl-pro-dialog a:active {
    color: var(--cod);
  }
  .yfl-pro-dialog .yfl-dialog-bd {
    padding: 40rem 16rem 20rem;
  }
  .yfl-pro-dialog .yfl-dialog-ft {
    padding: 0 0 30rem;
    background-color: var(--cff);
  }
  .yfl-pro-dialog .yfl-dialog-ft::before {
    content: "";
    height: 20rem;
  }
  .yfl-pro-dialog .yfl-pro-introduce {
    flex-direction: column;
  }
  .yfl-pro-dialog .yfl-pro-introduce img {
    max-width: 120rem;
    max-height: 120rem;
    margin: 0 0 0 10rem;
  }
  .yfl-pro-dialog .yfl-pro-introduce button {
    margin: 0 10rem 0 0;
    padding: 0 10rem;
    white-space: nowrap;
  }
  .yfl-pro-dialog .yfl-pro-introduce .yfl-pro-introduce-hd {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .yfl-pro-dialog .yfl-pro-introduce .fl-pro-introduce-hdl {
    width: 1px;
    flex: 1 1 auto;
  }
  .yfl-pro-dialog .yfl-pro-introduce .yfl-pro-introduce-btnlist {
    display: flex;
    align-items: center;
  }
  .yfl-pro-dialog [icon] {
    margin-right: 4rem;
  }
  .yfl-pro-dialog .yfl-pro-excellent span {
    width: 100%;
    padding: 0 10rem;
    display: inline-flex;
    align-content: center;
    font-size: 18rem;
    background-color: var(--cgr);
    box-sizing: border-box;
  }
  .yfl-pro-dialog .yfl-pro-excellent .yfl-pro-excellent-prefix {
    display: inline-block;
    padding: 0 10rem;
    background-color: var(--cgrd);
    width: auto;
    line-height: 32rem;
    font-size: 14rem;
  }
  .yfl-pro-dialog .yfl-pro-excellent h4 {
    background-color: var(--ctr);
    color: var(--cff);
    line-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18rem;
  }
  .yfl-pro-dialog .yfl-pro-excellent p {
    margin-top: 20rem;
  }
  .yfl-dprize-dialog.yfl-dialog {
    background-color: #fffae1;
  }
  .yfl-dprize-dialog .yfl-dialog-hd {
    margin: 30rem 0 15rem;
  }
  .yfl-dprize-dialog .yfl-dialog-hd h3 {
    font-size: 24rem;
    line-height: 32rem;
  }
  .yfl-dprize-dialog .yfl-dialog-bd {
    padding: 0 12rem;
    display: flex;
  }
  .yfl-dprize-dialog .yfl-dialog-ft {
    display: flex;
    justify-content: center;
    padding: 40rem 0;
  }
  .yfl-dprize-dialog .yfl-dialog-ft button {
    width: 240rem;
    height: 48rem;
    font-size: 18rem;
  }
  .yfl-dprize-dialog .yfl-dprize-list {
    display: grid;
    grid-template-columns: repeat(3, 86rem);
    justify-content: space-between;
    grid-template-rows: 95rem;
    padding: 26rem 21rem;
    gap: 8rem;
    background: url(../images/m_getprize.png) no-repeat center;
    background-size: contain;
  }
  .yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item {
    width: 100%;
    height: 100%;
  }
  .yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item p {
    font-size: 12rem;
    line-height: 18rem;
    margin: 6rem 0;
    z-index: 5;
  }
  .yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-item.is-active::after {
    opacity: 1;
  }
  .yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-imgbox {
    width: 75rem;
    height: 56rem;
    z-index: 5;
  }
  .yfl-dprize-dialog .yfl-dprize-list .yfl-dprize-imgbox img {
    max-width: 100%;
    height: auto;
  }
  .yfl-confirm-dialog h6 {
    line-height: 24rem;
    font-size: 18rem;
    margin: 30rem 0 0;
  }
  .yfl-confirm-dialog h3 {
    color: #AC397C;
    line-height: 32rem;
    font-size: 24rem;
    margin: 4rem 0 0;
  }
  .yfl-confirm-dialog .img-box {
    height: 70rem;
    width: 94rem;
    margin: 10rem 0 0;
  }
  .yfl-confirm-dialog p {
    margin: 4rem 0 0;
    font-size: 14rem;
    line-height: 20rem;
  }
  .yfl-confirm-dialog .yfl-dialog-ft {
    padding: 24rem 0;
  }
  .yfl-confirm-dialog .yfl-dialog-ft button {
    min-width: 120rem;
  }
  .yfl-pro-dialog .yfl-dialog-ft a {
    font-size: 14rem;
    line-height: 32rem;
    padding: 0 12rem;
  }
  .yfl-ask-time>div,
  .yfl-ask-time>div label,
  .yfl-ask-role>div,
  .yfl-ask-role>div label{
    display: block;
  }
  .yfl-ask-part label{
    width: 100px!important;
    margin-right: 30px!important;
    white-space: nowrap;
  }
  .yfl-ask-title{
    height: auto!important;
  }
  .yfl-ask-title span{
    display: block;
    margin-left:0px!important;
    padding-bottom: 10px;
  }
  .yfl-ask-btn button{
    width:232px!important;
  }
  .yfl-ask-btn{
    justify-content: space-between;
  }
  .yfl-ask-btn span{
    margin-left: 0px!important;
  }
  .yfl-ask-ques label input[type=text],.field3{
        position: absolute;
        right: auto;
        left: 90px!important;
        top: 122px!important;
        width: 176px;
        height: 32px;
        background: #ffffff;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        margin-left:10px;
        padding-left:12px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        line-height: 32px;
    }
}
.video-replay {
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  color: var(--coe);
}

.yfl-ask-content{
    padding: 40px 0px;
}
.yfl-ask-scr{
    position: relative;
    height: 516px;
    overflow-y: auto;
    padding: 0 28px;
}
.yfl-ask-title{
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #ac397c;
    line-height: 33px;
    padding: 0 28px;
}
.yfl-ask-title span{
    margin-left: 20px;
    height: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 33px;
}
.yfl-ask-item{
    margin-top: 30px;
}
.yfl-ask-item h4{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #644F54;
    line-height: 20px;
}
.yfl-ask-item h4 i{
    color: #e30034;
}
.yfl-ask-item h4 span{
    color: #AB377A;
}
.yfl-ask-ques label{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #644f54;
    line-height: 24px;
    margin-right: 70px;
}
.yfl-ask-ques.flex_space_between{
    justify-content: flex-start;
}
.yfl-ask-ques.flex_space_between label{
    margin-right: 0px;
    text-align: left;
}
.yfl-ask-ques.flex_space_between label:first-child{
    width: 295px;
    margin-right: 20px;
}
.yfl-ask-ques label:last-child{
    margin-right:0px
}
.yfl-ask-rule em{
    cursor: pointer;
}
.yfl-ask-ques label input[type=text],.field3{
    position: absolute;
    right: 40px;
    top: 68px;
    width: 176px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-left:10px;
    padding-left:12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
}
.otherNeed input[type=text]{
    display: none;
}
.yfl-ask-ques label input[type=radio],.yfl-ask-ques label input[type=checkbox]{
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}  
.yfl-ask-ques label input[type=radio]::before{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/chk.png)  left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
} 
.yfl-ask-ques label input[type=radio]:checked::before{
    background:#fff url(../images/chks.png)  left top no-repeat;
    background-size: 100% 100%;
}

.yfl-ask-ques label input[type=checkbox]::before{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#fff url(../images/chk2.png)  left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
} 
.yfl-ask-ques label input[type=checkbox]:checked::before{
    background:#fff url(../images/chks2.png)  left top no-repeat;
    background-size: 100% 100%;
}
.w38{
    width: 368px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding-left: 12px;
    margin-top: 10px;
}
.yfl-ask-rule {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 18px;
}
.yfl-ask-rule input{
    position: relative;
    width: 16px;
    height: 16px;
    outline: none;
   
}
.yfl-ask-rule input::before{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#fff url(../images/chk.png)  left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.yfl-ask-rule input:checked::before{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#fff url(../images/chks.png)  left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.yfl-ask-rule  em{
    color: var(--coe);
}
.yfl-ask-btn{
    align-items: center;
}
.yfl-ask-btn button{
    width: 350px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    border: none;
    outline: none;
    background: #928285;
    cursor: not-allowed;
    color: #ffffff;
}
.yfl-ask-btn button.canClick{
    background: #ac397c;
    cursor: pointer;
}
.yfl-ask-btn span{
    position: relative;
    margin-left: 80px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #005da9;
    line-height: 20px;
    padding-right: 22px;
    cursor: pointer;
}
.yfl-ask-btn span::after{
    position: absolute;
    right: 0px;
    top:0px;
    width:20px;
    height:20px;
    content:"";
    background: url(../images/arrow.png) left top no-repeat;
    background-size: 100% 100%; 
}
.yfl-ask-btn span:hover{
    color: #AB377A;
}
.yfl-ask-btn span:hover::after{
    background: url(../images/arrow2.png) left top no-repeat;
    background-size: 100% 100%; 
}
.yfl-ask-form .layui-layer-setwin .layui-layer-close2{
    width: 16px;
    height: 16px;
    background: url(../images/close2.png) left top no-repeat;
    background-size: 100% 100%; 
    right: 16px;
    top: 16px;
}
.layui-layer-setwin .layui-layer-close2:hover{
        background-position: 0px 0px!important;
}
/*滚动条样式*/
.yfl-ask-scr::-webkit-scrollbar {
    width: 4px;    
}
.yfl-ask-scr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.yfl-ask-scr::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
.yfl-ask-part label{
    width: 120px;
}
.yfl-ask-part label:last-child{
    width: auto;
}