html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
}

.myconsult {
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  background: url("../images/myimg/consult.png") center / cover;
  display: flex;
  align-items: center;
}

.mycontent {
  /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  display: flex;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

.left {
  width: 60%;
  height: 90%;
  overflow: auto;
}

.right {
  width: 40%;
  height: 90%;
  /* max-height: 670px; */
  background: white;
  padding: 20px;
  border-radius: 10px;
  float: right;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .right {
    width: 45%;
    height: 85%;
    margin: 1rem 0;
  }

  .mycontent {
    width: 85%;
    height: 750px;
  }

  .left {
    width: 55%;
    overflow: auto;
  }
}

.mytitle {
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  margin-left: 10px;
  margin-top: 50px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;

  margin: 30px 10px;
}

ul li {
  margin-top: 20px;
}

.inputSpan {
  display: inline-block;
  width: 30%;
}

.inputSpan::before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.inputBox {
  width: 70% !important;
  height: 40px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px;
}

.right p {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 50px; */
}

.text-\[\#FAFAFA\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.mb-1 {
  margin-bottom: 10px;
}

.font-normal {
  font-weight: 400;
}

.text-\[20px\] {
  font-size: 20px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.justify-start {
  justify-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.flex {
  display: flex;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.text-\[\#67DBE5\] {
  --tw-text-opacity: 1;
  color: rgb(103 219 229 / var(--tw-text-opacity));
}

/* .mt-1 {
    margin-top: 10px;
}

.mr-2 {
    margin-right:10px;
} */

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 15px;
  overflow: visible;
  vertical-align: -5px;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 15px;
  overflow: visible;
  vertical-align: -5px;
}
/* 
.leading-7 {
    line-height: 15px;
} */

.font-normal {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.text-\[22px\] {
  font-size: 19px;
}

.ml-1 {
  margin-left: 10px;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

.inputMa {
  width: 70%;
}
/* @media screen and (max-width: 768px) {
    .myconsult {
         background-size: contain;
     }
    .mycontent {
         flex-direction: column;
     }
    .left {
         display: none;
     }
    .right {
         width: 90%;
         margin: 0 auto;
     }
    .right p img {
         width: 80%;
         height: auto;
         margin-left: 10%;
     }
    .inputSpan {
         width: 90px;
     }
    .inputBox,.inputMa {
         width: 100%!important;
         height: 30px!important;
     }
    .getCode {
         height: 30px;
         margin-left: 5px;
     }
    .confirm {
         width: 80%;
         margin-left: 10%;
     }
    .copyright {
         font-size: 14px;
     }
     select {
         height: 30px;
     }
 }
 body {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
} */
