/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}

.link {
  color: currentColor;
  text-decoration: none;
}
.link_primary {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
  .link_primary {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
  }
}
body[data-theme=amg] .link_primary {
  font-style: italic;
  padding-left: 15px;
}
.link_primary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary:hover, .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_primary:focus {
  color: #e23a39;
}
body.corporate-page .link_primary {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary:before {
  content: none;
}
.link_secondary {
  padding-left: 10px;
  position: relative;
}
.link_secondary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary:before {
  color: #cc0000;
}
.link_secondary:hover, .link_secondary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary:hover, body[data-theme=amg] .link_secondary:focus {
  color: #cc0000;
}
@media only print {
  .link_secondary {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
  }
}
.link_plain-link, body.corporate-page .link_primary {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link, body[data-theme=amg] body.corporate-page .link_primary, body.corporate-page body[data-theme=amg] .link_primary {
  color: #cc0000;
}
.link_plain-link:hover, body.corporate-page .link_primary:hover, .link_plain-link:focus, body.corporate-page .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link:hover, body[data-theme=amg] body.corporate-page .link_primary:hover, body.corporate-page body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_plain-link:focus, body[data-theme=amg] body.corporate-page .link_primary:focus, body.corporate-page body[data-theme=amg] .link_primary:focus {
  color: #cc0000;
}
.link_in-text:hover, .link_in-text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text:hover, body[data-theme=amg] .link_in-text:focus {
  color: #cc0000;
}
.link_bold {
  font-size: 14px;
  font-weight: 700;
}
.link_bold:hover, .link_bold:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold:hover, body[data-theme=amg] .link_bold:focus {
  color: #cc0000;
}
.link_bold_sub {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub:hover, .link_bold_sub:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub:hover, body[data-theme=amg] .link_bold_sub:focus {
  color: #cc0000;
}
.link_icon_text {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
  .link_icon_text {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
  }
}
.link_icon_text [class^=icon-mb],
.link_icon_text [class*=" icon-mb"] {
  vertical-align: middle;
}
.link_icon_text:hover, .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text {
  color: #999;
}
body[data-theme=amg] .link_icon_text:hover, body[data-theme=amg] .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"] {
  color: #cc0000;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#content {
  width: 100%;
  overflow-x: hidden;
}

.back-link {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
  .back-link {
    font-size: 13px;
  }
}
.back-link a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a {
  color: #fff;
}
body[data-theme=amg] .back-link a:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .back-link a:before {
    margin-right: 5px;
    font-size: 13px;
  }
}

.expansion-link {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
  .expansion-link {
    position: relative;
  }
}
body[data-theme=amg] .expansion-link {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.button {
  font-size: 14px;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}

.cc-project-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.cc-project-wrap .cc-mockHeader {
  width: 100%;
  height: 110px;
  background: #000;
}
.cc-project-wrap .ll-mobileHeader {
  width: 100%;
  height: 64px;
  background: #000;
}
.cc-project-wrap .cc-mockFooter {
  width: 100%;
  height: 110px;
  background: #000;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}
.link {
  color: currentColor;
  text-decoration: none;
}
.link_primary {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary {
  font-style: italic;
  padding-left: 15px;
}
.link_primary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary:hover, .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_primary:focus {
  color: #e23a39;
}
body.corporate-page .link_primary {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary:before {
  content: none;
}
.link_secondary {
  padding-left: 10px;
  position: relative;
}
.link_secondary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary:before {
  color: #cc0000;
}
.link_secondary:hover, .link_secondary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary:hover, body[data-theme=amg] .link_secondary:focus {
  color: #cc0000;
}
@media only print {
.link_secondary {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link, body.corporate-page .link_primary {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link, body[data-theme=amg] body.corporate-page .link_primary, body.corporate-page body[data-theme=amg] .link_primary {
  color: #cc0000;
}
.link_plain-link:hover, body.corporate-page .link_primary:hover, .link_plain-link:focus, body.corporate-page .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link:hover, body[data-theme=amg] body.corporate-page .link_primary:hover, body.corporate-page body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_plain-link:focus, body[data-theme=amg] body.corporate-page .link_primary:focus, body.corporate-page body[data-theme=amg] .link_primary:focus {
  color: #cc0000;
}
.link_in-text:hover, .link_in-text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text:hover, body[data-theme=amg] .link_in-text:focus {
  color: #cc0000;
}
.link_bold {
  font-size: 14px;
  font-weight: 700;
}
.link_bold:hover, .link_bold:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold:hover, body[data-theme=amg] .link_bold:focus {
  color: #cc0000;
}
.link_bold_sub {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub:hover, .link_bold_sub:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub:hover, body[data-theme=amg] .link_bold_sub:focus {
  color: #cc0000;
}
.link_icon_text {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb],
.link_icon_text [class*=" icon-mb"] {
  vertical-align: middle;
}
.link_icon_text:hover, .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text {
  color: #999;
}
body[data-theme=amg] .link_icon_text:hover, body[data-theme=amg] .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"] {
  color: #cc0000;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#content {
  width: 100%;
  overflow-x: hidden;
}
.back-link {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
.back-link {
    font-size: 13px;
}
}
.back-link a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a {
  color: #fff;
}
body[data-theme=amg] .back-link a:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
.back-link a:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
.expansion-link {
    position: relative;
}
}
body[data-theme=amg] .expansion-link {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button {
  font-size: 14px;
}
@media (max-width: 767px) {
.button {
    font-size: 13px;
}
}
html {
  width: 100%;
  height: 100%;
}
.page-purchase-journey .mbe-chat__icon {
  display: none !important;
}
body {
  width: 100%;
  height: 100%;
  line-height: normal !important;
  background-color: #000;
}
body .global-header__right-menu-localtion-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .global-header__mobile-wrapper__mobile-container-right-menu-localtion-wrapper {
  display: block !important;
}
spa-pj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #f7f7f7;
  padding-top: 72px;
}
@media screen and (max-width: 1024px) {
spa-pj {
    padding-top: 64px;
}
}
spa-pj.woHeaderFooter {
  padding-top: 0;
}
.campaign-sales-policy * {
  text-align: left !important;
}
.global-header__overflow-hidden {
  overflow: hidden !important;
}
.pj-global-header-wrapper {
  position: relative;
  z-index: 10090;
}
.pj-global-footer-wrapper {
  position: relative;
  z-index: 0;
}
body.el-popup-parent--hidden {
  overflow: auto !important;
}
.hidden-md-and-down.order-list {
  background-color: #f7f7f7;
}
.hidden-md-and-down.mmc-order-list {
  background-color: #fff;
}
@font-face {
  font-family: 'MB_HYZS';
  src: url(../fonts/MB_HYZS.34ca43f7.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HYa3gj';
  src: url(../fonts/HYZhongSongJBT.db093fcd.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CorporateACon-Reg';
  src: url(../fonts/CorporateACon-Reg.af10a68a.otf);
  font-weight: normal;
  font-style: normal;
}


.svg-icon[data-v-66abd5e6] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.ant-modal-content {
  border-radius: 10px;
}

.ant-modal-header {
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  text-align: center;
  padding: 30px 19px;
}

.ant-modal-body {
  padding: 10px 40px 51px 40px;
}

.ant-modal-mask {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.8);
}

.ant-tooltip-inner {
  background-color: #fff;
  color: #666666;
}

.ant-tooltip-arrow {
  display: none;
}

.ant-radio-wrapper-checked .ant-radio-checked:after {
  border-color: #333333;
}
.ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner {
  border-color: #333333;
}
.ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner:after {
  background-color: #333333;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #333333;
}

.ant-checkbox-checked .ant-checkbox-inner {
  border-color: #333333;
  background-color: #333333;
}
.ant-checkbox-checked::after {
  border-color: #333333;
}

.ant-tooltip-content {
  position: relative;
  left: 44px;
}

.ant-modal-title {
  color: #333333;
}

p {
  margin-bottom: 0 !important;
}

body,
#app {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.new-footer {
  z-index: 400;
}
@font-face {
  font-family: 'iconfont'; /* Project id 3760248 */
  src: url(../fonts/iconfont.dbfbcdf3.woff2) format('woff2'), url(../fonts/iconfont.da916c64.woff) format('woff'),
    url(../fonts/iconfont.14c10ccb.ttf) format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tishi_mian:before {
  content: '\e6e2';
}

.icon-tianjia:before {
  content: '\e738';
}

.icon-amgkv-disclaimer:before {
  content: '\e62e';
}

.icon-circle-play:before {
  content: '\e62b';
}

.icon-sharp-play:before {
  content: '\e62a';
}

.icon-a-overlay-close-btn:before {
  content: '\e629';
}

.icon-check-circle:before {
  content: '\e61a';
}

.icon-a-zu33579:before {
  content: '\e616';
}

.icon-a-zu33580:before {
  content: '\e618';
}

.icon-circle-360:before {
  content: '\63';
}

.icon-coin:before {
  content: '\e628';
}

.icon-landscape:before {
  content: '\e61f';
}

.icon-portrait:before {
  content: '\e620';
}

.icon-bottle:before {
  content: '\e61d';
}

.icon-maximize:before {
  content: '\e621';
}

.icon-moon:before {
  content: '\e623';
}

.icon-sun:before {
  content: '\e624';
}

.icon-minimize:before {
  content: '\e625';
}

.icon-panel:before {
  content: '\e627';
}

.icon-loading1:before {
  content: '\e61c';
}

.icon-wheel:before {
  content: '\e61b';
}

.icon-seat:before {
  content: '\e619';
}

.icon-check:before {
  content: '\e662';
}

.icon-close1:before {
  content: '\e65e';
}

.icon-phone:before {
  content: '\e62c';
}

.icon-warning:before {
  content: '\e617';
}

.icon-modify:before {
  content: '\e615';
}

.icon-sharp-check:before {
  content: '\e600';
}

.icon-loading:before {
  content: '\e614';
}

.icon-checkbox:before {
  content: '\e613';
}

.icon-swiper-arrow-right-disabled:before {
  content: '\e611';
}

.icon-swiper-arrow-left:before {
  content: '\e612';
}

.icon-swiper-arrow-left-disabled:before {
  content: '\e60f';
}

.icon-swiper-arrow-right:before {
  content: '\e610';
}

.icon-share1:before {
  content: '\e60e';
}

.icon-tip:before {
  content: '\e60d';
}

.icon-pen-edit:before {
  content: '\e60c';
}

.icon-delete:before {
  content: '\e603';
}

.icon-comparison:before {
  content: '\e601';
}

.icon-close-circle-fill:before {
  content: '\e658';
}

.icon-close-circle:before {
  content: '\e60b';
}

.icon-clock:before {
  content: '\e60a';
}

.icon-alipay:before {
  content: '\e609';
}

.icon-wechatpay:before {
  content: '\e608';
}

.icon-star:before {
  content: '\e6a9';
}

.icon-arrow-right1:before {
  content: '\e606';
}

.icon-arrow-left1:before {
  content: '\e607';
}

.icon-reset:before {
  content: '\e602';
}

.icon-share:before {
  content: '\e604';
}

.icon-star-fill:before {
  content: '\e605';
}

.icon-icon-arrowup:before {
  content: '\e626';
}

.icon-icon-arrow-right:before {
  content: '\64';
}

.icon-icon-arrow-down:before {
  content: '\e661';
}

.icon-close:before {
  content: '\e668';
}

.icon-tishi:before {
  content: '\e72b';
}

.icon-shangjiantou:before {
  content: '\e61e';
}

.icon-gift:before {
  content: '\e866';
}

.icon-arrow-right:before {
  content: '\e743';
}

.icon-playfill:before {
  content: '\e74f';
}

.icon-pause:before {
  content: '\e622';
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
     -moz-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

  .\!container {
    max-width: 320px !important;
  }

  .container {
    max-width: 320px;
  }
}
@media (min-width: 479px) {

  .\!container {
    max-width: 479px !important;
  }

  .container {
    max-width: 479px;
  }
}
@media (min-width: 480px) {

  .\!container {
    max-width: 480px !important;
  }

  .container {
    max-width: 480px;
  }
}
@media (min-width: 767px) {

  .\!container {
    max-width: 767px !important;
  }

  .container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 900px) {

  .\!container {
    max-width: 900px !important;
  }

  .container {
    max-width: 900px;
  }
}
@media (min-width: 979px) {

  .\!container {
    max-width: 979px !important;
  }

  .container {
    max-width: 979px;
  }
}
@media (min-width: 980px) {

  .\!container {
    max-width: 980px !important;
  }

  .container {
    max-width: 980px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {

  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {

  .\!container {
    max-width: 1366px !important;
  }

  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1400px) {

  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {

  .\!container {
    max-width: 1600px !important;
  }

  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {

  .\!container {
    max-width: 1800px !important;
  }

  .container {
    max-width: 1800px;
  }
}
:root {
    --tw-ex-header-nav-height: 64px;
    --tw-ex-header-mobile-nav-height: 44px;
    --tw-ex-circle-checkbox-bg-color: #ffffff;
    --tw-ex-circle-checkbox-border-color: #ffffff;
  }
@-webkit-keyframes circle-checkbox-border-div-in {
    0% {
      border: 2px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: transparent;
    }
    100% {
      box-sizing: border-box;
      border: 6px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: var(--tw-ex-circle-checkbox-bg-color);
    }
  }
@keyframes circle-checkbox-border-div-in {
    0% {
      border: 2px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: transparent;
    }
    100% {
      box-sizing: border-box;
      border: 6px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: var(--tw-ex-circle-checkbox-bg-color);
    }
  }
@-webkit-keyframes circle-checkbox-border-div-out {
    0% {
      box-sizing: border-box;
      border: 6px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: transparent;
    }
    100% {
      border: 2px solid var(--tw-ex-circle-checkbox-border-color);
    }
  }
@keyframes circle-checkbox-border-div-out {
    0% {
      box-sizing: border-box;
      border: 6px solid var(--tw-ex-circle-checkbox-border-color);
      background-color: transparent;
    }
    100% {
      border: 2px solid var(--tw-ex-circle-checkbox-border-color);
    }
  }
@-webkit-keyframes circle-checkbox-svg-in {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
@keyframes circle-checkbox-svg-in {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
@-webkit-keyframes circle-checkbox-svg-out {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
@keyframes circle-checkbox-svg-out {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
.circle-checkbox-wrapper-in {
    -webkit-animation: circle-checkbox-border-div-in 220ms ease-in-out forwards;
            animation: circle-checkbox-border-div-in 220ms ease-in-out forwards;
  }
.circle-checkbox-wrapper-out {
    -webkit-animation: circle-checkbox-border-div-out 220ms linear forwards;
            animation: circle-checkbox-border-div-out 220ms linear forwards;
  }
.circle-checkbox-svg-in {
    -webkit-animation: circle-checkbox-svg-in 220ms ease-in-out forwards;
            animation: circle-checkbox-svg-in 220ms ease-in-out forwards;
  }
.circle-checkbox-svg-out {
    -webkit-animation: circle-checkbox-svg-out 220ms linear forwards;
            animation: circle-checkbox-svg-out 220ms linear forwards;
  }
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-\[15px\] {
  bottom: 15px !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.left-0 {
  left: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[2\.5vw\] {
  right: 2.5vw;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[1\.7rem\] {
  top: 1.7rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-full {
  top: 100%;
}
.-z-\[10\] {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-\[28\] {
  z-index: 28;
}
.z-\[29\] {
  z-index: 29;
}
.z-\[999\] {
  z-index: 999;
}
.m-auto {
  margin: auto;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-\[0\.625rem\] {
  margin-left: 0.625rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.\!h-auto {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.562rem\] {
  height: 2.562rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[365px\] {
  height: 365px;
}
.h-\[39\.2vw\] {
  height: 39.2vw;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[5vw\] {
  height: 5vw;
}
.h-\[6vw\] {
  height: 6vw;
}
.h-\[86vh\] {
  height: 86vh;
}
.h-full {
  height: 100%;
}
.max-h-\[40rem\] {
  max-height: 40rem;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.min-h-\[20vw\] {
  min-height: 20vw;
}
.\!w-auto {
  width: auto !important;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[10\.437rem\] {
  width: 10.437rem;
}
.w-\[10\.43rem\] {
  width: 10.43rem;
}
.w-\[14\.375rem\] {
  width: 14.375rem;
}
.w-\[16\.68rem\] {
  width: 16.68rem;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[6vw\] {
  width: 6vw;
}
.w-\[auto\] {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[35vw\] {
  min-width: 35vw;
}
.min-w-\[67px\] {
  min-width: 67px;
}
.max-w-\[5vw\] {
  max-width: 5vw;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-shrink {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-3deg\] {
  --tw-rotate: -3deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.45\] {
  --tw-scale-x: 0.45;
  --tw-scale-y: 0.45;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[83\%\] {
  --tw-scale-x: 83%;
  --tw-scale-y: 83%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[1vw\] {
  gap: 1vw;
}
.gap-\[3vw\] {
  gap: 3vw;
}
.gap-\[5vw\] {
  gap: 5vw;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[1\.5vw\] {
  border-radius: 1.5vw;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b-\[5px\] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-\[5px\] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.border {
  border-width: 1px;
}
.border-\[0\.6vw\] {
  border-width: 0.6vw;
}
.border-\[14px\] {
  border-width: 14px;
}
.border-l {
  border-left-width: 1px;
}
.border-r-\[0\.1vw\] {
  border-right-width: 0.1vw;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#DADADA\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#E3E3E3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-\[\#e1e1e1\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black-15 {
  border-color: rgba(0, 0, 0, 0.15);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.bg-\[\#CBCBCB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-gray-105 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-\[length\:110\%_auto\] {
  background-size: 110% auto;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[0\.4rem\] {
  padding: 0.4rem;
}
.p-\[4vw\] {
  padding: 4vw;
}
.p-\[5vw\] {
  padding: 5vw;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-\[10vw\] {
  padding-left: 10vw;
  padding-right: 10vw;
}
.px-\[2\.5vw\] {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
.px-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}
.px-\[8vw\] {
  padding-left: 8vw;
  padding-right: 8vw;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[3vw\] {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.py-\[5vw\] {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[20vh\] {
  padding-bottom: 20vh;
}
.pb-\[25vh\] {
  padding-bottom: 25vh;
}
.pb-\[36\%\] {
  padding-bottom: 36%;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[53px\] {
  padding-left: 53px;
}
.pl-\[7px\] {
  padding-left: 7px;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[38px\] {
  padding-right: 38px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-pingFangMedium {
  font-family: "PingFang SC-Medium", "PingFang SC";
}
.font-pingFangRegular {
  font-family: "PingFang SC-Regular", "PingFang SC";
}
.\!text-\[0\.8rem\] {
  font-size: 0.8rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[10vw\] {
  font-size: 10vw;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[2\.5vw\] {
  font-size: 2.5vw;
}
.text-\[3vw\] {
  font-size: 3vw;
}
.text-\[4vw\] {
  font-size: 4vw;
}
.text-\[5vw\] {
  font-size: 5vw;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[10vw\] {
  line-height: 10vw;
}
.leading-\[22px\] {
  line-height: 22px;
}
.text-\[\#0DB1EF\] {
  --tw-text-opacity: 1;
  color: rgb(13 177 239 / var(--tw-text-opacity));
}
.text-\[\#717171\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#B4B4B4\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity));
}
.text-\[\#BFBFBF\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-261 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-gray-270 {
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-440 {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-510 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-710 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -moz-text-decoration-color, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: inline;
}

/* global scrollbar style */

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* global scrollbar style */

.user-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

.customCheckboxBg[type='checkbox'] {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  color: white;
  position: relative;
}
.customCheckboxBg[type='checkbox']:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  background-color: white;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
}

.customCheckboxBg[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  background-color: black;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
}
.customCheckboxBg[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-135deg) translate(-70%, 25%) scale(0.9);
          transform: rotate(-135deg) translate(-70%, 25%) scale(0.9);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-\[2\.5vw\]::after {
  content: var(--tw-content);
  left: 2.5vw;
}
.after\:right-\[2\.5vw\]::after {
  content: var(--tw-content);
  right: 2.5vw;
}
.after\:border-b-\[1px\]::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}
.after\:border-\[\#F2F2F2\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.after\:last\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}
@media (hover: hover) and (pointer: fine) {

  .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .hover\:bg-gray-720:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .hover\:bg-\[length\:125\%_auto\]:hover {
    background-size: 125% auto;
  }

  .hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px) {

  .lg\:aspect-\[21\/9\] {
    aspect-ratio: 21/9;
  }

  .lg\:h-\[34vw\] {
    height: 34vw;
  }
}
@media (min-width: 1024px) {

  .xdesktop\:\!bottom-\[-20px\] {
    bottom: -20px !important;
  }

  .xdesktop\:h-\[9\.7vw\] {
    height: 9.7vw;
  }

  .xdesktop\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .xdesktop\:rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xdesktop\:rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xdesktop\:shadow-\[0_1px_10px_0_rgb\(220\2c 220\2c 220\)\] {
    --tw-shadow: 0 1px 10px 0 rgb(220,220,220);
    --tw-shadow-colored: 0 1px 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1200px) {

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mr-\[25px\] {
    margin-right: 25px;
  }

  .\32xl\:mt-\[5px\] {
    margin-top: 5px;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-\[22px\] {
    height: 22px;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-\[2px\] {
    padding-left: 2px;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:leading-\[22px\] {
    line-height: 22px;
  }
}
@media (min-width: 1366px) {

  .xtable\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

