input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  border: none;
}

.flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#box {
  justify-content: flex-start;
}

#banner-bg {
  position: relative;
  width: 7.5rem;
  height: 5.4rem;
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/banner1.png);
  background-size: cover;
}

.banner-btn1,
.banner-btn2 {
  position: absolute;
  width: 1.3rem;
  height: 0.43rem;
  bottom: 1.12rem;
}

.banner-btn1 {
  left: 0.42rem;
}

.banner-btn2 {
  left: 1.94rem;
}

#part1 {
  flex-direction: row;
  background-color: #fbd585;
  width: 7.5rem;
  height: fit-content;
  box-sizing: border-box;
  padding: 0.05rem 0;
  position: realative;
}

/* .p1-shadow,
.p1-header {
  transition: all 200ms ease-out;
} */

.p1-shadow {
  width: 100%;
  height: 1.16rem;
}

.p1-header {
  background-color: #fbd585;
  width: 7.5rem;
  flex-direction: row;
}

.p1-header_fixed {
  height: fit-content;
  z-index: 999;
  position: fixed;
  top: 0;
}

.p1-box {
  background-color: white;
  width: 1.37rem;
  height: 1.06rem;
  border-radius: 0.08rem;
  margin: 0.07rem;
  box-sizing: border-box;
  padding: 0.02rem;
}

.p1-box_active {
  box-shadow: 0 0 0.02rem 0.02rem #ff8200 inset;
}

.p1-titleWrapper {
  flex-direction: row;
  margin-bottom: 0.07rem;
}

.p1-title {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ff6a00;
  line-height: 0.26rem;
}

.p1-btn {
  width: 0.07rem;
  height: 0.12rem;
  margin-left: 0.05rem;
}

.p1-content {
  font-size: 0.17rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.26rem;
}

#part2-part7 {
  background-color: #ff8200;
  width: 7.5rem;
  height: fit-content;
  justify-content: flex-start;
  position: relative;
}

.p2-title {
  width: 5.32rem;
  height: 1.07rem;
  margin-top: 0.14rem;
  margin-bottom: 0.22rem;
}

.p2-heart {
  width: 0.86rem;
  height: 0.91rem;
  position: absolute;
  top: 0.87rem;
  right: 0.26rem;
}

.p2-content {
  width: 5.8rem;
  height: fit-content;
  margin-bottom: 0.28rem;
}

.p2-content > p {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
}

.p2-bg {
  position: relative;
  width: 7.1rem;
  height: 2.27rem;
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part2_bg.png);
  background-size: cover;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}

.p2-imgContent {
  /* width: fit-content !important; */
  width: 6.27rem !important;
  padding: 0 !important;
}

.p2-imgWrapper {
  /* flex-direction: row; */
  margin-bottom: 0.34rem;
}

.p2-img {
  width: 1.97rem !important;
  height: 1.37rem !important;
  object-fit: cover;
  margin: 0 0.06rem;
  border-radius: 0.1rem;
}

.p2-arrow {
  width: 0.14rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0.87rem;
  z-index: 2;
}

.p2-left {
  left: 0.2rem;
}

.p2-right {
  right: 0.2rem;
}

.p3-bg {
  width: 7.1rem;
  height: fit-content;
  background: #ffae00;
  box-sizing: border-box;
  border-radius: 0.16rem;
  padding-top: 0.15rem;
  padding-right: 0.25rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.p3-input {
  width: 3rem;
  height: 0.5rem;
  background: #eff9d6;
  border-radius: 0.08rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  margin: 0.15rem;
}

.p3-input::placeholder {
  /* line-height: 0.5rem; */
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}

.p3-codeWrapper {
  position: relative;
}

.p3-btn-getCode {
  width: 1.35rem;
  height: 0.5rem;
  background: #ffc900;
  border-radius: 0 0.08rem 0.08rem 0;
  position: absolute;
  right: 0.15rem;
}

.code-sent {
  background-color: rgb(150, 150, 150) !important;
  pointer-events: none !important;
}

.p3-btn-getCode > p {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.25rem;
}

.p3-btn-getFree {
  width: 3rem;
  height: 0.5rem;
  background: linear-gradient(0deg, #fecf00, #ff9900);
  box-shadow: 0.04rem 0.04rem 0.2rem 0 rgba(245, 138, 27, 0.9);
  border-radius: 0.25rem;
  margin: 0.15rem;
  margin-bottom: 0;
}

.p3-btn-getFree > button {
  width: 100%;
  height: 100%;
  border:none;
  background-color: transparent;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ff7200;
  line-height: 0.21rem;
}

.p3-bubble {
  width: 2.78rem;
  height: 0.5rem;
  margin-right: 0.09rem;
  margin-bottom: 0.28rem;
}

.p4-bg {
  width: 7.1rem;
  height: fit-content;
  background: linear-gradient(0deg, #ffa84d, #ffcd99);
  border-radius: 0.16rem;
}

.p4-title {
  width: 4.66rem;
  height: 0.96rem;
  margin-top: 0.18rem;
  margin-bottom: 0.35rem;
}

.p4-tabWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
  margin-bottom: 0.48rem;
}

.p4-tab {
  width: 1.5rem;
  height: 0.5rem;
  background: #ffd17e;
  border: 0.01rem solid #000000;
  margin: 0 0.1rem;
  opacity: 0.5;
}

.p4-tab_active {
  opacity: 1;
}

.p4-tab > P {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}

.p4-pageWrapper {
  width: 7.1rem;
  height: 4.57rem;
  margin-bottom: 0.65rem;
}

.p4-page {
  width: 3.27rem;
  height: 4.57rem;
  background-color: white;
}

.p4-btn {
  width: 5.38rem;
  height: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.p5-bg {
  width: 7.1rem;
  height: fit-content;
  background: linear-gradient(0deg, #ffa84d, #ffcd99);
  border-radius: 0.16rem;
  margin-bottom: 0.4rem;
}

.p5-title {
  width: 4.74rem;
  height: 0.97rem;
  margin-top: 0.45rem;
  margin-bottom: 0.25rem;
}

#p5-bg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part5_contentWrapper1.png);
}

#p5-bg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part5_contentWrapper2.png);
}

#p5-bg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part5_contentWrapper3.png);
}

.p5-contentBg {
  background-size: cover;
  padding: 0 0.2rem;
  padding-top: 1rem;
  width: 6.18rem;
  height: 3.21rem;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
}

.p5-contentBg > p {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.36rem;
}

.p6-bg {
  width: 7.1rem;
  height: fit-content;
  background: linear-gradient(0deg, #ffa84d, #ffcd99);
  border-radius: 0.16rem;
  padding-bottom: 0.2rem;
}

.p6-title {
  width: 4.79rem;
  height: 0.97rem;
  margin: 0.4rem 0;
}

.p6-contentBg {
  width: 6.43rem;
  height: fit-content;
  /* min-height: 0.81rem; */
  background: #eff9d6;
  border: 0.02rem solid #ff6a00;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
}

.p6-contentBg > p {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.32rem;
}

.p6-btn {
  width: 5.38rem;
  height: 0.85rem;
  margin: 0.4rem 0;
}

.p7-bg {
  width: 7.1rem;
  height: fit-content;
  background: linear-gradient(0deg, #ffa84d, #ffcd99);
  border-radius: 0.16rem;
  margin-bottom: 0.6rem;
}

.p7-title {
  width: 4.83rem;
  height: 0.98rem;
  margin-top: 0.5rem;
  margin-bottom: 0.15rem;
}

.p7-contentWrapper {
  width: 6.6rem;
  height: fit-content;
  margin-bottom: 0.3rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.p7-content {
  width: 2.94rem;
  height: 2.38rem;
  margin: 0.18rem;
}

#part8 {
  width: 7.5rem;
  height: fit-content;
  background: #ffae00;
}

.p8-bg {
  width: 7.1rem;
  height: fit-content;
  background: #ffc64d;
  border-radius: 0.16rem;
  margin: 0.55rem 0;
  padding-bottom: 0.48rem;
  box-sizing: border-box;
}

.p8-title {
  width: 4.8rem;
  height: 0.98rem;
  margin-top: 0.35rem;
  margin-bottom: 0.54rem;
}

.p8-introWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
}

#p8-introBg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_box1.png);
}

#p8-introBg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_box2.png);
}

#p8-introBg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_box3.png);
}

.p8-introBg {
  background-size: cover;
  padding: 0 0.32rem;
  padding-top: 0.8rem;
  width: 2.13rem;
  height: 1.81rem;
  margin: 0 0.07rem;
  box-sizing: border-box;
}

.p8-introBg > p {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.31rem;
  text-align: center;
}

.p8-subTitle {
  width: 2.77rem;
  height: 0.37rem;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.p8-priceWrapper {
  width: 6.81rem;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
}

#p8-priceBg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_1-1.png);
}

#p8-priceBg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_1-2.png);
}

#p8-priceBg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_1-3.png);
}

#p8-priceBg4 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_2-1.png);
}

#p8-priceBg5 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_2-2.png);
}

#p8-priceBg6 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part8_sub1_2-3.png);
}

.p8-priceBg {
  background-size: cover;
  padding: 0 0.2rem;
  padding-top: 1rem;
  width: 2.13rem;
  height: 3.58rem;
  margin: 0.07rem;
  box-sizing: border-box;
  justify-content: flex-start;
  position: relative;
}

.p8-priceBg > p {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.31rem;
  text-align: center;
}

.p8-priceBg > p > span {
  color: #ff6a00;
}

.p8-priceBtn {
  width: 1.54rem;
  height: 0.31rem;
  position: absolute;
  bottom: 0.33rem;
}

.p8-tabWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
  margin-bottom: 0.15rem;
}

.p8-tab {
  width: 1.5rem;
  height: 0.5rem;
  background: #ffd17e;
  border: 0.01rem solid #000000;
  margin: 0 0.1rem;
  opacity: 0.5;
}

.p8-tab_active {
  opacity: 1;
}

.p8-tab > P {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}

.p8-img {
  width: 6.68rem;
  height: 1.04rem;
}

#part9 {
  width: 7.5rem;
  height: fit-content;
  background: #00d558;
}

.p9-bg {
  width: 7.1rem;
  height: fit-content;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.16rem;
  margin-top: 0.7rem;
  /* margin-bottom: 0.4rem; */
}

.p9-title {
  width: 4.73rem;
  height: 0.96rem;
  margin: 0.3rem 0;
}

.p9-introWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
}

#p9-introBg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part9_box1.png);
}

#p9-introBg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part9_box2.png);
}

#p9-introBg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part9_box3.png);
}

.p9-introBg {
  background-size: cover;
  padding: 0 0.2rem;
  padding-top: 0.9rem;
  width: 2.13rem;
  height: 2.22rem;
  margin: 0 0.07rem;
  box-sizing: border-box;
}

.p9-introBg > p {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.31rem;
  text-align: center;
}

.p9-priceTableTitle {
  font-size: 0.4rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.p9-priceTableTab {
  flex-direction: row;
  width: 100%;
}

.p9-tab {
  width: 2rem;
  height: 0.4rem;
  background: #43d067;
  border: 0.01rem solid #000000;
  opacity: 0.4;
  margin: 0 0.23rem;
}

.p9-tab > p {
  font-size: 0.23rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
}

.p9-tab_active {
  opacity: 1;
}

.p9-priceTable {
  background-color: #f2f8d9;
  border: 0.01rem solid black;
  margin-bottom: 0.6rem;
  border-collapse: collapse;
  text-align: center;
  width: 6.81rem;
  /* display: none; */
}

.p9-priceTable tr,
.p9-priceTable tr th,
.p9-priceTable tr td {
  border: 0.01rem solid black;
  padding: 0.1rem 0.2rem;
}

.p9-priceTable tr th {
  background-color: #43d067;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}

.p9-priceTable tr td {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.31rem;
}

.p9-subject {
  width: 1.6rem;
}

.p9-priceCell {
  width: 0.7rem;
}

.p9-btn {
  width: 5.38rem;
  height: 0.85rem;
  margin: 0.4rem 0;
}

#part10 {
  width: 7.5rem;
  height: fit-content;
  background: #8ea4f7;
}

.p10-bg {
  width: 7.1rem;
  height: fit-content;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.16rem;
  margin-top: 0.5rem;
}

.p10-title {
  width: 4.74rem;
  height: 0.97rem;
  margin: 0.38rem 0;
}

.p10-introWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
}

#p10-introBg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part10_box1.png);
}

#p10-introBg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part10_box2.png);
}

#p10-introBg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part10_box3.png);
}

.p10-introBg {
  background-size: cover;
  padding: 0 0.2rem;
  padding-top: 0.9rem;
  width: 2.13rem;
  height: 2.22rem;
  margin: 0 0.07rem;
  box-sizing: border-box;
}

.p10-introBg > p {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.31rem;
  text-align: center;
}

.p10-priceTableTitle {
  font-size: 0.4rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.p10-1v1time {
  width: 0.8rem;
}

.p10-priceTable {
  background-color: #f2f8d9;
  border: 0.01rem solid black;
  margin-bottom: 0.6rem;
  border-collapse: collapse;
  text-align: center;
  width: 6.81rem;
}

.p10-priceTable tr,
.p10-priceTable tr th,
.p10-priceTable tr td {
  border: 0.01rem solid black;
  padding: 0.1rem 0.2rem;
}

.p10-priceTable tr th {
  background-color: #8ea4f7;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}

.p10-priceTable tr td {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.31rem;
}

.p10-btn {
  width: 5.38rem;
  height: 0.85rem;
  margin: 0.4rem 0;
}

#part11 {
  width: 7.5rem;
  height: fit-content;
  background: #dcb4ff;
}

.p11-bg {
  width: 7.1rem;
  height: fit-content;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.16rem;
  margin-top: 0.5rem;
}

.p11-title {
  width: 4.74rem;
  height: 0.97rem;
  margin: 0.4rem 0;
}

.p11-introWrapper {
  width: 100%;
  height: fit-content;
  flex-direction: row;
}

#p11-introBg1 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part11_box1.png);
}

#p11-introBg2 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part11_box2.png);
}

#p11-introBg3 {
  background-image: url(https://iqh-zt.oss-cn-beijing.aliyuncs.com/mianshou2023/part11_box3.png);
}

.p11-introBg {
  background-size: cover;
  padding: 0 0.2rem;
  padding-top: 0.9rem;
  width: 2.13rem;
  height: 2.22rem;
  margin: 0 0.07rem;
  box-sizing: border-box;
}

.p11-introBg > p {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 0.31rem;
  text-align: center;
}

.p11-priceTableTitle {
  font-size: 0.4rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.p11-priceTable {
  background-color: #f2f8d9;
  border: 0.01rem solid black;
  margin-bottom: 0.6rem;
  border-collapse: collapse;
  text-align: center;
  width: 6.81rem;
}

.p11-priceTable tr,
.p11-priceTable tr th,
.p11-priceTable tr td {
  border: 0.01rem solid black;
  padding: 0.1rem 0.2rem;
}

.p11-priceTable tr th {
  background-color: #dcb4ff;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}

.p11-priceTable tr td {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.31rem;
}

.p11-btn {
  width: 5.38rem;
  height: 0.85rem;
  margin: 0.4rem 0;
}

.p11-introDetail {
  width: 7.1rem;
  height: 9.93rem;
  margin-bottom: 0.33rem;
}

/* interactive start */
.p2-arrow,
.p3-input,
.p3-btn-getCode,
.p3-btn-getFree,
.p4-btn,
.p6-btn,
.p8-priceBtn,
.p9-btn,
.p10-btn,
.p11-btn {
  transition: all 0.2s ease-out;
}

.p2-arrow:active {
  transform: scale(0.8);
}

.p3-input:focus {
  box-shadow: 0 0 0.01rem 0.01rem #ff8200 inset;
}

.p3-btn-getCode:active,
.p3-btn-getFree:active,
.p8-priceBtn:active {
  opacity: 0.7;
}

.p4-btn:active,
.p6-btn:active,
.p9-btn:active,
.p10-btn:active,
.p11-btn:active {
  opacity: 0.7;
  transform: scale(0.9);
}
/* interactive end */

/* pop box start */
/* common parts start */
.toast {
  display: none;
  position: fixed;
  background-color: rgb(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.toast-wrapper {
  justify-content: center;
  height: 100%;
  width: 100%;
}

.btn-close {
  width: 0.5rem;
  margin-top: 0.3rem;
}
/* common parts end */

.img-QRcode {
  width: 6.6rem;
}

.pop-hint {
  padding: 0.3rem;
  border-radius: 0.1rem;
  background-color: white;
  color: gray;

  font-size: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 0.35rem;
  text-align: center;
}

.toast-bg {
  width: 6rem;
  height: fit-content;
  background: white;
  border: 0.01rem solid #ff4b00;
  border-radius: 0.1rem;
  padding: 0.6rem 0;
}

.toast-row {
  position: relative;
  width: 5rem;
  height: 0.8rem;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0.1rem;
}

.input-hint {
  width: 5rem;
  height: 0.3rem;
  color: rgb(179, 1, 1);
  line-height: 0.3rem;
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  padding-left: 0.2rem;
}

#phone-number,
#verification-code {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 300ms;
  border: none;
  padding: 0 0.2rem;
  outline: none;
  font-size: 0.3rem;
  background-color: rgb(233, 233, 233);
}

#phone-number:focus,
#verification-code:focus {
  box-shadow: 0 0 0.01rem 0.01rem #ff4b00 inset;
}

#verification-code {
  width: 55%;
}

.btn-delete {
  margin-left: -0.7rem;
  width: 0.6rem;
  display: none;
  margin-right: 0.1rem;
  z-index: 1000;
}

#send-code {
  float: right;
  width: 45%;
  height: 100%;
  background-color: #ff4b00;
  color: white;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  pointer-events: auto;
  word-wrap: no-wrap;
}

#btn-get-course {
  background-color: #ff4b00;
  color: white;
  transition: all 200ms ease-in-out;
}

#send-code:click,
#btn-get-course:click {
  opacity: 0.8;
}

.code-sent {
  background-color: rgb(199, 199, 199) !important;
  pointer-events: none !important;
}

.gif-loading {
  width: 0.8rem;
}
/* pop box end */
