.w100 {
  width: 100% !important;
}
.pt68 {
  padding-top: 0.68rem;
}
.pt128 {
  padding-top: 1.28rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt40 {
  margin-top: 0.4rem !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 0.1rem !important;
}
.mb20 {
  margin-bottom: 0.2rem !important;
}
.mb30 {
  margin-bottom: 0.3rem !important;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mr10 {
  margin-right: 0.1rem;
}
.mr20 {
  margin-right: 0.2rem;
}
.mr40 {
  margin-right: 0.4rem;
}
.mr50 {
  margin-right: 0.5rem;
}
.mr60 {
  margin-right: 0.6rem;
}
.pt30 {
  padding-top: 0.3rem !important;
}
.pt60 {
  padding-top: 0.6rem !important;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.wd100 {
  width: 1rem !important;
}
.wd520 {
  width: 5.2rem !important;
}
.wd540 {
  width: 5.4rem !important;
}
.wd600 {
  width: 6rem !important;
}
.dib {
  display: inline-block;
}
.f-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.vatb {
  vertical-align: text-bottom;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.lh30 {
  line-height: 0.3rem;
}
.lh48 {
  line-height: 0.48rem;
}
.fs20 {
  font-size: 0.2rem;
}
.fs24 {
  font-size: 0.24rem;
}
.fs26 {
  font-size: 0.26rem;
}
.fs30 {
  font-size: 0.3rem;
}
.white {
  color: #fff !important;
}
.gray {
  color: #999;
}
.blue {
  color: #2f94ff !important;
}
.red {
  color: #ff5757 !important;
}
.green {
  color: #0bcca8 !important;
}
.yellow {
  color: #ea831e !important;
}
.f-r {
  float: right;
}
/*通用样式*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
  /*流畅滚动*/
  max-width: 750px !important;
  font-size: 0.24rem;
  color: #333333;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
input,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
/*取消聚焦边框*/
input,
button,
select,
textarea {
  outline: none;
  border: none;
}
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
textarea {
  padding-left: 0.1rem;
}
input[type='button'] {
  cursor: pointer;
  text-align: center;
  padding-left: 0;
}
input {
  padding-left: 10px;
  /*padding-right:10px;*/
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
img {
  -webkit-touch-callout: none;
  /*禁止长按链接与图片弹出菜单*/
}
ul {
  list-style: none;
}
b {
  font-weight: normal;
}
/*浮动相关*/
.left {
  float: left;
}
.right {
  float: right;
}
/*清除浮动*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* 手机端居中容器container */
/* 隐藏 */
.hided {
  display: none;
}
p {
  color: #333333;
  font-size: 0.24rem;
}
.mui-bar-nav {
  box-shadow: none;
}
body {
  border-top: 0.01rem solid transparent;
}
html,
body {
  background-color: #f8f8f8;
}
#content {
  margin-top: 0.87rem;
  padding-bottom: 0.98rem;
  line-height: 1;
}
.container {
  width: 100%;
  padding: 0 0.34rem;
}
/*上传图片box*/
.upload-box {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.1rem;
  position: relative;
  cursor: pointer;
  border: 0.02rem solid #969696;
  text-align: center;
  margin: 0.08rem;
}
.upload-box .showPic {
  width: 100%;
  height: 100%;
}
.upload-box input[type='file'] {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#header_nav {
  background: #ffff;
  border-bottom: 0.02rem solid #f5f5f5;
}
#header_nav .header-btn-back {
  background: transparent;
  padding: 0;
}
#header_nav .title-right {
  float: right;
  line-height: 44px;
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 99;
}
#header_nav .title-right a {
  display: block;
  color: #000000;
  font-size: 0.28rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input::-webkit-input-placeholder {
  color: #cdcdcd;
}
.no-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.no-list img {
  width: 3.72rem !important;
  margin-bottom: 0.23rem;
}
.no-list span {
  color: #ffc286 !important;
  font-size: 0.24rem;
}
.mui-table-view:before,
.mui-table-view:after {
  content: none;
}
.mui-table-view .mui-table-view-cell {
  padding: 0;
  font-size: 0.26rem;
  color: #333;
}
.mui-table-view .mui-table-view-cell a {
  margin: 0;
  padding: 0.3rem 0.2rem;
}
.mui-table-view .mui-table-view-cell a.mui-active {
  background-color: transparent;
}
.mui-table-view .mui-table-view-cell span {
  color: #999999;
}
.mui-table-view .mui-table-view-cell:after {
  left: 0;
  margin: 0 0.2rem;
  background-color: #f5f5f5;
}
.mui-input-group:after,
.mui-input-group:before {
  content: none;
}
.mui-input-group .mui-input-row:after {
  left: 0;
  margin: 0 0.2rem;
  background-color: #f5f5f5;
}
.mui-input-group .mui-input-row label {
  font-size: 0.26rem;
  color: #333;
  padding: 0.3rem 0.2rem;
  width: 30%;
}
.mui-input-group .mui-input-row input {
  font-size: 0.26rem;
  color: #333;
  padding: 0.3rem 0.2rem;
  padding-left: 0.08rem;
}
.mui-input-group .mui-input-row label ~ input,
.mui-input-group .mui-input-row label ~ select {
  width: 70%;
}
.btn-submit {
  width: 6.84rem;
  height: 0.88rem;
  background-image: linear-gradient(0deg, #ea831e 0%, #eac61e 99%);
  background-blend-mode: normal, normal;
  border-radius: 0.1rem;
  color: #fff;
  padding: 0;
  font-size: 0.3rem;
  border: none;
}
.btn-submit:not(button),
.btn-submit:not(input) {
  line-height: 0.88rem;
}
.get-code {
  width: 1.68rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #ea831e;
  border-radius: 0.24rem;
  text-align: center;
  color: #fff;
  font-size: 0.26rem;
}
.over-day-tag,
.praise-tag,
.deep-mark-tag {
  position: relative;
}
.over-day-tag.large-tag:before,
.praise-tag.large-tag:before,
.deep-mark-tag.large-tag:before {
  border-radius: 0;
}
.over-day-tag:before,
.praise-tag:before,
.deep-mark-tag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0.26rem solid #ff5757;
  border-left: 0.26rem solid #ff5757;
  border-right: 0.26rem solid transparent;
  border-bottom: 0.26rem solid transparent;
  border-radius: 0.1rem 0 0 0;
}
.over-day-tag:after,
.praise-tag:after,
.deep-mark-tag:after {
  position: absolute;
  left: 0.02rem;
  top: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  transform: rotate(-45deg);
}
.deep-mark-tag:after {
  content: '打标';
}
.over-day-tag:after {
  content: '隔天';
}
.praise-tag:after {
  content: '评价';
}
/*# sourceMappingURL=reset.css.map */