@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: no-repeat 0 0;
  background-size: 100% auto;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: inherit;
}

body {
  position: relative;
  background-color: #f3f3f3;
  color: #102541;
  font-size: .28rem;
  font-family: inherit;
}

ol,
ul {
  list-style: none
}

input,
select,
textarea {
  font-family: inherit;
  color: #102541;
  outline-style: none;
  resize: none;
  font-size: 100%
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield
}

input::-moz-focus-inner {
  padding: 0
}

input:-webkit-autofill,
input:focus:-webkit-autofill,
textarea:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:-webkit-autofill,
select:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 100px 0 white;
  box-shadow: inset 0 100px 0 white;
  color: #333
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

i,
em {
  font-style: normal
}

a {
  color: #102541;
  outline-style: none
}

a:hover {
  color: #0045ad;
  text-decoration: none
}

q:before,
q:after {
  content: ''
}

b {
  font-weight: 400
}

::-webkit-input-placeholder {
  color: #BCBCBC
}

:-moz-placeholder {
  color: #BCBCBC
}

::-moz-placeholder {
  color: #BCBCBC
}

:-ms-input-placeholder {
  color: #BCBCBC
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "."
}
.ishide{
	display: none !important;
}
.center {
  margin-left: auto;
  margin-right: auto
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.line-block {
  display: inline-block;
  vertical-align: middle;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-multiline-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-white {
  background-color: #fff;
}

.btn-normal {
  background-color: #0045ad;
}

.orange-red {
  color: #FE682F
}

.rel {
  position: relative;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.mt50 {
  margin-top: 0.50rem;
}

.pd20 {
  padding-top: 0.2rem !important;
}

.pb20 {
  padding-bottom: 0.2rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}

/* 字体颜色 */
.text-blue {
  color: #0045AD;
}

.text-blue a {
  color: #0045AD;
}

.text-gray {
  color: #8E8E8E;
}

/* common */
/* a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:hover {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-decoration: none;
} */
/* 单选 */
.weui-agree__radio {
  -webkit-appearance: none;
  padding: 0.06rem;
  border: 1px solid #0045AD;
  width: 0.34rem;
  height: 0.34rem;
  font-size: 0;
  line-height: 0.34rem;
  border-radius: 50%;
  vertical-align: middle;
}

.weui-agree__radio:checked::after {
  width: 100%;
  height: 100%;
  content: '';
  background: #0045ad;
  display: inline-block;
  border-radius: 50%;
}

.weui-navbar .weui-navbar__item.weui-bar__item_on,
.weui-navbar .weui-navbar__item:active {
  background: none;
}

.weui-msg__opr-area .weui-btn-area {
  padding: 0 1rem;
}

.weui-body .weui-cells__title {
  height: 0.74rem;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #8E8E8E;
  margin: 0;
}

div.weui-cells {
  margin-top: 0.2rem;
}

div.weui-cells .weui-cell {
  padding: 0.32rem;
}

.weui-cells:first-child {
  margin-top: 0 !important;
}

.weui-cells:first-child:before {
  display: none !important;
}

.weui-cells:after {
  display: none !important;
}

.weui-cells .weui-cell__hd {
  font-size: 0.3rem;
  color: #001111;
}

.weui-cells .weui-cell__bd {
  font-size: 0.3rem;
  color: #001111;
}

.weui-cells .weui-cell__ft {
  font-size: 0.3rem;
  color: #666;
}

.weui-cells .weui-cell:before {
  left: 0 !important;
}

.weui-cells .weui-input::-webkit-input-placeholder {
  font-size: 0.3rem;
  color: #BCBCBC;
}

.weui-cells .weui-input {
  font-size: 0.3rem;
  color: #111111;
}

.weui-cells .weui-vcode-btn {
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  color: #0045ad;
  padding: inherit;
  padding-left: 0.2rem;
}

.weui-cells .weui-textarea {
  width: 100%;
  height: 2.85rem;
  padding: 0.3rem;
  font-size: 0.24rem;
  color: #111;
  border: none
}

.weui-cells .info-wrapper .title {
  font-size: 0.3rem;
  color: #111;
}

.weui-cells .info-wrapper .tips {
  font-size: 0.24rem;
  color: #8E8E8E;
}
.weui-select{height: 1.06rem!important;line-height: 1.06rem!important;}
.weui-cell_select{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.weui-select option[placeholder="true"]{color: #BCBCBC;}
/* 长按钮容器 */
.longer-btn-wrapper {
  margin-top: 0.8rem;
  padding: 0 0.4rem;
}

/* 选择 */
.weui-agree__checkbox:checked {
  color: #0045AD;
}

/* 默认窄按钮 */
.weui-btn.weui-btn_default {
  width: 3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: none;
  border: 1px solid #ECECEC;
  color: #0045AD !important;
  padding: 0;
  font-weight: 400;
  font-size: 0.3rem;
  border-radius: 0;
}

/* 默认宽按钮 */
a.weui-btn {
  background: #0045AD;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff !important;
  padding: 0;
  font-weight: 400;
  font-size: 0.3rem;
  width: 100%;
  border-radius: 0;
}

a.weui-btn.weui-btn_disabled {
  background: #92B5EA;
}

button.weui-btn {
  background: #0045AD;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff !important;
  padding: 0;
  font-weight: 400;
  font-size: 0.3rem;
  width: 100%;
  border-radius: 0;
}

button.weui-btn.weui-btn_disabled {
  background: #92B5EA;
}

.weui-btn.disabled-btn {
  background: #92B5EA;
}