@font-face {
  font-family: "asht";
  src: url("../css/fonts/AlimamaShuHeiTi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ah";
  src: url("../css/fonts/ALiHanYiZhiNengHeiTi-2.ttf") format("truetype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.16rem;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box .box-title {
  height: 1.38rem;
  line-height: 1.9rem;
  text-align: center;
}
.box .box-title span {
  color: #f1201f;
  font-family: asht;
  font-size: 0.69rem;
  font-weight: 700;
  position: relative;
}
.box .box-title span::before, .box .box-title span::after {
  content: "";
  position: absolute;
}
.box .box-title span::before {
  width: 0.87rem;
  height: 0.76rem;
  top: 0.05rem;
  left: -1.15rem;
  background: url(../images/box-title-l.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-title span::after {
  width: 1.36rem;
  height: 1.21rem;
  right: -1.56rem;
  background: url(../images/box-title-r.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-bd {
  width: 13rem;
  border-radius: 0.5rem;
  border: 0.04rem solid #fff;
  background: linear-gradient(180deg, #fff 8.18%, #fffbf9 69.76%, #ffefe9 132.52%);
  box-shadow: 0 0.06rem 0.204rem 0 rgba(166, 68, 63, 0.15);
  margin-top: 1rem;
  position: relative;
  padding: 1.53rem 0.4rem 0.35rem 0.4rem;
  box-sizing: border-box;
}
.box .box-bd .sub-title {
  width: 8.46rem;
  height: 1.67rem;
  line-height: 1.4rem;
  margin: 0 auto;
  background: url(../images/sub-title-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.box .box-bd .sub-title span {
  color: #fff;
  text-shadow: 0 0.03rem 0.018rem rgba(137, 7, 7, 0.4);
  font-family: "Source Han Sans CN";
  font-size: 0.42rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.5rem; /* 119.048% */
  letter-spacing: -0.0084rem;
}
.box .box-bd .sub-title.type {
  position: absolute;
  top: -0.43rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.box .box-bd .sub-title2 {
  text-align: center;
}
.box .box-bd .sub-title2 span {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-weight: 700;
  position: relative;
}
.box .box-bd .sub-title2 span::before, .box .box-bd .sub-title2 span::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  width: 4.86rem;
  height: 0.29rem;
}
.box .box-bd .sub-title2 span::before {
  left: -5.14rem;
  background: url(../images/title-l-bg.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-bd .sub-title2 span::after {
  right: -5.14rem;
  background: url(../images/title-r-bg.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-bd .sub-title3 {
  text-align: center;
}
.box .box-bd .sub-title3 span {
  color: #000;
  font-family: "ah";
  font-size: 0.4rem;
  position: relative;
}
.box .box-bd .sub-title3 span::before, .box .box-bd .sub-title3 span::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  width: 2.62rem;
  height: 0.31rem;
}
.box .box-bd .sub-title3 span::before {
  left: -3rem;
  background: url(../images/title-l-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-bd .sub-title3 span::after {
  right: -3rem;
  background: url(../images/title-r-bg2.png) no-repeat;
  background-size: 100% 100%;
}