.box {
  padding-top: 1rem;
}
.box .content {
  padding: 0.24rem 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .content .model_login {
  margin-top: 1.8rem;
  padding: 0.36rem;
}
.box .content .model_login .tit {
  text-align: center;
  color: #2D2E2A;
  font-size: 0.36rem;
  margin-bottom: 0.46rem;
  font-weight: 500;
}
.box .content .model_login input {
  display: block;
  width: 6.7rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  border: 0.01rem solid #E4E8ED;
  text-indent: 0.2rem;
}
.box .content .model_login .code {
  width: 4.4rem;
}
.box .content .model_login .code-box {
  margin: 0.3rem auto;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .content .model_login .code-box .get_code {
  display: block;
  width: 2.1rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  color: #77AD10;
  border-radius: 2rem;
  border: 0.02rem solid #E4E8ED;
  cursor: pointer;
}
.box .content .model_login .login_btn {
  width: 5.5rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 1rem;
  color: #FFFFFF;
  margin-top: 1.3rem;
  cursor: pointer;
}
.box .content .top_logo {
  text-align: center;
}
.box .content .top_logo .people_logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.box .content .top_logo .peo_name {
  font-size: 0.48rem;
}
.box .content .top_logo .name_edit {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  cursor: pointer;
}
.box .content .info_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.4rem;
  border-bottom: 0.02rem solid #EEF1F6;
  padding: 0.4rem;
}
.box .content .info_box img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 20px;
}
.box .content .info_box .edit_btn {
  width: 68px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #CCCCCC;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.box .content .info_box:last-child {
  border: none;
}
.box .content .menu_box {
  width: 7rem;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  color: #666;
  padding: 0.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.box .content .menu_box .ore_no {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .content .menu_box .ore_no div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .content .menu_box .ore_no .ordno {
  display: inline-block;
  max-width: 3.35rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.box .content .menu_box .ore_no img {
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
}
.box .content .menu_box .ore_no .state {
  display: inline-block;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 2rem;
  border: 1px solid #83BC16;
  padding: 0 0.24rem;
  color: #669C00;
}
.box .content .menu_box .order_box_prot {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.15rem;
}
.box .content .menu_box .order_box_prot img {
  width: 1rem;
  margin-right: 15px;
}
.box .content .menu_box .order_box_prot p {
  font-size: 0.28rem;
  font-weight: bold;
}
.box .content .menu_box .order_box_prot span {
  color: #669C00;
  display: inline-block;
  padding: 0 0.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #EFF5E2;
  border-radius: 5rem;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  margin-top: 0.15rem;
}
.box .content .menu_box .menu_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
}
.box .content .menu_box .menu_list p {
  color: #666;
  font-size: 0.28rem;
}
.box .content .menu_box .menu_list .shifu {
  color: #F17514;
}
.box .content .menu_box .menu_list .shifu span {
  font-size: 0.4rem;
  font-weight: bold;
}
.box .content .menu_box .line {
  border-bottom: 0.02rem solid #F0F3F9;
  padding-bottom: 0.2rem;
}
.box .content .more_btn {
  width: 5rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 2rem;
  color: #FFFFFF;
  margin-top: 0.76rem;
  cursor: pointer;
}
.box .content .noOrderList {
  text-align: center;
}
.box .content .noOrderList img {
  width: 5rem;
}
.box .box3 {
  position: relative;
}
.box .box3 .erweima-model {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #444;
  opacity: 0.5;
  top: 0;
}
.box .box3 .model_user {
  width: 6.72rem;
  height: 5.21rem;
  background: #FFFFFF;
  border-radius: 0.15rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 0.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .box3 .model_user .tit {
  text-align: center;
  color: #2D2E2A;
  font-size: 0.48rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.box .box3 .model_user input {
  display: block;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  border: 0.01rem solid #E4E8ED;
  text-indent: 0.2rem;
}
.box .box3 .model_user .phone {
  width: 6rem;
  margin: 0 auto;
}
.box .box3 .model_user .login_btn {
  width: 3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 2rem;
  color: #FFFFFF;
  margin-top: 0.76rem;
  cursor: pointer;
}
.box .box3 .model_birth {
  width: 6.72rem;
  height: 6.8rem;
  background: #FFFFFF;
  border-radius: 0.15rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 0.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .box3 .model_birth .tit {
  text-align: center;
  color: #2D2E2A;
  font-size: 0.48rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.box .box3 .model_birth .login_btn {
  width: 3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 2rem;
  color: #FFFFFF;
  margin-top: 0.76rem;
  cursor: pointer;
}
.box .box3 .model_sex {
  width: 6.72rem;
  height: 5.51rem;
  background: #FFFFFF;
  border-radius: 0.15rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 0.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .box3 .model_sex .tit {
  text-align: center;
  color: #2D2E2A;
  font-size: 0.48rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.box .box3 .model_sex .sex_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 0.4rem;
}
.box .box3 .model_sex .sex_box div {
  padding: 0.2rem;
}
.box .box3 .model_sex .sex_box div img {
  width: 0.8rem;
  height: 0.8rem;
}
.box .box3 .model_sex .sex_box div p {
  text-align: center;
}
.box .box3 .model_sex .sex_box div.active {
  border: 0.02rem solid #83BC16;
  border-radius: 0.15rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .box3 .model_sex .login_btn {
  width: 3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 2rem;
  color: #FFFFFF;
  margin-top: 0.76rem;
  cursor: pointer;
}
.box .logout_btn {
  width: 4rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -moz-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: -o-linear-gradient(left, #83BC16 0%, #9AD426 100%);
  background: linear-gradient(90deg, #83BC16 0%, #9AD426 100%);
  border-radius: 2rem;
  color: #FFFFFF;
  margin-top: 0.76rem;
  cursor: pointer;
}