@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ul,
li,
ol,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
select,
input {
  margin: 0;
  padding: 0;
  border: 0;
}

*:focus {
  outline: none;
}
html {
  height: 100%;
  font-size: 100px;
}
body {
  font: 12px/1.5 Arial, 'Microsoft YaHei', '宋体';
  color: #000;
  background: #f5f5f5;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
input,
button {
  font-family: Arial;
}
body,
div,
p {
  word-wrap: break-word;
}
b,
strong,
.strong {
  font-weight: 700;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
}
img {
  width: 100%;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.normal {
  font-weight: 400;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txt-c {
  text-align: center;
}
.main {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.nowrap {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nomap {
  display: none !important;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt28 {
  margin-top: 0.28rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt24 {
  margin-top: 0.24rem;
}
.relative {
  position: relative;
}
.rel {
  position: relative;
}
.mr10 {
  margin-right: 0.1rem;
}
.mr20 {
  margin-right: 0.2rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb14 {
  margin-bottom: 0.14rem;
}
.mt16 {
  margin-top: 0.16rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.pl14 {
  padding-left: 0.14rem;
}
.pl20 {
  padding-left: 0.2rem;
}
.pl24 {
  padding-left: 0.24rem;
}
.lh42 {
  line-height: 0.42rem !important;
}
.lh50 {
  line-height: 0.5rem !important;
}
.line6 {
  -webkit-line-clamp: 6;
}
.line3 {
  -webkit-line-clamp: 3;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
input::placeholder {
  color: #858585;
}
.red {
  color: #ff1b1b;
}
.blue {
  color: #2653ff;
}
.bgfff {
  background: #fff;
}
.color444 {
  color: #444;
}
.flex {
  display: flex;
}
.h100 {
  height: 100%;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
img {
  /* 去除点击事件蓝色背景 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
a:hover {
  color: #ff8b0d;
}
/* 历史选中背景色设置 */
/* input {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
} */
input[type='checkbox'] {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0 0.12rem 0 0;
  appearance: none;
  position: relative;
  /* background: #fff; */
  display: inline-block;
  vertical-align: text-top;
  appearance: none;
  background: url(../../../images/mobile/common/check_unselected.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
  border-radius: 0;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type='radio'] {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0 0.12rem 0 0;
  appearance: none;
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: text-top;
  appearance: none;
  background: url(../../../images/mobile/common/radio_unselected.png) no-repeat;
  cursor: pointer;
  background-size: contain;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: text-bottom;
}
input[type='checkbox']:checked::before {
  content: '';
  background: url(../../../images/mobile/common/check_selected.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
input[type='radio']:checked::before {
  content: '';
  background: url(../../../images/mobile/common/radio_selected.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type='checkbox']:checked,
input[type='radio']:checked {
  background: 0 0;
}

/* 自定义alert */
#alertMask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.61);
  z-index: 999;
}
#alertProp {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3rem 0.46rem;
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 0.2rem;
  width: 80%;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  z-index: 9999;
}
.alertContent {
  text-align: left;
  max-height: 3rem;
  overflow-y: auto;
}

.alertContent::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.alertContent::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  border-radius: 6px;
}
.alertContent::-webkit-scrollbar-thumb {
  background: rgb(201, 201, 202);
  border-radius: 6px;
}
.alertContent::-webkit-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}

.alertFooter {
  text-align: right;
  margin-top: 0.34rem;
}
.alertFooter input[type='button'] {
  /* width: 76px;
  height: 32px;
  background: #ff8b0d;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 32px;
  border: 1px solid #ff8b0d; */
  background-color: transparent;
  color: #ff8b0d;
  font-weight: 500;
  font-size: 0.28rem;
}
.alertFooter input[type='button'].cancel {
  background-color: #fff;
  color: #ff8b0d;
  margin-right: 8px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; /*此处只是去掉默认的小×*/
}

/* input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;

  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ebebeb;
}

input[type='search']::-webkit-search-cancel-button:after {
  position: absolute;
  content: 'x';
  left: 25%;
  top: -12%;
  font-size: 20px;
  color: #fff;
} */

.errortips {
  color: #ff3900;
  margin-top: 0.1rem;
  line-height: 0.28rem;
}
.errorLine {
  border: 1px solid #ff3900 !important;
}
