@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-64dc0d48], .trans-slide-leave-to[data-v-64dc0d48] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-64dc0d48] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-64dc0d48] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-64dc0d48], .trans-slide-right-leave-to[data-v-64dc0d48] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-64dc0d48] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-64dc0d48] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-64dc0d48], .trans-slide-y-leave-to[data-v-64dc0d48] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-64dc0d48] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-64dc0d48] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-64dc0d48], .trans-slide-y-300-leave-to[data-v-64dc0d48] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-64dc0d48] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-64dc0d48] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-64dc0d48], .trans-fade-leave-to[data-v-64dc0d48] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-64dc0d48] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-64dc0d48] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-64dc0d48], .trans-fade-fast-leave-to[data-v-64dc0d48] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-64dc0d48] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-64dc0d48] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-64dc0d48], .trans-bounce-leave-to[data-v-64dc0d48] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-64dc0d48] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-64dc0d48] {
  transition: all .3s linear;
}
.reviewList_[data-v-64dc0d48] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.reviewList_[data-v-64dc0d48] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.reviewList_[data-v-64dc0d48] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.reviewList_button3[data-v-64dc0d48] {
  background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
}
.reviewList_button2 span[data-v-64dc0d48]:nth-child(1) {
  border: 0.02rem solid #979797;
  box-sizing: border-box;
}
.reviewList_button2 span[data-v-64dc0d48]:nth-child(2) {
  background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
}
.reviewList_button2 span[data-v-64dc0d48] {
  color: #222;
  font-size: 0.32rem;
  font-weight: 800;
  box-sizing: border-box;
  width: 3.44rem;
  text-align: center;
  border-radius: 1rem;
  height: 1.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewList_button2[data-v-64dc0d48] {
  margin-top: .24rem;
  display: flex;
  justify-content: space-between;
}
.reviewList_button1[data-v-64dc0d48] {
  display: flex;
  color: #222;
  font-size: .32rem;
  font-weight: 600;
}
.reviewList_button[data-v-64dc0d48] {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: .24rem;
  bottom: 0;
  left: 0;
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.16);
  background: white;
  box-sizing: border-box;
}
.reviewList_buttonCon[data-v-64dc0d48] {
  display: flex;
  justify-content: space-between;
  margin-top: .24rem;
}
.reviewList_btn[data-v-64dc0d48] {
  color: #222;
  font-size: 0.32rem;
  font-weight: 800;
  box-sizing: border-box;
  width: 3.44rem;
  text-align: center;
  border-radius: 1rem;
  height: 1.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewList_btn--gray[data-v-64dc0d48] {
  border: 1px solid #979797;
}
.go_page[data-v-64dc0d48] {
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-size: .36rem;
  height: .87rem;
  line-height: .87rem;
  right: 0.3rem;
  top: 0;
}
.reviewList_main[data-v-64dc0d48] {
  background: white;
  padding: .06rem 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: auto;
}
.reviewList_main_button[data-v-64dc0d48] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .45rem;
}
.reviewList_main_button div[data-v-64dc0d48] {
  color: #222;
  font-size: .36rem;
  font-weight: 400;
}
.reviewList_main_button div[data-v-64dc0d48]:nth-child(2) {
  color: #FF0000;
}
.reviewList_main_single[data-v-64dc0d48] {
  padding: .3rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: #222;
  position: relative;
}
.reviewList_main_single[data-v-64dc0d48]::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}
.reviewList_main_single[data-v-64dc0d48]:last-child::after {
    height: 0;
}
.reviewList_main_single__word[data-v-64dc0d48] {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: #222;
    word-break: break-all;
}
.reviewList_main_single__disable[data-v-64dc0d48] {
    padding-left: .48rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: #CCCCCC;
    word-break: break-all;
}
.reviewList_main_single_1[data-v-64dc0d48] {
  color: #FF6A00;
  font-size: .28rem;
  margin-right: .2rem;
  text-align: center;
  display: table;
}
.reviewList_main_single_1__checkbox[data-v-64dc0d48] {
    font-size: 0.28rem;
    font-weight: 400;
    color: #222;
    text-align: left;
}
.contentEdit[data-v-64dc0d48] {
  background: white;
  box-shadow: 0px 0.02rem 0.15rem 0px rgba(0, 0, 0, 0.1);
  border-radius: .36rem;
  padding-top: .7rem;
  height: 9rem;
  box-sizing: border-box;
}
.contentEdit .contentEdit_tit[data-v-64dc0d48] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .4rem;
}
.contentEdit_tit div[data-v-64dc0d48]:nth-child(1) {
  color: #4394FF;
  font-size: .3rem;
  font-weight: 400;
}
.contentEdit_tit div[data-v-64dc0d48]:nth-child(2) {
  color: #222;
  font-size: .36rem;
  font-weight: 500;
}
.contentEdit_tit div[data-v-64dc0d48]:nth-child(3) {
  color: #222;
  font-size: .3rem;
  font-weight: 400;
}
.contentEdit_tit_content[data-v-64dc0d48] {
  margin-top: .5rem;
}
.contentAdd_content[data-v-64dc0d48] {
  margin: .3rem .35rem 0 .35rem;
  padding: .25rem .1rem;
  color: #222;
  font-size: .24rem;
  font-weight: 400;
  position: relative;
  box-shadow: 0px 0.02rem 0.15rem 0px rgba(0, 0, 0, 0.1);
  border-radius: .08rem;
}
.contentAdd_content_no[data-v-64dc0d48] {
  margin: .3rem .35rem 0 .35rem;
  padding: .25rem .1rem;
  color: #909090;
  font-size: .24rem;
  font-weight: 400;
  position: relative;
}
.contentAdd_content img[data-v-64dc0d48] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: .44rem;
  height: .44rem;
}
.more_date[data-v-64dc0d48] {
  font-size: .24rem;
  font-weight: 400;
  color: #8A8A8A;
  text-align: center;
  height: .5rem;
  line-height: .5rem;
}
.vanPopup[data-v-64dc0d48] {
  padding: .6rem .3rem;
}
.vanPopup__title[data-v-64dc0d48] {
    font-size: 0.44rem;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.vanPopup__title--green[data-v-64dc0d48] {
      font-size: 0.44rem;
      font-weight: 500;
      color: #00AA38;
      margin-left: .1rem;
}
.popupTextareaCon[data-v-64dc0d48] {
  margin: .2rem .1rem 0 .1rem;
  background: #F5F6FA;
  border-radius: 0.16rem;
}
.popupTextareaCon__textArea[data-v-64dc0d48] {
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    line-height: 0.52rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #222;
    resize: none;
}
.popupTextareaCon__wordLimit[data-v-64dc0d48] {
    padding: 0.2rem;
    text-align: right;
    font-size: 0.24rem;
    font-weight: 400;
    color: #B3B3B3;
}
.popupTextareaCon__wordLimit--dark[data-v-64dc0d48] {
      font-size: 0.28rem;
      font-weight: 600;
      color: #222;
}
.popupContent[data-v-64dc0d48] {
  margin: .2rem .1rem 0 .1rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #222;
  line-height: 0.48rem;
  text-align: center;
}
.popupBtns[data-v-64dc0d48] {
  margin-top: .6rem;
  display: flex;
  justify-content: space-between;
}
.popupBtns__btn[data-v-64dc0d48] {
    width: 3.32rem;
    height: 0.9rem;
    border-radius: 0.08rem;
    font-size: .36rem;
    font-weight: 600;
    background: #FFFFFF;
    color: #222;
    border: 1px solid #B3B3B3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.popupBtns__btn--green[data-v-64dc0d48] {
      background: #00AA38;
      border: 1px solid #00AA38;
      color: #FFFFFF;
}

