<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
  background-color: rgb(125, 0, 0);
}

.banner {
  width: 100%;
  height: 1054px;
  background: url(../images/banner_bg.png) no-repeat top center;
}

.txt_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
}

.txt01 {
  text-align: center;
  background: linear-gradient(0deg, #FFFFFF 0%, #FEAC88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: bold;
}

.txt02_container {
  margin-top: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt02_container h3 {
  width: 376px;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 60px;
}

.txt02_container div {
  width: 353px;
  height: 58px;
  text-align: center;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/txt03_bg.png) no-repeat center top;
}

.txt02_container .big {
  color: #FFFFFF;
  font-size: 30px;
}

.txt02_container .big span {
  color: #FECCA3;
}

.txt02_container .small {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 20px;
  padding-left: 18px;
}

.txt03 {
  color: #FECCA3;
  font-size: 30px;
  margin: 40px 0 25px;
}

.txt04 {
  color: #FFFFFF;
  font-size: 24px;
}

.arrow {
  margin: 18px auto 100px;
}

.txt05 {
  color: #FECCA3;
  font-size: 36px;
}

.txt06 {
  margin-top: 30px;
  color: #FFFFFF;
  font-size: 20px;
}

.box01 {
  background: url(../images/box01_top.png) no-repeat center top;
  padding-top: 97px;
  margin-top: -250px;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title p {
  color: #330000;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}

.box01.wrap {
  background-color: transparent;
}

.box_common {
  margin-top: 50px;
  padding: 0 40px 50px;
  background-color: #FEE9E2;
}

.box_common .title {
  margin-top: -10px;
  margin-bottom: 30px;
}

.line {
  height: .1px;
}

.box01_contianer {
  height: 855px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/circle.png) no-repeat center top;
  background-color: #FEE9E2;
}

.phone_container {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.phone {
  width: 338px;
  height: 599px;
  background: url(../images/phone_bg.png) no-repeat center top;
  box-sizing: border-box;
  padding: 69px 44px 83px;
}

.phone img {
  width: 100%;
  height: 100%;
}

.phone2 {
  margin-left: -202px;
  margin-top: 38px;
}

.phone3 {
  margin-left: -202px;
  margin-top: 76px;
}

@keyframes navSpan {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}

@-webkit-keyframes navSpan {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(6px);
  }
}

@-moz-keyframes navSpan {
  0% {
    -moz-transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(6px);
  }
}

@-ms-keyframes navSpan {
  0% {
    -ms-transform: translateX(0px);
  }
  100% {
    -ms-transform: translateX(6px);
  }
}

@-o-keyframes navSpan {
  0% {
    -o-transform: translateX(0px);
  }
  100% {
    -o-transform: translateX(6px);
  }
}

.tip {
  position: absolute;
  z-index: 1;
  -webkit-animation: navSpan 1s infinite ease-out alternate;
  -moz-animation: navSpan 1s infinite ease-out alternate;
  -ms-animation: navSpan 1s infinite ease-out alternate;
  -o-animation: navSpan 1s infinite ease-out alternate;
  animation: navSpan 1s infinite ease-out alternate;
}

.tip .num {
  width: 50px;
  height: 50px;
  background: url(../images/circle_bg.png) no-repeat center top;
  color: #FEE2D8;
  background-size: 100% 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tip2 {
  top: 314px;
  right: 91px;
}

.tip4 {
  top: 416px;
  left: 126px;
}

.tip1 {
  top: 220px;
  left: 69px;
}

.tip3 {
  top: 514px;
  right: 91px;
}

.tip_l .num {
  left: -25px;
}

.tip_r .num {
  right: -25px;
}

.tip .txt {
  padding: 15px 36px;
  background-color: #680000;
  color: #FFFFFF;
  font-size: 20px;
}

.tip_l .txt {
  text-align: left;
}

.tip_r .txt {
  text-align: right;
}

.code_container {
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  padding: 14px;
  position: absolute;
  top: -103px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/code_bg.png) no-repeat center top;
}

.code_line {
  padding-bottom: 45px;
  position: relative;
  background-color: #FEE9E2;
}

.code_container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.code_line p {
  color: #65040C;
  padding-top: 120px;
  text-align: center;
  font-size: 18px;
}

.lq_btn {
  display: block;
  margin: 0 auto;
  width: 354px;
  height: 62px;
  background: url(../images/lq_btn.png) no-repeat center top;
  text-align: center;
  line-height: 62px;
  color: #65040C;
  font-size: 22px;
  transition: all .3s;
  cursor: pointer;
}

.lq_btn:hover {
  transform: scale(1.05);
}

.common_div {
  box-sizing: border-box;
  padding: 5px;
  background: linear-gradient(#FDE7E0, #B25F62, #6E0911);
}

.common_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  background: linear-gradient(#D57D7F, #E6BDB9, #FEE9E2);
}

.div_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kedu_item {
  width: 257px;
  margin-top: 35px;
  margin-right: 30px;
}

.kedu_item:nth-child(4n) {
  margin-right: 0;
}

.kedu_item .common_div {
  width: 257px;
  height: 197px;
  overflow: hidden;
}

.kd_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kedu_item img {
  width: 100%;
  height: 100%;
  transition: all 1.3s;
}

.kedu_item .div_content:hover img {
  transform: scale(1.3);
}

.kedu_item p {
  color: #330000;
  font-size: 18px;
  text-align: center;
  margin: 18px 0;
}

.kedu_item a {
  width: 80px;
  height: 80px;
  background: url(../images/circle_bg.png) no-repeat center top;
  color: #FEE2D8;
  background-size: 100% 100%;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: tada 1.4s infinite;
}

.teacher_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher_l {
  width: 100%;
  height: 380px;
}

.teacher_l .div_content {
  background: #700202;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kx_container {
  width: 100%;
  height: 285px;
  text-align: center;
  background: url(../images/kx_bg.png) no-repeat center top;
}

.kx_container p:first-child {
  padding-top: 35px;
}

.kx_container p {
  color: #330000;
  font-size: 22px;
  line-height: 1.8;
}

.kx_container p span {
  color: #700202;
  font-weight: bold;
}

.kx_container h2 {
  margin-top: 70px;
  font-size: 32px;
  background: linear-gradient(0deg, #6C070F 0%, #AC111C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.teacher_r {
  width: 481px;
  height: 380px;
  background: url(../images/teacher.png) no-repeat center top;
}

.teacher_r p {
  text-align: center;
  color: #FEE9E2;
  font-size: 30px;
  font-weight: bold;
  padding-top: 323px;
}

.hot {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  font-size: 18px;
  margin-top: 40px;
}

.hot th {
  height: 60px;
  color: #FEE9E2;
  font-weight: normal;
}

.hot thead {
  background: linear-gradient(270deg, #6C070F, #AC111C);
}

.hot td {
  height: 60px;
  background-color: #F8DED7;
}

.hot tr:nth-child(2n) td {
  background-color: #F1D2CD;
}

.hot a {
  color: #700202;
}

.hot_txt {
  margin-top: 30px;
  text-align: center;
  color: #700202;
  font-size: 16px;
}

.book_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/line.png) no-repeat center 144px;
}

.book_t {
  width: 296px;
  height: 290px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/big_circle.png) no-repeat center top;
}

.book_t h3 {
  color: #700202;
  font-size: 22px;
  margin-bottom: 15px;
}

.book_t p {
  color: #330000;
  font-size: 18px;
  line-height: 1.7;
}

.book_b {
  margin-top: -100px;
  position: relative;
  width: 350px;
  height: 350px;
}

.book_b {
  width: 100%;
  height: 100%;
}

.book_b span {
  display: flex;
  width: 80px;
  height: 80px;
  background: url(../images/circle_bg.png) no-repeat center top;
  background-size: 100% 100%;
  color: #FEE9E2;
  font-size: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  justify-content: center;
  align-items: center;
}

.box04 .box_common {
  padding-bottom: 90px;
}

.box05 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.box05 .title {
  margin-bottom: 40px;
}

/* åœ°åŒºå¼€å§‹ */

.region a {
  float: left;
  width: 130px;
  height: 56px;
  background: linear-gradient(135deg, #AC111C, #9B2825);
  margin-right: 22px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #FEE9E2;
}

.region a:hover {
  color: #A4241B;
  background: linear-gradient(90deg, #FFFFEE, #F5BA7E);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

/* å¼¹çª— */

.fixed_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form_box {
  width: 600px;
  padding: 40px;
  background: linear-gradient(#aa111c, #6d070f);
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixed_close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: all .5s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

.form_box h5 {
  text-align: left;
  color: #fee9e2;
  margin-bottom: 20px;
  font-size: 43px;
}

.form_box h5 span {
  background: linear-gradient(90deg, #FFFFFF 0%, #FEAC88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form_box p {
  margin-bottom: 20px;
  position: relative;
}

.form_box p input, .form_box p select {
  border: 0;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  font-size: 20px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  float: left;
  color: #330000;
}

.form_box p input::placeholder {
  color: #330000;
}

.form_box p select {
  width: 49%;
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
  background-size: 6%;
}

.form_box p select#city {
  float: right;
}

.form_box p input#fs {
  position: absolute;
  width: 38%;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  color: #330000;
  background: #f2e1e0;
  cursor: pointer;
}

.ajax_form .button2 {
  width: 100%;
  border: 0;
  height: 75px;
  line-height: 75px;
  font-size: 28px;
  text-align: center;
  color: #820a13;
  cursor: pointer;
  border-radius: 40px;
  background: linear-gradient(90deg, #fefae6, #fadcb6, #f6be85);
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.m {
  display: none;
}


/* ------------------------ä»¥ä¸‹æ˜¯æ»‘å—css------------------------ */

.slider_input {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
}
.nc-container,
.nc-slider_input {
  /* æ»‘å—å®½é«˜ */
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.nc_wrapper {
  width: 100% !important;
  height: 100% !important;
}

.nc_scale {
  height: 100% !important;
}




.slider_input .nc-container #nc_1_wrapper,
.slider_input .nc-container #nc_2_wrapper,
.slider_input .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.slider_input .nc_scale {
  height: 70px !important;
}

.slider_input .nc-container .nc_scale span {
  width: 72px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
}

.slider_input .nc_iconfont,
.slider_input .nc-container .nc_scale .scale_text {
  font-size: 20px;
}

.nc-container .nc_scale .btn_slide {
  /* æ»‘åŠ¨æŒ‰é’®å¤§å°start */
  width:60px !important;
  height: 70px !important;
  /* æ»‘åŠ¨æŒ‰é’®å¤§å°end */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nc-container .nc_scale .scale_text {
  /* æç¤ºæ–‡å­—å¤§å° */
  line-height: 60px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.nc-container .nc_scale .btn_ok {
  height: 100% !important;
  width: 70px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}



@media only all and (max-width:1080px) {
  .pc {
    display: none !important;
  }
  .m {
    display: block !important;
  }
  .slider_input {
    height: 100%;
    margin-bottom: 0;
  }
  .banner {
    width: 100%;
    height: 20rem;
    background: url(../images/m_banner_bg.png) no-repeat top center;
    background-size: 100% auto;
  }
  .txt_container {
    width: 100%;
    padding-top: .3rem;
  }
  .txt01 {
    font-size: .65rem;
  }
  .txt02_container {
    margin-top: 6.5rem;
  }
  .txt02_container h3 {
    width: auto;
    margin-right: .3rem;
    font-size: .8rem;
  }
  .txt02_container div {
    width: 8.8rem;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .txt02_container .big {
    font-size: .7rem;
  }
  .txt02_container .small {
    font-size: .65rem;
    letter-spacing: .1rem;
    padding-left: 0;
  }
  .txt03 {
    font-size: .8rem;
    margin: .4rem 0 .2rem;
  }
  .txt04 {
    font-size: .7rem;
  }
  .arrow {
    width: .5rem;
    margin: .6rem auto 1.5rem;
  }
  .txt05 {
    font-size: .85rem;
  }
  .txt06 {
    width: 90%;
    margin: .3rem auto 0;
    font-size: .7rem;
  }
  .box01 {
    background: #FEE9E2 !important;
    padding-top: 0;
    margin-top: 0;
  }
  .title img {
    width: 80%;
  }
  .title p {
    font-size: .7rem;
    margin-top: .4rem;
  }
  .box_common {
    margin-top: 1.3rem;
    padding: 0 .6rem .8rem;
  }
  .box_common .title {
    margin-top: -.4rem;
    margin-bottom: .6rem;
  }
  .box01 .title {
    margin-top: -.4rem;
  }
  .line {
    height: .01rem;
  }
  .box01_contianer {
    margin-top: .6rem;
    height: 10rem;
    background-size: 56%;
  }
  .code_m_container {
    z-index: 2;
  }
  .code_m {
    width: 6.6rem;
  }
  .tip .num {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .7rem;
  }
  .tip2 {
    top: 1.5rem;
    right: 2rem;
  }
  .tip4 {
    top: 6rem;
    left: .6rem;
  }
  .tip1 {
    top: 1.5rem;
    left: 2rem;
  }
  .tip3 {
    top: 6rem;
    right: 3rem;
  }
  .tip_l .num {
    left: -25px;
  }
  .tip_r .num {
    right: -25px;
  }
  .tip .txt {
    padding: .2rem .6rem;
    font-size: .7rem;
  }
  /* .tip_l .txt {
    padding-right: 4rem;
  }
  .tip_r .txt {
    padding-left: 4rem;
  } */
  .code_line {
    padding-bottom: 1rem;
  }
  .code_line p {
    color: #330000;
    padding-top: .8rem;
    font-size: .75rem;
  }
  .lq_btn {
    display: none;
  }
  .common_div {
    padding: .1rem;
  }
  .common_inner {
    padding: .1rem;
  }
  .wd_item {
    padding: .4rem 0;
    border-bottom: 1px dashed #700202;
  }
  .wd_item:first-child {
    padding-top: 0;
  }
  .wd_item a {
    display: block;
    width: 15rem;
  }
  .wd_item:last-child {
    border: 0;
  }
  .wd_item p {
    display: flex;
    align-items: flex-start;
    font-size: .7rem;
    margin: .3rem 0;
    line-height: 1.7;
  }
  .wd_item p span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-weight: bold;
    border-radius: .2rem;
    margin-right: .3rem;
  }
  .ques_txt a {
    color: #330000;
  }
  .ques_txt span {
    background: linear-gradient(135deg, #FCA18A, #FECCA3);
    color: #700202;
  }
  .ans_txt a {
    color: #700202;
  }
  .ans_txt span {
    color: #FEE9E2;
    background: linear-gradient(0deg, #6C070F, #AC111C);
  }
  .hot {
    font-size: .6rem;
    margin-top: .8rem;
  }
  .hot th {
    height: 1.8rem;
  }
  .hot td {
    height: 1.8rem;
  }
  .hot_txt {
    margin-top: .8rem;
    font-size: .6rem;
  }
  .teacher_r.m {
    margin-top: 1rem;
    width: 100%;
    height: 13rem;
    margin-left: .5rem;
    background-size: 100% auto;
  }
  .teacher_r.m p {
    font-size: .8rem;
    padding-top: 11.2rem;
    box-sizing: border-box;
    padding-right: 1rem;
  }
  .box03_title_m {
    font-size: .75rem;
    color: #330000;
    text-align: center;
    font-weight: bold;
  }
  .box03_title_m span {
    color: #700202;
  }
  .xz_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: .8rem;
  }
  .xz_container div {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    font-size: .75rem;
    font-weight: bold;
    background: linear-gradient(0deg, #6C070F 0%, #AC111C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xz_container div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../images/xz_img.png) no-repeat top center;
    background-size: 100% 100%;
    animation: turn 2s linear infinite;
    -webkit-animation: turn 2s linear infinite;
    -moz-animation: turn 2s linear infinite;
    -o-animation: turn 2s linear infinite;
    animation: turn 2s linear infinite;
  }
  @keyframes turn {
    0% {
      -webkit-transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(90deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(270deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  .book_list {
    background: none;
  }
  .book_t {
    width: 4.6rem;
    height: 1.8rem;
    padding-top: 0.8rem;
    background-size: 100% auto;
  }
  .book_t h3 {
    font-size: .6rem;
    margin-bottom: 0;
  }
  .book_b {
    margin-top: -0;
    position: relative;
    width: 5.33rem;
    height: 5.33rem;
  }
  .book_b span {
    width: 2rem;
    height: 2rem;
    font-size: .65rem;
    bottom: -1rem;
  }
  .box04 .div_content img {
    width: 100%;
    height: 100%;
  }
  .box04 .box_common {
    padding-bottom: 2rem;
  }
  .box05 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .box05 .title {
    margin-bottom: 1rem;
  }
  /* åœ°åŒºå¼€å§‹ */
  .box05 .title img {
    width: 100%;
  }
  .region a {
    float: left;
    width: 3.25rem;
    height: 1.5rem;
    margin-right: .32rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  .region a:nth-child(8n) {
    margin-right: .32rem;
  }
  .region a:nth-child(5n) {
    margin-right: 0;
  }
  /* å¼¹çª— */
  .form_box {
    width: 16rem;
    padding: 1rem;
    border-radius: .3rem;
  }
  .fixed_close {
    top: -1.2rem;
    width: 1rem;
  }
  .form_box h5 {
    margin-bottom: .4rem;
    font-size: .8rem;
  }
  .form_box p {
    margin-bottom: .5rem;
  }
  .form_box p input, .form_box p select {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: .5rem;
    font-size: .7rem;
  }
  .button2 {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: bold;
  }
  /* å³ä¾§æ‚¬æµ® */
  .fixed_right_out {
    display: none;
  }
  .fixed_right {
    position: fixed;
    top: 30%;
    right: -9rem;
    display: flex;
    align-items: center;
    transition: transform .5s;
    z-index: 999;
  }
  .fixed_right .zl_txt {
    width: 2rem;
    height: 2rem;
    background: url(../images/circle_bg.png) no-repeat center top;
    background-size: 100% 100%;
    text-align: center;
    line-height: 2rem;
    color: #FEE9E2;
    font-size: .7rem;
    font-weight: bold;
    z-index: 2;
    animation: tada 1.4s infinite;
  }
  .fixed_right .detail_txt {
    width: 8.4rem;
    height: 1.27rem;
    margin-left: -.3rem;
    z-index: 1;
    padding: 0 .3rem 0 .5rem;
    text-align: center;
    line-height: 1.27rem;
    background: linear-gradient(90deg, #FFFFEE, #F5BA7E);
    box-shadow: 0rem 0rem 0rem 0rem rgba(51, 0, 0, 0.5);
  }
  .fixed_right .detail_txt span {
    font-size: .6rem;
    font-weight: bold;
    background: linear-gradient(0deg, #6C070F 0%, #AC111C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #your-dom-id {
    display: none;
  }

  .slider_input .nc_scale {
    height: 70px;
  }
  .nc-container,
  .nc-slider_input {
    /* æ»‘å—å®½é«˜ */
    width: 100%;
    height: 1.6rem;
    margin-bottom: 10px;
  }

  ._nc .stage1,
  .slider {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  ._nc .stage1 .track div,
  ._nc .stage1 .label {
    /* æ–‡å­—å¤§å° */
    font-size: .7rem !important;
    width: 100% !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
  }

  /* æ»‘åŠ¨æŒ‰é’®å¤§å° */
  ._nc .stage1 .button {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }

  ._nc .stage1 .icon {
    left: 0 !important;
  }
}</pre></body></html>