@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2023-10-05 10:36:10
 * @LastEditTime: 2023-10-05 13:49:31
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

html,
body,
div,
span,
p,
dl,
dt,
dd,
ul,
ol,
li,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
strong,
form,
fieldset,
input,
textarea,
select,
lable,
option,
blockquote,
pre,
hr {
  margin: 0;
  padding: 0
}

header,
nav,
aside,
article,
section,
article,
footer,
hgroup,
time {
  margin: 0;
  padding: 0;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

label,
input,
select,
textarea {
  vertical-align: middle;
  font-size: .32rem;
  outline: none;
}

label,
input[type=button] {
  cursor: pointer;
}

ol,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: .37rem;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a,
button,
input[type=button] {
  -webkit-tap-highlight-color: transparent
}

a:focus,
a:active {
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

em,
i {
  font-style: normal;
}

input[type=text],
input[type=password],
textarea,
select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px 1px #e33943;
  border: 1px solid #e33943;
}

input[type=button],
button[type="button"] {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=text],
input[type=password],
textarea {
  font-family: "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
}

.placeholder {
  color: #999;
}

.f-wrap {
  width: 1200px;
}

.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb,
.f-cbli li {
  zoom: 1;
}

.f-ib {
  display: inline-block;
}

.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-prz {
  position: relative;
  zoom: 1;
}

.f-pa {
  position: absolute;
}

.f-oh {
  overflow: hidden;
}

.f-ff0 {
  font-family: arial, \5b8b\4f53;
}

.f-ff1 {
  font-family: 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1', arial, '\5b8b\4f53';
}

.f-fs1 {
  font-size: .32rem;
}

.f-fs2 {
  font-size: .37rem;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-tal {
  text-align: left;
}

.f-tac {
  text-align: center;
}

.f-tar {
  text-align: right;
}

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
  vertical-align: middle;
}

.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}

.f-ti2 {
  text-indent: 2em;
}

.f-lhn {
  line-height: normal;
}

.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: -apple-system, Helvetica, sans-serif;
  line-height: 1.5;
  color: #333;
  -webkit-touch-callout: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: stretch;
  background-color: #fff;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  padding-bottom: env(safe-area-inset-bottom);
}

@media only screen and (min-width: 768px) {
  body {
    width: 768px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}

.ediui-flex {
  display: flex;
}

.ediui-flex__item {
  flex: 1;
}

.ediui-cells {
  overflow: hidden;
  position: relative;
}

.ediui-cell {
  padding: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.ediui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 16px;
}

.ediui-cell:first-child:before {
  display: none;
}

.ediui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.ediui-cell_primary {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ediui-cell__ft {
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.ediui-cell_access {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}

.ediui-cell_access .ediui-cell__ft {
  padding-right: 22px;
  position: relative;
}

.ediui-cell_access .ediui-cell__ft:after {
  content: '';
  width: .2rem;
  height: .36rem;
  background: url(../img/icon_more_01.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.f-mt2 {
  margin-top: .25rem;
}

.f-mt3 {
  margin-top: .3rem;
}
.f-mt3p5 {
  margin-top: 0.35rem;
}
.f-mt4 {
  margin-top: .4rem;
}

.f-mt6 {
  margin-top: .6rem;
}

.f-mt8 {
  margin-top: .8rem;
}

.f-mt10 {
  margin-top: 1rem;
}

.f-bdrs20 {
  border-radius: 20px;
}
.f-flex-jcsb {
  display: flex;
  justify-content: space-between;
}