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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
em,
i {
  font-style: normal;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
}
@media (min-width: 148.80023808rem) {
  html {
    font-size: 55.55556%;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 65.1042%;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 66.6667%;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 71.875%;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 77.7778%;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 83.3333%;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 88.8889%;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 94.4444%;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 105.556%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 111.111%;
  }
}
body {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font-size: 1.34400215rem;
}
.banner-tips {
  background: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 0;
}
.banner-tips .tips-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.banner-tips .tips-item .tips-tit {
  height: 2.2rem;
}
.banner-tips .tips-item .tips-tit span:nth-child(1) {
  position: relative;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #323232;
  font-weight: bold;
}
.banner-tips .tips-item .tips-tit span:nth-child(1)::after {
  position: absolute;
  right: -1.2rem;
  top: -0.2rem;
  content: '+';
  font-size: 1rem;
}
.banner-tips .tips-item .tips-tit span:nth-child(2) {
  font-size: 0.8rem;
  margin-left: 0.4rem;
  color: #646464;
}
.banner-tips .tips-item .tips-txt {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #646464;
  margin-top: 0.5rem;
}
.banner-tips .tips-item:not(:last-child) {
  border-right: 1px solid #adadad;
}
.dxb-sec {
  padding: 1.8rem 0 2rem;
}
.dxb-sec.rdbg .dxb-tit h2 {
  color: #fff;
}
.dxb-sec.rdbg .dxb-btn a {
  background-color: #fff;
  color: #fe4d23;
}
.dxb-container {
  width: 93.86666667%;
  margin: 0 auto;
}
.dxb-tit {
  margin-bottom: 1.8rem;
  text-align: center;
}
.dxb-tit h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: bold;
}
.gray {
  background-color: #f4f4f4;
}
.dxb-txt {
  color: #686868;
  font-size: 1.3rem;
  line-height: 2rem;
}
.dxb-txt p {
  text-indent: 2em;
  text-align: justify;
}
.dxb-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4rem;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dxb-slogan .slogan-item {
  width: 32.10227273%;
  position: relative;
}
.dxb-slogan .slogan-item .slogan-txtx {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-indent: 1.1rem;
}
.dxb-slogan .slogan-item .slogan-txtx .slogan-num {
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1.4rem;
  font-weight: bold;
}
.dxb-slogan .slogan-item .slogan-txtx .slogan-txt {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.dxb-btn {
  width: 56.81818182%;
  line-height: 3.6rem;
  margin: 1.7rem auto 0;
}
.dxb-btn a {
  border-radius: 1.8rem;
  background-color: #fe4d23;
  text-align: center;
  color: #fff;
}
.jzjy-wrap .jzjy-item .jzjy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.jzjy-wrap .jzjy-item .jzjy-wrap .jzjy-thumb {
  width: 50%;
}
.jzjy-wrap .jzjy-item .jzjy-wrap .jzjy-desc {
  width: 50%;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-top: 1.2rem;
}
.jzjy-wrap .jzjy-item .jzjy-wrap .jzjy-desc .jzjy-tit {
  color: #454545;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}
.jzjy-wrap .jzjy-item .jzjy-wrap .jzjy-desc .jzjy-txt {
  color: #7d7e7f;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.jzjy-wrap .jzjy-item .jzjy-wrap .jzjy-desc .jzjy-btn {
  width: 61.93181818%;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  background-color: #f9aa7b;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.6rem;
  border-radius: 1.3rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jzjy-wrap .jzjy-item:nth-child(2n) .jzjy-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jyfw-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jyfw-wrap .jyfw-item {
  width: 49.43181818%;
}
.jyfw-wrap .jyfw-item .jyfw-thumb {
  position: relative;
}
.jyfw-wrap .jyfw-item .jyfw-thumb .jyfw-txt {
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 37.35632184%;
  text-align: center;
  background: #f9aa7b;
  color: #fff;
  border-radius: 0.5rem;
}
.jyfw-wrap .jyfw-item .jyfw-desc {
  padding-top: 1.8rem;
}
.jyfw-wrap .jyfw-item .jyfw-desc .jyfw-tit {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.jyfw-wrap .jyfw-item .jyfw-desc .jyfw-txt {
  font-size: 1.2rem;
  color: #616161;
}
.jyfw-wrap .jyfw-item:nth-last-child(n+3) {
  margin-bottom: 1.2rem;
}
.rdbg {
  background-color: #fe4d23;
}
.dxb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap ;
  -ms-flex-flow: wrap ;
  flex-flow: wrap ;
}
.dxb-list .dxb-item {
  width: 47.86666667%;
  margin-right: 4.26666667%;
  padding: 2.41333333%;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dxb-list .dxb-item:nth-last-child(n+3) {
  margin-bottom: 4.26666667%;
}
.dxb-list .dxb-item:nth-child(2n) {
  margin-right: 0;
}
.dxb-list .dxb-item .dxb-thumb {
  position: relative;
  overflow: hidden;
}
.dxb-list .dxb-item .dxb-thumb .gxzy-status {
  position: absolute;
  top: 9%;
  left: -39%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.dxb-list .dxb-item .dxb-thumb img {
  display: block;
  width: 100%;
}
.dxb-list .dxb-item .dxb-desc {
  background: #eeeeee;
}
.dxb-list .dxb-item .dxb-desc .dxb-num {
  position: relative;
  left: 50%;
  width: 6.6rem;
  line-height: 1.8rem;
  margin-top: -0.9rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #eeeeee;
  font-size: 1.1rem;
}
.dxb-list .dxb-item .dxb-desc .dxb-num.warn {
  color: #f91921;
}
.dxb-list .dxb-item .dxb-desc .dxb-tit {
  font-weight: bold;
  color: #383838;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.dxb-list .dxb-item .dxb-desc .dxb-subtit {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.dxb-list .dxb-item .dxb-desc .dxb-btnx {
  padding: 0 0 1rem;
}
.dxb-list .dxb-item .dxb-desc .dxb-btnx a {
  display: inline-block;
  padding: 0 1rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  font-size: 1.3rem;
  color: #fff;
  background: #f91921;
}
.coupon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.coupon-list .coupon-item {
  position: relative;
  width: 31.00444444%;
  margin-right: 3.49333333%;
  margin-bottom: 3.49333333%;
}
.coupon-list .coupon-item:nth-child(3n) {
  margin-right: 0;
}
.coupon-list .coupon-item .coupon-thumb img {
  display: block;
  width: 100%;
}
