@charset "utf-8";
/*1 重定义浏览器默认样式
	Name:			style_reset
	Level:			Global
	Explain:		重定义浏览器默认样式
	Last Modify:	jackying
*/

* {
  word-wrap: break-word;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol,
dl {
  list-style-type: none;
}
html,
body {
  *position: static;
  width: 100%;
  height: 100%;
}
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
    'WenQuanYi Micro Hei', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address,
caption,
cite,
code,
dfn,
/* 后台文章返回斜体标签是em */
/* em, */
th,
var {
  font-style: normal;
  font-weight: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Noto Sans CJK SC', 'Source Han Sans SC', 'Source Han Sans CN', 'Hiragino Sans GB',  'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body {
  background: #f4f5f7;
}
body:before {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background: #000 !important;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: var(--basic-weight-value, 500);
}
/*html{ max-width: 750px; margin: 0 auto;}*/
a,
area {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
sub,
sup {
  vertical-align: baseline;
}
/*img*/
img {
  border: 0;
  vertical-align: middle;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.am-list-item .am-input-control {
  -webkit-flex: 1 !important;
}
.am-list-body:after {
  display: none !important;
}
html {
  overflow: -moz-scrollbars-vertical;
  zoom: expression(
    function(ele){ele.style.zoom = '1' ;document.execCommand('BackgroundImageCache', false, true) }(this)
  );
}

li {
  list-style-type: none;
}
.am-list .am-list-item.am-textarea-item:after {
  border-bottom: 1px solid #fff !important;
}
.am-list-line::after {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
/* #app{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
} */
/* .iconfont{
    font-size: 32px;
} */
.hidden {
  display: none !important;
}
/* 全局颜色 */
/* 主色调 */
.color_main {
  color: #f03c3c;
}
.color_light_grey {
  color: #999999;
}
/* 灰色 */
.color_gray {
  color: #999999;
}
.box_shadow {
  /* box-shadow: 0 5px 12px 0 rgba(224, 224, 224, 0.5); */
  box-shadow: 0 5px 12px 0 rgba(224, 224, 224, 0.5);
}

.btn_shadow {
  box-shadow: 0 18px 18px 0 rgba(253, 92, 14, 0.3);
}

#app .am-pull-to-refresh-content-wrapper {
  overflow: initial;
}
#app .am-list-view-scrollview {
  overflow: initial;
}

.am-grid.am-grid-line .am-flexbox,
.am-grid.am-grid-line .am-flexbox :not(:last-child).am-flexbox-item {
  border: none !important;
}

.am-list-body {
  border-top: none !important;
}

.list-view .am-list-body::before,
.am-list-body::before {
  display: none !important;
}

.video-react .video-react-big-play-button {
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  border-radius: 100% !important;
}

.video-react .video-react-big-play-button::before {
  font-size: 60px;
}
.am-tabs-default-bar-tab::after {
  border-radius: 0 !important;
}

/* 筛选组件 */
.transaction-list .select-modal .select-content {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.transaction-list .select-modal .select-content .active {
  color: #A5752B !important;
}
.transaction-list .select-modal .select-content .icon-seleted {
  color: #A5752B !important;
}

.checkOrder-activity-tip-modal {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.checkOrder-activity-content-modal {
  width: 622px;
  min-height: 420px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}
.checkOrder-activity-tip-modal-hide {
  display: none;
}
.checkOrder-activity-title-all-modal {
  margin-bottom: 32px;
}
.checkOrder-activity-title-modal {
  color: #A5752B;
  font-size: 40px;
}
.text-upgrade-1 {
  margin-top: 48px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
}
.showSuccessIcon {
  font-size: 120px !important;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(-38deg, #81d728 32%, #badf42 91%);
  color: rgb(188, 157, 104);
}
.text-upgrade-2 {
  margin-top: 38px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
}

.checkOrder-activity-title-img-modal {
  width: 64px;
  height: 64px;
  margin-right: 5px;
}
.checkOrder-activity-title-content-modal {
  color: #333333;
  font-size: 36px;
  font-weight: 500;
}
.checkOrder-activity-tip-content-modal {
  color: #333333;
  font-size: 28px;
  margin: 24px 0 32px 0;
  line-height: 40px;
  word-break: break-all;
}
.checkOrder-activity-tip-confirm-modal {
  color: #fff;
  background-color: #000;
  font-size: 32px;
  width: 100%;
  height: 80px;
  border-radius: 4px;
}
.am-modal-wrap {
  z-index:  1000 !important;
}

/* 设置跨端里面的modal层级，当前超过toast的1999，所以设置低一些 */
/* .r-zIndex-sfbmgh{
  z-index: 1998 !important;
} */