.bg_info {
  background-color: #fde9ae;
}
.bg_warning {
  background-color: #cdecfe;
}
.bg_success {
  background-color: #d3fdc5;
}
.bg_error {
  background-color: #fed3d6;
}
.bg_main {
  background-color: #FAFAFA;
}
html {
  font-size: 100px;
}
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
body,
html,
#app {
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
  min-width: 320px;
  background: #FAFAFA;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
body,
a,
textarea {
  font-size: 24rpx;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  color: #333;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
input,
button,
select,
textarea,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  outline: none;
  background: none;
  -webkit-appearance: none;
}
input,
button,
select,
a {
  cursor: pointer;
}
.fontWNormal,
h5,
h4,
h3,
h2,
h1,
h0 {
  font-weight: normal;
}
.u-container {
  margin: 0 auto;
  width: 100%;
  max-width: 640rpx;
  height: auto;
}
.u-padding10 {
  padding-left: 10rpx;
  padding-right: 10rpx;
}
.u-padding20 {
  padding-left: 20rpx;
  padding-right: 20rpx;
}
.u-cenInBlock,
.u-aFull {
  display: inline-block;
  vertical-align: middle;
}
.u-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.u-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.u-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.u-imgAuto {
  width: auto;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
}
.u-aFull {
  width: 100%;
  height: 100%;
}
.u-cleanBoth::after,
.u-cleanBoth::before {
  content: '';
  display: inline-block;
  clear: both;
}
.u-clearFloat {
  clear: both;
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0.01px;
  border: 0.01px soild transparent;
  overflow: hidden;
}
.u-fLeft {
  float: left;
}
.u-fRinght {
  float: right;
}
.u-wh100 {
  width: 100%;
  height: 100%;
}
.u-absolute {
  position: absolute;
}
.u-relative {
  position: relative;
}
.txt-noneLine {
  text-decoration: none;
}
.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.txt-ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.txt-important {
  color: #e81e2a;
}
.txt-bold {
  font-weight: bold;
  color: #333;
}
.txt_link {
  color: #0082dd;
}
.Home_title {
  position: relative;
  margin: 40rpx 0 32rpx;
}
.Home_title .Home_title_weight {
  margin-bottom: 6rpx;
  font-size: 38rpx;
  color: #333;
  font-weight: bold;
}
page .submit_btn {
  margin-top: 40rpx;
  width: 100%;
  height: 90rpx;
  line-height: 90rpx;
  border-radius: 50rpx;
  background: linear-gradient(90deg, #4BA2FF 0%, #4B83FF 100%);
  color: #fff;
  font-size: 28rpx;
  box-shadow: 0px 24rpx 27rpx -24rpx rgba(75, 137, 255, 0.8);
}
