html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
p,
span {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 0.4rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 0.02rem;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input {
  outline: 0;
}
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
html.flex-html,
html.flex-html body {
  overflow: hidden;
  height: 100%;
}
body {
  position: relative;
  background-color: #e7e7e7;
  color: #333;
  font-weight: 400;
  font-size: 0.32rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: #f1c766;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl {
  margin: 0;
}
dl dt {
  font-weight: 400;
}
dl dd {
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl {
  margin: 0;
  padding: 0;
}
dl dt {
  font-weight: 400;
}
dl dd,
dl dt {
  margin: 0;
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.pd20 {
  padding: 0 0.2rem;
}
.mg20 {
  margin: 0 0.2rem;
}
.mgt-20 {
  margin-top: 0.2rem;
}
.pdb-98 {
  padding-bottom: 0.98rem;
}
.pdb-100 {
  padding-bottom: 1rem;
}
.bg-w {
  background: #fff;
}
.color-666 {
  color: #666 !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.bd-none {
  border: none !important;
}
.bd-01 {
  border-bottom: 1px solid #e5e5e5;
}
.bg-gray12 {
  width: 100%;
  height: 0.12rem;
  background: #f1f1f1;
  overflow: hidden;
}
.bg-yellow20 {
  width: 100%;
  height: 0.2rem;
  background: #faf1eb;
  overflow: hidden;
}
.bg-yellow {
  background: #faf1eb;
}
input::-webkit-input-placeholder {
  font-size: 0.28rem;
  color: #666;
  opacity: 0.5;
}
input::-moz-input-placeholder {
  font-size: 0.28rem;
  color: #666;
  opacity: 0.5;
}
input::-ms-input-placeholder {
  font-size: 0.28rem;
  color: #666;
  opacity: 0.5;
}
.common-i {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-next02 {
  width: 0.12rem;
  height: 0.2rem;
  background-image: url(../images/common/arrow02.png);
}
.icon-next03 {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/common/arrow03.png);
}
.line-ellipsis01 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-ellipsis02 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-title {
  width: 100%;
  padding: 0.28rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.common-title h3 {
  padding: 0 0 0 0.19rem;
  margin-left: 0.3rem;
  border-left: 0.07rem solid #f24e00;
  line-height: 1;
}
.janui-title {
  width: 100%;
  height: 0.88rem;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0.3rem;
}
.janui-title h4 {
  font-size: 0.28rem;
  color: #333;
  line-height: 1;
  padding-left: 0.22rem;
  border-left: 0.06rem solid #f4bc24;
}
.janui-title a {
  position: absolute;
  display: inline-block;
  font-size: 0.24rem;
  color: #999;
  right: 0.24rem;
  top: 0.3rem;
}
.janui-title a i.icon-next {
  width: 0.12rem;
  height: 0.2rem;
  background-image: url(../images/common/arrow01.png);
  margin-left: 0.1rem;
}
.common-link {
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
  border-bottom: 1px solid #ededeb;
}
.common-link label {
  float: left;
  font-size: 0.3rem;
  color: #333;
}
.common-link span {
  float: right;
  margin-right: 0.42rem;
  font-size: 0.3rem;
  color: #999;
}
.common-link i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.common-link i.next {
  width: 0.18rem;
  height: 0.32rem;
  background-image: url(../images/next03.png);
  right: 0;
  top: 0.29rem;
}
.full-layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.modal {
  text-align: center;
  width: 5.3rem;
  font-size: 0.28rem;
  background: #fff;
  border-radius: 0.2rem;
  padding-top: 0.2rem;
}
.modal .modal-title {
  margin: 0;
  font-size: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
  box-sizing: content-box;
  color: #333;
}
.modal .content {
  line-height: 0.56rem;
  width: 90%;
  padding-bottom: 0.2rem;
  margin: 0 auto;
  color: #333;
  overflow-wrap: break-word;
}
.modal .modal-footer {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
}
.modal .modal-footer div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.28);
}
.modal .modal-footer div {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
}
.cancel {
  color: #2291e1;
}
.ok {
  color: #f15a4a;
}
.common-footer {
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: 0.98rem;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  background: #fff;
}
.common-footer ul {
  overflow: hidden;
}
.common-footer ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.common-footer ul li a {
  overflow: hidden;
  color: #666;
  display: block;
  height: 0.98rem;
}
.common-footer ul li.on a {
  color: #444;
  font-weight: bold;
}
.common-footer ul li a i {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 auto;
  margin-top: 0.06rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common-footer ul li a p {
  font-size: 0.22rem;
  line-height: 1;
  padding-top: 0.05rem;
}
.common-footer ul li a i.icon01 {
  background-image: url(../images/glance2.png);
}
.common-footer ul li a i.icon02 {
  background-image: url(../images/2.png);
}
.common-footer ul li a i.icon03 {
  background-image: url(../images/shop2.png);
}
.common-footer ul li a i.icon04 {
  background-image: url(../images/kiss2.png);
}
.common-footer ul li.on a i.icon01 {
  background-image: url(../images/glance.png);
}
.common-footer ul li.on a i.icon02 {
  background-image: url(../images/1.png);
}
.common-footer ul li.on a i.icon03 {
  background-image: url(../images/shop.png);
}
.common-footer ul li.on a i.icon04 {
  background-image: url(../images/kiss.png);
}
.disabled {
  color: #8d8d8d !important;
  cursor: not-allowed;
}
