@charset "utf-8";
/* CSS Document */
#Layout {
}

.mainContainer {
    color: #595959;
    font-size: 16px;
}

.titleBar {
    margin: 0 auto;
    padding: 15px 0;
}

.titleBar h1, .titleBar h2 {
    text-align: center;
    margin-bottom: 5px;
}

#title {
    margin-top: -55px;
}

.titleBar h2 {
    background: url(/img/border_b.jpg) repeat-x left bottom scroll;
    font-size: 16px;
    font-weight: bold;
    color: #1d78b6;
    line-height: 26px;
    padding: 15px 0;
    text-align: left;
}


.countTab1 {
    width: 100%;
    border: 1px solid #bacfee;
    border-collapse: collapse;
    margin: 0 auto 20px auto;
}

.countTab1 thead th {
    border: 1px solid #bacfee;
    background: #f7faff;
    padding: 5px;
}

.countTab1 tbody th, .countTab1 tbody td {
    border: 1px solid #bacfee;
    background: #f7faff;
    text-align: center;
    padding: 5px;
}

.countTab1 tbody td {
    background: #fff;
    font-weight: normal;
    text-align: left;
}

.countTab1 tbody span {
    color: #333;
    display: block;
}

.countTab1 td, .countTab1 th {
    min-width: 60px;
    max-width: calc(100vw - 20px);
}

.countTab2 {
    width: 100%;
    border: 1px solid #bacfee;
    border-collapse: collapse;
    margin: 0 auto 20px auto;
}

.countTab2 thead th {
    border: 1px solid #bacfee;
    background: #f7faff;
    padding: 10px;
    color: #333;
    text-align: center;
}

.countTab2 tbody th {
    border: 1px solid #bacfee;
    background: #f7faff;
    text-align: center;
    padding: 5px;
}

.countTab2 tbody td {
    border: 1px solid #bacfee;
    padding: 5px;
    background: #fff;
    font-weight: normal;
    text-align: left;
}

.countTab2 td, .countTab2 th {
    min-width: 60px;
    max-width: calc(100vw - 20px);
}

.countTab2 tbody .count {
    background: #1d78b6 !important;
    color: #fff !important;
}

.countTab2 tbody span {
    color: #333;
    font-weight: bold;
}

.countTabResult {
    width: 95%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto 20px auto;
}

.countTabResult thead th {
    border: 1px solid #ccc;
    background: #666;
    padding: 5px;
    color: #fff;
}

.countTabResult tbody th, .countTabResult tbody td {
    border: 1px solid #ccc;
    background: #EFEFEF;
    text-align: center;
    padding: 5px;
    width: 25%;
}

.countTabResult tbody td {
    background: #fff;
    font-weight: normal;
    text-align: left;
    width: 80%;
}

.countTabResult tbody span {
    color: #333;
    display: block;
}

.countTab {
    width: 95%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto 20px auto;
}

.countTab caption {
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
    font-size: 1.2em;
}

.countTab thead th {
    border: 1px solid #ccc;
    background: #666;
    padding: 10px;
    color: #fff;
}

.countTab tbody th, .countTab tbody td {
    border: 1px solid #ccc;
    background: #EFEFEF;
    text-align: center;
    padding: 5px;
    text-align: left;
}

.countTab tbody td {
    background: #fff;
    font-weight: normal;
    text-align: left;
}

.countTab tbody .count {
    background: #9c0 !important;
    color: #fff !important;
}

.countTab tbody span {
    color: #333;
    font-weight: bold;
}

.countFormTab {
    width: 90%;
    margin: 0 auto;
    border: 0;
}

.countFormTab td, .countFormTab th {
}

.ref {
    padding-bottom: 15px;
}

.big-table {
    overflow: auto;
}

.table-wrap {
    width: 100%;
    overflow: scroll;
}
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }
  table, th, td {
    border: 1px solid black;
  }
  th, td {
    padding: 10px;
    text-align: center;
  }
  th {
    background-color: #f2f2f2;
  }
  @charset "utf-8";

/* CSS Document */


.list {
  margin: auto;
  max-width: 800px;
  padding: 0 10px;  
}

ul,
ol,
li {
  list-style: none outside none;
}

a {
  text-decoration: none;
}

ul > a > li:hover {
  color: blueviolet;
  background-color: rgb(254, 254, 224);
  cursor: pointer;
}

.list ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.list ul a {
  color: #353535;
  font-size: 14px;
  line-height: 28px;
}

.list h4 {
  padding-left: 20px;
  line-height: 32px;
  margin: 15px 0 5px 0;
}

.list h3 {
  background-color: #008000;
  width: 100%;
  height: 36px;
  margin-top: 20px;
  color: #fff;
  line-height: 36px;
  border-radius: 5px;
}

.list h3 label {
  padding-left: 8px;
  display: inline-block;
}

.bottom {
  text-align: right;
  margin: 15px;
}

.bottom a {
  font-size: 15px;
  color: #666;
}


.reback_index {
  height: 16px;
  margin: 2px 8px 5px -5px;
}

.reback_index a {
  background: url(/img/5.png) no-repeat scroll;
  width: 25px;
  height: 24px;
  background-size: 100% 100%;
  display: inline-block;
}

.noneTop {
  margin: 50px 15px 17px 15px;
  text-align: right;
}

.noneTop a {
  font-size: 15px;
  color: #666;
}

.search_input {
  height: 30px;
  margin: 20px 15px 10px 15px;
  display: -webkit-box;
}

.search_input .text {
  -webkit-box-flex: 1;
  margin: 0;
  padding-left: 11px;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search_input .button {
  width: 58px;
  margin: 0;
}

.search_input .text input {
  width: 100%;
  height: 28px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  border: none;
}

.search_input .button button {
  background-color: #008000;
  width: 58px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  line-height: normal;
  border: medium none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0;
}


.top {
  text-align: right;
  margin: 15px;
}

.top2 {
  margin-top: 0;
}

.top a {
  /* background: url(/img/6.png) no-repeat left center scroll;
  background-size: 15px 16px; */
  font-size: small;
  line-height: 24px;
  color: #666;
  display: inline-block;
  height: 24px;
  /* padding-left: 18px; */
  margin-top: 8px;
  margin-left: 20px;
}

.top img {
  height: 15px;
  width:15px; 
  /* margin-left: 20px;  */
}

.top2 a {
  margin-top: 0;
}

.top_home {
  text-align: right;
  margin: 15px;
}

.top_home a {
  background: url(/img/home.png) no-repeat left center scroll;
  background-size: 15px 16px;
  font-size: small;
  line-height: 24px;
  color: #666;
  display: inline-block;
  height: 24px;
  padding-left: 18px;
  margin-top: 8px;
}

.formula-main {
  margin-top: 20px;
  padding: 0 20px;
}

.skin-color {
  color: #008000;
}

.skin-color-bold {
  color: #008000;
  font-weight: bold;
}

.formula-name {
  line-height: 24px;
  font-size: 12px;
  word-break: break-all;
}

.formula-name-first {
  margin-top: 0;
}

.formula-desc {
  line-height: 24px;
  font-size: 12px;
  color: #333;
}

.formula-desc-first {
  margin-top: 30px;
}

.detail-btm-title {
  font-size: 15px;
  color: #008000;
  text-align: center;
  padding: 20px 0;
}

.font14 {
  font-size: 14px;
}

.font-center {
  text-align: center;
}

.formula-li {
  margin-top: 28px;
  font-size: 12px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  align-items: flex-start;
}

.formula-li-index,
.formula-li-name {
  color: #008000;
}

.formula-li-index {
  margin-right: 7px;
}

.formula-li-txt {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -khtml-flex: 1;
  flex: 1;
  width: 100%;
}

.formula-li-desc {
  margin-top: 8px;
}

.fontR {
  text-align: right;
}

.formula-tbimg {
  max-width: 100%;
}

#meta {
  height: 31px;
  padding: 10px 10px 0 30px;
}

#meta select {
  float: right;
  width: 118px;
  height: 31px;
  border: 2px solid #008000;
  padding: 4px;
}

#meta select option {
  line-height: 31px;
}

#title {
  margin-top: -55px;
}

#title h2 {
  background: url(/img/border_b.jpg) repeat-x left bottom scroll;
  font-size: 16px;
  font-weight: bold;
  color: #008000;
  line-height: 26px;
  padding: 15px 0;
  text-align: left;
}

#medform {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-top: 10px;
}

#medform table tr td {
  padding: 10px 5px;
}

#medform table tr.answer {
  background-color: #f5f5f5;
}

#medform small {
  color: #008000;
}

.calc h4 {
  padding-left: 20px;
  line-height: 32px;
  margin: 15px 0 5px 0;
}

.calc h3 {
  background-color: #1E90FF;
  width: 100%;
  height: 36px;
  margin-top: 20px;
  color: #fff;
  line-height: 36px;
  border-radius: 5px;
}

.calc h3 label {
  padding-left: 8px;
  display: inline-block;
}

.calc {
  margin: 0;
  padding: 0 10px;
}

.medical_title {
  padding-left: 30px;
  text-align: left;
}

.medical_choice {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  padding: 20px 30px 22px 30px;
}

.medical_choice table tr td {
  padding: 10px 5px;
}

.medical_choice table tr td select {
  width: 178px;
  height: 31px;
  border: 2px solid #008000;
  padding: 4px;
}

.medical_choice select option {
  line-height: 31px;
}

.medical_choice table tr td input {
  margin-right: 8px;
}

.medical_choice table tr td span {
  margin-right: 50px;
}

.medical_result {
  width: 394px;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 22px 20px;
  margin-left: 30px;
}

.medical_result p.m_r_title {
  color: #008000;
  margin-bottom: 12px;
}

.div_bottom {
  display: block;
  font-size: 13px;
  color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.second-title-box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  align-items: center;
  padding: 15px 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.second-title-box:hover {
  color: blueviolet;
  background-color: rgb(254, 254, 224);
  cursor: pointer;
}

.second-title-box h4 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -khtml-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0;
}

.second-title-txt {
  font-size: 14px;
  padding-right: 20px;
}

.second-title-txt a {
  color: #008000;
}

.second-title-icon {
  width: 8px;
  height: 13px;
  display: inline-block;
  background: url("/img/icon4.png") center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 3px;
}

.second-title-iconOpen {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 6px;
}

.list ul {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*display: none;*/
}

.head-list {
  padding: 12px 20px 10px;
}

.head-li {
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  display: block;
  border-bottom: 1px solid #008000;
  font-size: 14px;
  color: #008000;
}

.head-li:hover {
  color: blueviolet;
  background-color: rgb(254, 254, 224);
  cursor: pointer;
}

.head-li-active {
  background: #1685eb57;
  font-weight: bold;
}

/*2019-12-19*/

* {
  padding: 0;
  margin: 0;
}

.pic_box {
  width: 100%;
}

.pic_box img {
  width: 100%;
}

.question_cont {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.question_title {
  background-color: #edf8fc;
  font-weight: bold;
  padding: 10px 4%;
  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;
  border-radius: 5px;
}

.question_sub_title {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 15px;
}

.question_sub_title p {
  line-height: 24px;
  margin-bottom: 10px;
}

.que_title {
  background-color: #edf8fc;
  font-weight: bold;
  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  -khtml-user-select: none;

  user-select: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 10px;
}

.question_infor2 .que_title {
  margin: 0px 0px 10px -10px;
}

.que_select_box .que_title {
  margin: 10px -10px 0 -10px;
}

.question_block .que_select_box .que_title {
  margin: 10px 0 0 0;
}

.question_infor {
  padding: 10px 4%;
}

.question_infor2 {
  padding: 10px 0 10px 4%;
}

.question_blocks {
  padding: 10px 0 10px 0;
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
}

.align_items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.flex_box .flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -moz-user-select: none;

  -webkit-user-select: none;
  
  -ms-user-select: none;
  
  -khtml-user-select: none;

  user-select: none;
  padding: 0;
}

.flex_box .flex2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -moz-user-select: none;

  -webkit-user-select: none;
  
  -ms-user-select: none;
  
  -khtml-user-select: none;

  user-select: none;
  padding: 0;
}

.flex_box .flex_item {
  margin: 0 20px 0 0;
  padding: 0;
}

.flex_box .flex_que {
  margin: 0 10px 0 10px;
  padding: 0;
}

.q_radio {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}

.q_radio:checked {
  background: #008000;
  border-color: #008000;
  background-size: 100% 100%;
  background-image: url(/img/radio2.png);
}

.hide {
  visibility: hidden;
}

.btn_box {
  background-color: #edf8fc;
  padding: 20px 15%;
  height: 30px;
}

.submit_btn {
  background: url(/img/submit_bone.png) no-repeat;
  width: 90px;
  height: 30px;
  -webkit-background-size: 100% 100%;
  display: block;
  border: medium none;
  outline: none;
  float: left;
}

.reset_btn {
  background: url(/img/reset_bone.png) no-repeat;
  width: 90px;
  height: 30px;
  -webkit-background-size: 100% 100%;
  display: block;
  border: medium none;
  outline: none;
  float: right;
}

.prompt_box {
  padding: 10px 4%;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  background-color: #edf8fc;
}

.prompt_box div {
  margin-bottom: 5px;
}

.reference_box {
  padding: 10px 4% 20px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  background-color: #edf8fc;
}

.reference_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cover {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.pop_box {
  width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  display: none;
}

.q_text {
  -webkit-box-sizing: border-box;
  padding: 0 6px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #aeb0b5;
  border-radius: 4px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.first-title {
  border-radius: 5px 5px 0 0 !important;
}

.first-item {
  border: solid 1px #008000;
  border-radius: 0 0 5px 5px;
}

.first-calc {
  color: #008000;
}

.last-calc {
  border-bottom: 0px !important;
}

.layui-m-layerbtn span[yes] {
  color: #008000 !important;
}

.info {
  background: url(/img/info2.png) no-repeat center center;
  -webkit-background-size: 16px 16px;
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

.jiedu a {
  color: #008000;
}

/*2021-03-02 下拉选择*/

.question_block .que_select_box {
  padding: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}

.question_block .que_select_box .que_block {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0 8% 0 0;
  background: url(/img/right.png) no-repeat 95% center;
  -webkit-background-size: 5px 10px;
}

.que_select_box {
  padding: 0 10px;
}

.que_select_box .answer_block {
  margin-top: 10px;
}

.que_select_box .que_block {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0 12px 0 0;
  background: url(/img/right.png) no-repeat right center;
  -webkit-background-size: 5px 10px;
}

.que_select_box .que_infor {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 0;
}

.que_select_box .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.que_select_box .answer {
  width: 25%;
  margin-left: 0.1rem;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.que_select_box .que_mark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}

.que_select_box .que_mark .option-content {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding-bottom: 10px;
  left: 0;
  bottom: 0;
}

.que_select_box .que_mark .option-title {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.que_select_box .que_mark .option-title-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.que_select_box .que_mark .option-title-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAAAkBJREFUWAntmLtOwzAUhpuEzIzcRoQ6MCIhscEDwAKCB6hoVTHwJMy9qerEUiFxkVhY2ldgRmKDsQtL1dCE/6R1FVI3vhYxxJLj1PH5z5fj+NhqoZCXPAJ5BPIIzEWg2+16c51/3OGK/NXr9ePBYPBaq9W2RGNVn3c6nfVGo7EqY5cJSpAQuYuiaNdxnJ5NWABuDIfDPrRfZGAzQV3XdQBKtQDBHVuwBBmGYQ+yRejuoz6jxn7IF69kgpbL5SfAngEwIGMbsElI0iRt6N6gjej3opL5Fsyo2WyeIAL0CfjUB9E33B9Vq9UPNkamXQB5AZ17kb0UKImYwppAkn9pUBNYU0hlUB1YG5BaoCqwtiC1QWVgbUIagWbBIqUhSUzyZOxkkoKkVjeN5xWlxcQT4GSDd6QuyonbNH6aJ40gYx26mJY0LNOzBUl6mTsTcyhqaQcD1CXGzXYX/I7G4zFyuTiZi/TpufHUk0h64VAfFcBq7WAT699XY1AO5PfUxQq1tmCNpj4NCSg6vJx7nnc6vbdykIlfmC46hQeJxT5b3ekFZhpZrYiKIOnFFx0R2+32pk5glL9RGcgkCC+yvu8flkqlz+Q40b0SqCokc24DVhpUF9IWrBSoKaQNWCGoLUhTWOGqxynoEU6K5IhyYzIFMecqLS8bBEHQF2UDISjgrlG/bECyF+LBjkajK/ac1wqnnozwR8QBQNcqlcoDT0S3j2UD2N9CuwQfoa7W0u1ardYePifhzC4dJHeQRyCPwD+LwA9wBTpWc0UApwAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.que_select_box .que_mark .option-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.que_select_box .que_mark .options {
  padding: 0 16px 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 340px;
  overflow: auto;
}

.que_select_box .que_mark .option {
  width: 100%;
  min-height: 49px;
  border-radius: 4px;
  background: #f7f7f7;
  font-size: 14px;
  padding: 12px 16px;
  color: #666;
  text-align: left;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.que_select_box .que_mark .option.selected {
  background: #f2f7ff;
  color: #008000;
}

.que_select_box .selected_val {
  color: #333;
}

/*弹窗*/

.mask-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  /*filter:alpha(opacity=0.7);*/
  filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
  /*display: none;*/
}

.mask-cover {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.home-mask .mask-cover {
  width: 92%;
}

.home-mask-txt {
  width: 88.4%;
  margin: 0 auto;
  padding: 5.5% 0;
  font-size: 15px;
  color: #000;
  line-height: 27px;
  text-indent: 30px;
  text-indent: 30px;
}

.mask-btns {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
}

.mask-btns div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -khtml-flex: 1;
  flex: 1;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  text-align: center;
}

.mask-btn-no {
  background: #d2e4f0;
  color: #008000;
}

.mask-btn-yes {
  background: #008000;
  color: #fff;
}

.like_box {
  color: #595959;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.like-btn {
  background: url(/img/unlike.png) no-repeat;
  width: 24px;
  height: 24px;
  -webkit-background-size: 100% 100%;
  display: block;
  border: medium none;
  outline: none;
  margin: 0 auto;
}

.like_box.active {
  color: #008000;
}

.like_box.active .like-btn {
  background: url(/img/like.png) no-repeat;
  -webkit-background-size: 100% 100%;
}

.two-title-box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.two-title-item {
  flex: 1;
}

.two-title-item:hover {
  color: blueviolet;
  background-color: rgb(254, 254, 224);
  cursor: pointer;
}

.add_calc {
  text-align: center;
}

.add_calc .button button {
  margin-top: 30px;
  background-color: #008000;
  width: 100px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  line-height: normal;
  border: medium none;
  border-radius: 6px;
  padding: 0;
}

/* 显示二维码 */
#qrcode img {
  position: absolute;
  top: 30%;
  left: 42%;
  width: 200px;
  height: 200px;
  display: block;
}
#qrcode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  display: none;
}
#qrcode p {
  line-height: 1.5em;
  letter-spacing: 0.3em;
  text-align: center;
  top: 55%;
  color: #008000;
  font-size: 22px;
  background-color: white;
}

#showTopBack {
  /* 返回与顶端*/
  background-color: #fff;
  position: fixed;
  color: #008000;
  bottom: 15%;
  right: 0px;
  font-size: 20px;
  line-height: 0;
  z-index: 100;
  cursor: hand;
  width: 24px;
  text-align: center;
  border-radius: 3px;
  border:1px solid rgb(200, 200, 200);
}


/* 首页上的tab样式 */
.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
  border: solid 1px #008000;
  border-radius: 5px 5px 5px 5px;  
}
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
  /*     color: black; */
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight:bold;
  line-height: 0.8em;
  background-color: #008000;
  color:white;  
  padding: 0.5rem 0;
  text-align: center;
}
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
  /*     border-bottom: 1px solid rgba(239, 237, 239, 0.5); */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
  /*    tab标签选中的颜色标志      */
  border-bottom: 1px solid #999;  
}
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border-bottom: 4px solid #999;    
}
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
  opacity: 1;  
}
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
  
}
.tabs .tab-2 {
  width: 50%;    
}
.tabs .tab-2 [type="radio"] + div {
  width: 200%;
  margin-left: 200%;  
}
.tabs .tab-2 [type="radio"]:checked + div {
  margin-left: 0;  
}
.tabs .tab-2:last-child [type="radio"] + div {
  margin-left: 100%;    
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
  margin-left: -100%;    
}

.img-like{
    text-align:center;
    vertical-align:center;
    cursor: pointer;
    margin-left:0.2rem;
    margin-right: 0.5rem;
    margin-top:0.2rem;     
    float: left;  
}
.showLikeDiv{width: 90%;}

.showLikeDiv:hover{color: blueviolet;
  background-color: rgb(254, 254, 224);
  cursor: pointer;}

.-myBorder-{
    border-bottom:1px solid rgb(200, 200, 200);
  }
  * {
    margin: 0;
    padding: 0;
    font-family: Helvetica, "Arial", "Microsoft YaHei", "é»‘ä½“", "å®‹ä½“", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    user-select: none;
}

.show {
    margin: auto;
    max-width: 900px;
}

.calcve {
    padding: 0 10px;
    min-height: 450px;
}

.resource {
    margin-bottom: 3px;
    align-items: center;
}

.resource--author {
    max-width: 400px;
    font-size: 14px;
    background-color: white;
}

.resource--author img {
    width: 64px;
    height: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.resource--author--container {
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer
}

.resource--author--container:last-child {
    margin-bottom: 0px;
}

.resource .resource__text {
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    display: inline-block;
    word-break: break-all;
}

.resource.resource--author .resource__text {
    display: flex;
    align-items: center;
}

.resource__text.calc_sideColumn_creator {
    display: flex;
    align-items: center;
}

.resource {
    font-size: 14px;
    display: flex;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    min-height: 50px;
    color: #595959;
    text-decoration: none;
    background-color: white;
    box-shadow: none;
    transition: box-shadow .2s ease;
}

a.resource:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

a.resource:hover .resource__text {
    text-decoration: none;
}

.calc-facts div.resource:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer
}

.calc-facts div.resource:hover .resource__text {
    text-decoration: none;
    cursor: pointer
}

.resource__img-wrapper {
    display: flex;
    flex-shrink: 0;
    max-width: 64px;
    align-items: center;
    align-self: stretch;
    padding: 10px;
    border-right: 1px solid #D7D7D7;
}

.resource__img-wrapper > img {
    max-width: 24px;
}

.resource__text {
    flex-grow: 1;
    -ms-flex-negative: 1;
    align-self: center;
    padding: 10px 10px 8px;
    max-width: 100%;
}

.ReactCollapse--collapse {
    line-height: 1.4;
    background-color: #f0f0f0;
    color: #595959;
    padding: 10px;
}

.ReactCollapse--collapse p {
    font-size: 12px;
    margin: 5px 0;
}

.ReactCollapse--collapse ul li {
    font-size: 12px;
    margin-bottom: 4px;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc;
    border-bottom: none;
}

.sub-item ul li {
    list-style-type: circle;
}

.ReactCollapse--collapse table {
    width: 100%;
}

.ReactCollapse--collapse table td {
    padding: 3px 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

.req input[type=number], .req input[type=text] {
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #aeb0b5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.req select {
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    height: 28px;
}

.not_req input[type=number], .not_req input[type=text] {
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #aeb0b5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.not_req select {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
}

/**æ–°ç‰ˆæ ·å¼1 */
.answer input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 0 6px;
    border: 1px solid #aeb0b5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.answer select {
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    height: 28px;
}

/**æ–°ç‰ˆæ ·å¼2 */
.answer_block {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.answer_block input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 0 6px;
    border: 1px solid #aeb0b5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.answer_block select {
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    height: 28px;
}

.flex-center {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-flex;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex-item {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    -ms-flex: 1.0;
    box-flex: 1.0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 0;
    width: 100%;
}

.calc-item {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
}

.calc-que {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    margin-bottom: 10px;
}

.calc-label {
    width: 120px;
    margin: 0 10px 0 0;
    text-align: left;
}


.calc-unit-bg {
    width: 80px;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.calc-unit {
    width: 60px;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.calc-unit-md {
    width: 50px;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.calc-unit-sm {
    width: 40px;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.calc-unit-ssm {
    width: 32px;
    font-size: 14px;
    margin: 0 0 0 5px;
}


.calc-input {
    width: 100%;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    outline: none;
    border: 1px solid #aeb0b5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.calc-gap {
    margin-left: 10px;
}

.calc-label-sm {
    width: 150px;
}

.calc-label-md {
    width: 200px;
}

.calc-label-bg {
    width: 205px;
}

.calc-label-lg {
    width: 200px;
}

.calc-label-hg {
    width: 200px;
}

.calc-label-hg2 {
    width: 250px;
}

.unit-desc {
    font-size: 12px;
    margin: 10px;
    text-align: right;
    font-weight: bold;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

.notClickable {
    pointer-events: none;
    cursor: default;
}

.activeLink {
    color: #ffb600 !important;
}

.result {
    border-top: 1px solid #c2c2c2;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.result h2 {
    color: #f60;
}

.calc_btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 36px;
    width: 128px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
}

.calc_btn_hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

.calc_btn_no_hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
}

.calc_btn:active {
    position: relative;
    top: 1px;
}

.jiedu-title {
    font-size: 18px;
    margin-left: 10px
}

.jiedu-left {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 6px 0 6px;
    text-align: left;
}

.jiedu {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 6px 0 6px;
    text-align: justify;
}

.jiedu p, .jiedu-left p {
    margin-top: 10px;
    color: #595959;
}

.jiedu .title {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #595959;
}

/*åŽ»é™¤é˜´å½±*/
.req input[type=text], .req input[type=number] {
    -webkit-appearance: none;
}

.not_req input[type=text], .not_req input[type=number] {
    -webkit-appearance: none;
}

.answer input[type=text], .answer input[type=number] {
    -webkit-appearance: none;
}

.answer_block input[type=text], .answer_block input[type=number] {
    -webkit-appearance: none;
}


.question_block input[type=text], .question_block input[type=number] {
    -webkit-appearance: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*åŽ»é™¤å³ä¾§ç®­å¤´*/
input[type="number"] {
    -moz-appearance: textfield;
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

.gap60 {
    margin-right: 60px !important;
}

.gap10 {
    margin-right: 10px;
}

.change {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top0 {
    padding-top: 0;
    margin-top: 0;
}

.end {
    padding-bottom: 15px;
}

.meta {
    margin-bottom: 10px;
}

/*å…è´£å£°æ˜Ž*/
.disclaimer_box {
    padding: 30px 9.3%;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}

.disclaimer_box .disclaimer_tit {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 15px 0;
}

.disclaimer_box .disclaimer_txt {
    padding-bottom: 15px;
}

.disclaimer_box .disclaimer_check {
    font-size: 12px;
    color: #666666;
}

.disclaimer_box .d_check {
    -webkit-appearance: none;
    background: url("/img/check.png") no-repeat;
    width: 10px;
    height: 10px;
    -webkit-background-size: 100% 100%;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}

.disclaimer_box .d_check:checked:after {
    content: '';
    background: url("/img/check_active.png") no-repeat;
    width: 10px;
    height: 10px;
    -webkit-background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -1px;
}

.disclaimer_box .disclaimer_btm {
    padding-top: 100px;
}

.disclaimer_box .disclaimer_btn {
    width: 100%;
    height: 44px;
    background-color: #336699;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 18px;
}
.container {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.form-container {
flex: 1;
margin-right: 20px;
}
.image-container {
flex: 1;
text-align: center;
}
.image-container img {
max-width: 100%;
height: auto;
}
.form-group {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.label-box {
width: 150px;
text-align: left;
margin-right: 10px;
font-size: 18px;
}
.calc-input {
flex: 1;
font-size: 18px;
}
.result-box {
background-color: #f0f8ff;
padding: 10px;
border-radius: 5px;
font-size: 18px;
}
@media (max-width: 768px) {
.container {
flex-direction: column;
align-items: center;
}
.image-container {
order: -1;
margin-bottom: 20px;
}
.label-box {
text-align: left;
margin-right: 0;
margin-bottom: 5px;
}
.form-group {
flex-direction: column;
align-items: flex-start;
}
}


table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

button,
select {
  text-transform: none;
}


button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}


:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}


progress {
  vertical-align: baseline;
}


::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}



[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}



summary {
  display: list-item;
}



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;
}


dialog {
  padding: 0;
}



textarea {
  resize: vertical;
}


input::-moz-placeholder, textarea::-moz-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;
}



:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-\[0px\] {
  right: 0px;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-\[0px\] {
  top: 0px;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-4 {
  left: -1rem;
}

.-right-6 {
  right: -1.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.-z-10 {
  z-index: -10;
}

.float-right {
  float: right;
}

.m-2 {
  margin: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.58em\] {
  height: 0.58em;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[60px\] {
  height: 60px;
}

.h-full {
  height: 100%;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-1 {
  height: 0.25rem;
}

.max-h-60 {
  max-height: 15rem;
}

.min-h-\[800px\] {
  min-height: 800px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-20 {
  width: 5rem;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-14 {
  width: 3.5rem;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-none {
  max-width: none;
}

.max-w-5xl {
  max-width: 64rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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-4 {
  --tw-translate-y: 1rem;
  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-180 {
  --tw-rotate: 180deg;
  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 {
  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));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.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-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.fill-\[\#1877f2\] {
  fill: #1877f2;
}

.fill-\[\#1d9bf0\] {
  fill: #1d9bf0;
}

.fill-\[\#229ED9\] {
  fill: #229ED9;
}

.fill-\[\#25D366\] {
  fill: #25D366;
}

.fill-\[\#bc2a8d\] {
  fill: #bc2a8d;
}

.fill-blue-300\/70 {
  fill: rgb(147 197 253 / 0.7);
}

.fill-gray-500 {
  fill: #6b7280;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-title {
  font-family: Permanent Marker, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.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);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-slate-700\/10 {
  --tw-ring-color: rgb(51 65 85 / 0.1);
}

.filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*body{*/

/*    background-image: url("/style/img/bg.jpg");*/

/*    background-size: cover;*/

/*    background-attachment: fixed; !* è®¾ç½®èƒŒæ™¯ä¸ºå›ºå®š *!*/

/*}*/

.ant-btn-primary{
  background-color: #1677ff;
}

.calc-formula mjx-container{
  text-align: left !important;
}

input[readonly] {
  background-color: #f2f2f2;
  /* ç°è‰²èƒŒæ™¯è‰² */
  cursor: not-allowed;
  /* é¼ æ ‡æŒ‡é’ˆæ˜¾ç¤ºä¸ºç¦æ­¢ç¬¦å· */
}

.markdown-body{
  overflow:scroll;
}

.\*\:p-1 > * {
  padding: 0.25rem;
}

.\*\:text-blue-500 > * {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[-10px\]::after {
  content: var(--tw-content);
  bottom: -10px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-24::after {
  content: var(--tw-content);
  width: 6rem;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:bg-blue-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:translate-y-\[-5px\]:hover {
  --tw-translate-y: -5px;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#1877f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1d9bf0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 155 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#229ED9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 158 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#25D366\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#bc2a8d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 42 141 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.hover\:fill-white:hover {
  fill: #fff;
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --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);
}

.hover\:shadow-blue-500\/50:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/50:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/50:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/50:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:focus-within .group-focus-within\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}