/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "//at.alicdn.com/t/c/font_4222646_ha13vxedzi.css";
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
@font-face {
  font-family: numfont;
  src: url("../font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("../font/Didot.ttf");
}
@font-face {
  font-family: enfont2;
  src: url("../font/DidotItalic.ttf");
}
@font-face {
  font-family: enfont3;
  src: url("../font/Montserrat-Bold.ttf");
}
/* html reset */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  display: block;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
textarea {
  outline: none;
  font-size: 12px;
  font-family: Arial,Microsoft YaHei;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
body {
  color: #333333;
  font-size: 14px;
  font-family: Arial,Microsoft YaHei;
  background: #fff;
}
* {
  box-sizing: border-box;
  user-select: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
*::selection {
  color: #fff;
  background-color: #000;
  text-shadow: none;
}
/* 文字选中后背景 */
img {
  height: auto;
  user-select: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
/* 滚动条美化 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滑块 */
.xhapp {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
  max-width: 768px;
  margin: 0 auto;
}
.xhbtn_kong {
  width: 100%;
  height: 4rem;
}
.xhbtn_box {
  width: 100%;
  padding: 0.3rem;
}
.xhbtn_box_pos {
  width: 100%;
  padding: 0.3rem;
  position: fixed;
  bottom: 0.8rem;
  left: 0;
  right: 0;
}
.xhbtn {
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0.4rem;
}
.xhbtn .xha {
  width: 100%;
  height: 100%;
  background: #00C87C;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 0.32rem;
  border: none;
}
.xhbtn_sm {
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 0 0.4rem;
  margin-top: 0.8rem;
}
.xhbtn_sm .xha {
  width: 100%;
  height: 100%;
  background: #00C87C;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 0.32rem;
  border: none;
}
.xhipt {
  width: 100%;
  border: none;
  font-size: 0.26rem;
  color: #303133;
  padding: 0.2rem 0.1rem;
}
.xhfooter_main {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #eaeaea;
}
.xhfooter {
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0;
}
.xhfooter ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.xhfooter li {
  width: 50%;
  padding: 0.1rem;
  position: relative;
}
.xhfooter li img:nth-child(2) {
  display: none;
}
.xhfooter li img:nth-child(1) {
  display: block;
}
.xhfooter a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xhfooter img {
  width: 0.5rem;
}
.xhfooter p {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  transition: 0.2s all ease-in;
}
.xhfooter li.curr img:nth-child(1) {
  display: none;
}
.xhfooter li.curr img:nth-child(2) {
  display: block;
}
.xhfooter li.curr p {
  color: #00C87C;
  transition: 0.2s all ease-in;
}
.xhfooter span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #00C87C;
  position: absolute;
  left: 50%;
  top: 0.5rem;
  margin-left: 1rem;
}
.footer_kong {
  width: 100%;
  height: 3rem;
}
.xhlogin .page_top {
  width: 100%;
}
.xhlogin .page_top img {
  width: 100%;
}
.xhlogin .page_body .mtop {
  position: relative;
  top: -0.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.xhlogin .page_body .mtop img {
  width: 48%;
  margin-bottom: 0.2rem;
}
.xhlogin .page_body .mtop h3 {
  text-align: center;
  font-size: 0.35rem;
  font-weight: bold;
}
.xhlogin h1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #303133;
  text-align: center;
  margin-bottom: 0.4rem;
}
.xhlogin .login_box {
  width: 100%;
  padding: 0 0.5rem;
}
.xhlogin .login_moblie {
  width: 100%;
  margin-bottom: 0.4rem;
}
.xhlogin .login_moblie h3 {
  font-size: 0.32rem;
  margin-bottom: 0.05rem;
  padding-left: 0.1rem;
  margin-bottom: 0.2rem;
}
.xhlogin .login_moblie .xhipt {
  background: #f7f8fb;
  padding: 0.3rem 0.2rem;
  border-radius: 10px;
}
.xhlogin .xhbtn {
  margin-top: 0.7rem;
}
.xhlogin .mtips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.xhlogin .mtips p {
  font-size: 0.26rem;
  color: #606266;
}
.xhlogin .mtips a {
  color: #00C87C;
  font-size: 0.26rem;
}
.xhlogin .bqinfo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.3rem;
  left: 0;
  right: 0;
}
.xhlogin .bqinfo p {
  color: #909399;
  font-size: 0.25rem;
}
.home_page {
  width: 100%;
  padding-top: 0.3rem;
  background: #f7f8fb;
}
.home_page .muser {
  width: 100%;
  padding: 0 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.home_page .muser .muser_main {
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.home_page .muser .mimg {
  border: 3px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.home_page .muser img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.home_page .muser h3 {
  font-size: 0.32rem;
  color: #303133;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.home_page .muser span {
  font-size: 0.26rem;
}
.home_page .muser p {
  text-align: center;
  font-size: 0.26rem;
}
.home_page .order_list {
  padding: 0 0.3rem 0.3rem 0.3rem;
}
.home_page .order_list .mitem {
  background: #fff;
  border-radius: 10px;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(-108deg, rgba(237, 255, 246, 0.3) 0%, rgba(255, 246, 237, 0) 81.77%), #FFF;
}
.home_page .order_list .mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.home_page .order_list .mitem .mtop h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #303133;
}
.home_page .order_list .mitem .mtop span {
  font-size: 0.24rem;
  color: #909399;
}
.home_page .order_list .mitem .mfont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
.home_page .order_list .mitem .mfont .mleft p {
  color: #909399;
  font-size: 0.25rem;
  line-height: 170%;
}
.home_page .order_list .mitem .mfont .mright {
  display: flex;
  align-items: center;
  transform: translateY(-0.1rem);
}
.home_page .order_list .mitem .mfont .mright p {
  color: #303133;
  font-size: 0.28rem;
}
.home_page .order_list .mitem .mfont .mright h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #FF6258;
}
.home_page .order_list .mitem:nth-child(2n) {
  background: linear-gradient(-109deg, rgba(237, 242, 255, 0.3) 0%, rgba(237, 242, 255, 0) 81.77%), #FFF;
}
.pageindex .mbanner {
  width: 100%;
}
.pageindex .mbanner img {
  width: 100%;
}
.pageindex .mformbox {
  padding: 0.2rem 0.3rem;
}
.pageindex .mtips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.pageindex .mtips p {
  font-size: 0.26rem;
  color: #606266;
}
.pageindex .mtips a {
  color: #00C87C;
  font-size: 0.26rem;
}
.xhcell {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.xhcell .mleft {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.xhcell .mleft span {
  color: #FF6258;
  margin-right: 0.1rem;
  font-size: 0.45rem;
  transform: translateY(5px);
}
.xhcell .mleft p {
  color: #303133;
  font-size: 0.27rem;
}
.xhcell .mright {
  width: calc(100% - 1.4rem);
}
.xhcell .mright .xhipt {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.xhcell .mright .xhipt span {
  color: #FF6258;
  font-size: 0.26rem;
  margin-left: 0.15rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.xhcell .mright .xhipt_code {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xhcell .mright .xhipt_code input {
  flex: 1;
}
.xhcell .mright .xhipt_code span {
  color: #00C87C;
  font-size: 0.26rem;
  margin-left: 0.15rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.xhcell .mright input {
  border: none;
  padding: 0.2rem 0.1rem;
  font-size: 0.26rem;
  width: 100%;
}
.xhcell .mright .xhi {
  position: absolute;
  right: 0.15rem;
  color: #D9D9D9;
  font-size: 0.26rem;
}
.pageschool {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.3rem;
}
.pageschool h2 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #303133;
  text-align: center;
  margin-bottom: 0.5rem;
}
.xhsuccess {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xhsuccess .mimg {
  width: 50%;
}
.xhsuccess .xhh2 {
  margin: 0.3rem 0 0.3rem 0;
  font-size: 0.35rem;
  color: #303133;
  font-weight: bold;
}
.xhsuccess .mfont {
  margin-bottom: 114rpx;
}
.xhsuccess .xhp {
  font-size: 0.26rem;
  color: #606266;
  text-align: center;
  line-height: 160%;
}
