@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* CSS Document */
/*
CSS Reset
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "宋体", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body {
  height: 100%;
}

img {
  vertical-align: middle;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

/*h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size:14px;}*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #676767;
}

a:hover {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
img {
  margin: 0px;
  padding: 0px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/* 清理浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.awd-layout {
  min-width: 1024px;
  margin: 0 auto;
}

.pc-layout {
  width: 576px;
  margin: 0 auto;
  padding-top: 48px;
}

body {
  background-color: #280509;
}

.banner-bg {
  width: 100%;
  height: 502px;
  background: rgb(173, 0, 35);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(173, 0, 35)), color-stop(100%, rgba(173, 0, 35, 0)));
  background: linear-gradient(to bottom, rgb(173, 0, 35) 0%, rgba(173, 0, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad0023", endColorstr="#ad0023", GradientType=0);
}

.banner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner__QQ {
  width: 576px;
  display: flex;
  align-items: center;
  margin: -20px auto 0;
}
.banner__icon {
  width: 42px;
}
.banner__text {
  font-size: 24px;
  color: white;
  padding-left: 12px;
}

.bottom {
  position: relative;
  display: flex;
  justify-content: center;
}
.bottom img {
  width: 1024px;
  margin: 0 auto;
}

.bottom-bg {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -126px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 345px;
  background: rgb(74, 2, 2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(74, 2, 2)), color-stop(100%, rgba(203, 18, 27, 0.5)));
  background: linear-gradient(to bottom, rgb(74, 2, 2) 0%, rgba(203, 18, 27, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a0202", endColorstr="#cb121b", GradientType=0);
}

.section {
  width: 576px;
  margin: 0 auto;
  padding-top: 24px;
}
.section__item {
  width: 100%;
  min-height: 178px;
  background-color: white;
  border-radius: 12px;
  border: 8px solid #8d2626;
  margin-bottom: 24px;
  padding: 20px 14px;
}
.section__item.-red {
  border-color: #8d2626;
}
.section__item.-green {
  border-color: #00a656;
}
.section__img {
  position: relative;
}
.section__img img {
  width: 100%;
}
.section:last-child {
  margin-bottom: 0;
}

.content {
  display: flex;
}
.content__lf {
  display: flex;
  flex: none;
  justify-content: center;
}
.content__rt {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
  justify-content: center;
}
.content__img {
  width: 120px;
  height: 120px;
}
.content__img img {
  width: 100%;
}
.content .text {
  padding-top: 6px;
  padding-left: 12px;
}
.content .text__title {
  display: flex;
}
.content .text__title p {
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 1000px;
  background-color: #ff0000;
  padding: 2px 4px;
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 16px;
}
.content .text__title p.-green {
  background-color: #00a656;
}
.content .text__title strong {
  padding-left: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #010101;
}
.content .text__p {
  padding-top: 12px;
  line-height: 24px;
  font-size: 16px;
  color: #484848;
  font-weight: 500;
}
.content .text__p span {
  color: red;
}
.content .lot-item {
  text-align: center;
  width: 33.3333333333%;
  padding-bottom: 8px;
}
.content .lot-item__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.content .lot-item__p {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #2c2c2c;
}

.btn {
  display: flex;
  padding-top: 20px;
}
.btn__link {
  max-width: 50%;
  margin-left: 10px;
  display: block;
  transition: 0.2s;
}
.btn__link:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.btn__link img {
  width: 100%;
}
.btn__link:first-child {
  margin-left: 0;
}

.-green .lot-item {
  width: 40%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* CSS Document */
/*
CSS Reset
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "宋体", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body {
  height: 100%;
}

img {
  vertical-align: middle;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

/*h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size:14px;}*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #676767;
}

a:hover {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
img {
  margin: 0px;
  padding: 0px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/* 清理浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.-mWEB {
  background: #280509;
}
.-mWEB .awd-layout {
  min-width: initial;
}
.-mWEB .banner {
  width: 100%;
  position: relative;
}
.-mWEB .banner img {
  width: 100%;
}
.-mWEB .banner__QQ {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: -20px;
}
@media (min-width: 576px) {
  .-mWEB .banner__QQ {
    padding: 0;
  }
}
.-mWEB .banner__icon {
  width: 20px;
}
@media (min-width: 576px) {
  .-mWEB .banner__icon {
    width: 42px;
  }
}
.-mWEB .banner__text {
  font-size: 12px;
  color: white;
  padding-left: 6px;
}
@media (min-width: 576px) {
  .-mWEB .banner__text {
    font-size: 24px;
    padding-left: 12px;
  }
}
.-mWEB .section {
  width: 100%;
  padding: 24px 10px 0;
  overflow: hidden;
}
.-mWEB .section__item {
  width: 100%;
  min-height: 178px;
  background-color: white;
  border-radius: 12px;
  border: 4px solid #8d2626;
  margin-bottom: 24px;
  padding: 12px 4px;
}
.-mWEB .section__item.-red {
  border-color: #8d2626;
}
.-mWEB .section__item.-green {
  border-color: #00a656;
}
.-mWEB .section__img img {
  width: 100%;
}
.-mWEB .section:last-child {
  margin-bottom: 0;
}
.-mWEB .content {
  display: flex;
}
.-mWEB .content__lf {
  width: 52%;
  display: flex;
  flex: none;
  justify-content: start;
}
.-mWEB .content__rt {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
  justify-content: center;
}
.-mWEB .content__img {
  width: 53.4px;
  height: 53.4px;
}
.-mWEB .content__img img {
  width: 100%;
}
.-mWEB .content .text {
  padding-top: 6px;
  padding-left: 6px;
}
.-mWEB .content .text__title {
  display: flex;
}
.-mWEB .content .text__title p {
  display: block;
  width: 34px;
  height: 16px;
  border-radius: 8px;
  background-color: #ff0000;
  padding: 0 4px;
  font-size: 12px;
  color: white;
}
.-mWEB .content .text__title p.-green {
  background-color: #23d064;
}
.-mWEB .content .text__title strong {
  padding-left: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
}
.-mWEB .content .text__p {
  padding-top: 8px;
  line-height: 14px;
  font-size: 12px;
  color: #484848;
  font-weight: 500;
}
.-mWEB .content .text__p span {
  color: red;
}
.-mWEB .content .lot-item {
  text-align: center;
  width: 33.3333333333%;
  padding-bottom: 8px;
}
.-mWEB .content .lot-item__icon {
  width: 34px;
  height: 34px;
  margin: 0 auto;
}
.-mWEB .content .lot-item__p {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #2c2c2c;
}
.-mWEB .btn {
  display: flex;
}
.-mWEB .btn__link {
  max-width: 50%;
  margin-left: 10px;
  display: block;
}
.-mWEB .btn__link:hover {
  transform: scale(1.2);
}
.-mWEB .btn__link img {
  width: 100%;
}
.-mWEB .btn__link:first-child {
  margin-left: 0;
}
.-mWEB .-green .lot-item {
  width: 48.7804878049%;
}