body {
  --themeColor: #2b303b;
  --navBgColor: #2b303b;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flexvc {
  display: flex;
  align-items: center;
}

.flexhc {
  justify-content: center;
}

.flexc {
  align-items: center;
  justify-content: center;
}

.flexl {
  justify-content: flex-start;
  align-items: center;
}

.flexr {
  justify-content: flex-end;
  align-items: center;
}

.flexd {
  flex-direction: column;
}

.ib{
  display: inline-block;
}
.width100{
  width: 100%;
}
/* 个人信息填写样式  ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇  */
/* .userInfoFormWrap{
  width: 100%;
  background-color: #c0c0c0;
  height: 200px;
}
.userInfoFormContent{
  margin: 0 16vw;
  padding: 50px 0;
  height: 200px;
} */
/* 个人信息填写样式 ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ */

/* 支付弹框  ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇  */
#payDialogWrap{
  z-index: 2999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
}
#payDialogWrap{
  display: none;
}
/* 支付弹框 ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ */

/* 登陆弹框  ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇  */
#logDialogModule{
  z-index: 2999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
}
#logDialogModule{
  display: none;
  /* display: block; */
}
/* 登陆弹框 ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ */

/* toast  ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇  */
#toast{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3110 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#toast #content{
  min-width: 200px;
  max-width: 50vw;
  padding: 15px;
  background-color:rgba(0,0,0,.8);
  color: #fff;
  border-radius: 10px;
  transform: translateY(-140px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
/* toast ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ */
.znav-container {
  background-color: #141414;
}
/* 成长豆弹框  ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇  */
@media only screen and (min-width: 1200px) {
  .chengZhangDouStyle{
    width: 465px;
    padding: 10px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1200px) {
  .chengZhangDouStyle{
    width: 465px;
    padding: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .chengZhangDouStyle{
    width: 90vw;
    padding: 10px;
  }
}
.chengZhangDouStyle .selected{
  padding: 10px;
}
.chengZhangDouStyle .selected .selectImg{
  width: 100px;
  /* background-color: red; */
}
.chengZhangDouStyle .selected .selectContent{
  padding: 10px;
}
.chengZhangDouStyle .selected .selectContent .selectPrice{
  color: #A95E5A;
  font-size: 22px;
}
.chengZhangDouStyle .buyBtn{
  width: 100%;
}
.chengZhangDouStyle .yuEStyle{
  padding-top: 5px;
  font-size: 13px;
  color: #C0C4CC;
}
.chengZhangDouStyle .alertinfo{
  padding: 5px 0;
  font-size: 13px;
}
.chengZhangDouStyle .chengZhangDouItem{
  width: 28%;
  display: inline-block;
  padding: 15px 0;
  background-color: #F8F9FB;
  font-size: 12px;
  color: #303133;
  margin: 2.5%;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.chengZhangDouStyle .chengZhangDouItem.chengZhangDouItem_active{
  border: 1px solid #A95E5A;
  color: #A95E5A;
  background-color: #F8ECEC;
  font-size: 13px;
  
}
.chengZhangDouStyle .chengZhangDouItem.chengZhangDouItem_active .pic img{
  transition: all .4s linear;
  transform: scale(1.1);
}

.chengZhangDouStyle .chengZhangDouItem .pic{
  width: 100%;
}
.chengZhangDouStyle .chengZhangDouItem .pic img{
  width: 80%;
}
.chengZhangDouStyle .chengZhangDouItem .name{
  padding-top: 10px;
  height: 25px;
  width: 100%;
}
/* 成长豆弹框 ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ ⬆ */


