html,
body {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  margin:0;
}
*{box-sizing:border-box;}
[v-cloak]{display:none;}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #595959;
}
p {
  margin: 0;
}

.yellow {
  color: #dea038;
}
.text-center {
  text-align: center;
}
.ovh {
  overflow: hidden;
}
.margin-auto {
  margin: 0 auto;
}
.por {
  position: relative;
}
.posabt {
  position: absolute;
}
.middle {
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.pat10 {
  padding-top: 10px;
}
.pab10 {
  padding-bottom: 10px;
}
.pad10 {
  padding: 10px;
}
.width100 {
  width: 100%;
}
.width80 {
  width: 80%;
}
.bdra15 {
  border-radius: 15px;
}
.mui-action-back {
  color: #353838;
}
.mui-bar .mui-title {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}
.mui-bar {
  position: relative;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.mui-bar .mui-icon {
  padding-top: 20px;
}
.mui-bar-nav ~ .mui-content {
  padding: 0;
  height: calc(100vh - 60px);
  background-color: #f8f8f8;
  overflow: hidden;
}

#document .mui-content {
  height: calc(100vh - 60px);
}
/* 底部导航 */
.tabs {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 1px 6px #ccc;
}
.tabs .tabs-item {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
}
.tabs .active p {
  color: #368fff;
}
.tabs .tabs-icon {
  width: 21px;
  height: 21px;
  margin-top: 10px;
}

.empty {
  position: absolute;
  width: 150px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.empty img {
  width: 100%;
  height: 100%;
}
.empty span {
  margin-top: 20px;
  font-size: 14px;
  color: #8c8c8c;
}

.space {
  display: flex;
  justify-content: space-between;
}

/* 页面倒计时 */
.time-item strong {
  color: #368fff;
  margin-right: 4px;
}
.mui-popup-button-bold {
  background-color: #368fff;
  color: #fff;
}

/* 重置表单样式*/
.mui-input-group .mui-input-row:after,
.mui-input-group:before {
  display: none;
}
.mui-input-group .mui-input-row {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.mui-input-row:last-child {
  border: none;
}
.mui-input-row label {
  padding: 15px;
}
.mui-input-group .mui-input-row input {
  height: 50px;
  line-height: 50px;
}

#form2 .mui-btn-blue,
#form2 .mui-btn-primary,
#form2 input[type='submit'] {
  width: 91%;
  margin: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #368fff;
  border-radius: 18px;
  color: #fff;
  text-align: center;
}

* {
  touch-action: pan-y;
}

.field-invalidmsg {
  color: #dd524d;
  margin-left: 15px;
}

fieldset {
  border: none;
}
.radius {
  border-radius: 20px;
  width: 300px;
  display: block;
  margin: 0 auto  10px auto;
  height: 40px;
}

.mui-popover {
  padding: 10px;
  width: auto;
  font-size: 13px;
  left: 0 !important;
}
.mui-popover .mui-popover-arrow.mui-bottom {
  transform: rotate(180deg);
  top: -24px !important;
  left: 307.5px !important;
}
.tip ul li{
   color:red;
  font-size:12px;
  text-align: left;
}
/* 用户样式代理表  覆盖 input自动填充背景颜色 */
input:-internal-autofill-previewed, input:-internal-autofill-selected {
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.phone-tips{
    font-size: 12px;
    padding-left: 10px;
    color: red;
}
.flex{
    display: flex;
    align-items: center;
}
.flex-w{
    flex-wrap: wrap;
}

.weui-cell.weui-cell_select.weui-cell_select-after  input {
  padding-right: 20px !important;
}

.hw-h5-components input{line-height:normal;height:auto;padding:0;border:none;background-color:transparent;}


