[v-cloak]{
  display: none;
}
*{
    margin: 0;
    padding: 0;
    font-size: 15px;
}
/* body{
    background: #EDEDED;
} */
body{
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.28rem;
    color: #D1D4DE;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 0.28rem;
    color: #D1D4DE;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.28rem;
    color: #D1D4DE;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.28rem;
    color: #D1D4DE;
}

/******/
.showActionModel{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showActionModel .wxdet{
  width: 6.4rem;
  border-radius: 0.2rem;
  background: #fff;
  overflow: hidden;
}
.showActionModel .wxdet .wxtitle{
  position: relative;
  padding: 0.3rem 0.3rem 0.2rem 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2C2C2E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showActionModel .wxdet .wxtitle .closeicon{
  position: absolute;
  right: 0.3rem;
}
.showActionModel .wxdet .textdet{
  padding: 0 0.8rem 0.4rem 0.8rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  text-align: justify;
  color: #4A4A4A;
}
.showActionModel .wxdet .textdet .my_text{
  margin-top: 0.1rem;
  word-wrap:break-word;
  word-break:break-all;
  font-size: 0.36rem;
}
.showActionModel .wxdet .textdet .my_taxt_spa{
  margin-top: 0.12rem;
  word-wrap:break-word;
  word-break:break-all;
  color: #F12E2E;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.showActionModel .wxdet .just_show{
  padding: 0.3rem 0.8rem 0.4rem 0.8rem;
  text-align: justify;
}
.showActionModel .wxdet .just_show .my_text{
 margin-top: 0.1rem;
}
.showActionModel .wxdet .action_box{
  width: 100%;
  height: 1.18rem;
  line-height: 1.18rem;
  background: #fff;
  font-size: 0.36rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.showActionModel .wxdet .action_box .same_box{
  width: 100%;
  text-align: center;
  color: #4A4A4A;
  box-sizing: border-box;
  font-size: 0.36rem;
}
.showActionModel .wxdet .action_box .one_time{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.showActionModel .wxdet .action_box .one_month{
  color: #3883E0;
}
/*******/
.showInformation{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showInformation .wxdet{
  width: 6.4rem;
  border-radius: 0.2rem;
  background: #fff;
  overflow: hidden;
}
.showInformation .wxdet .wxtitle{
  position: relative;
  padding: 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2C2C2E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showInformation .wxdet .wxtitle .closeicon{
  position: absolute;
  right: 0.3rem;
}
.showInformation .wxdet .textdet{
  font-size: 0.36rem;
  line-height: 0.48rem;
  /* text-align: center; */
  color: #4A4A4A;
}
.showInformation .wxdet .just_show{
  padding: 0.3rem 0.8rem 0.4rem 0.8rem;
  text-align: justify;
}
.showInformation .wxdet .just_show .my_text{
 margin-top: 0.1rem;
 font-size: 0.36rem;
}
.showInformation .wxdet .buttonClose{
  width: 100%;
  height: 1.18rem;
  line-height: 1.18rem;
  background: #fff;
  color: #3883E0;
  border-radius: 0;
  padding: 0;
  font-size: 0.36rem;
  border: none;
  font-weight: bold;
}

