<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 104px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background-color: #00B375;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

@media screen and (min-width: 1101px) {
  .cookie-confirm .cc-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 20px;
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    background-color: #029d67;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 1100px) {
  .cookie-confirm .cc-wrap {
    width: 100%;
    padding: 35px 20px 20px;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 16px;
    line-height: 22px;
  }
}
body.error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.error .txt-box {
  position: relative;
}
body.error .txt-box .img {
  width: 100%;
}
body.error .txt-box .img img {
  vertical-align: top;
  width: 100%;
}
body.error dl {
  color: rgba(0, 0, 0, 0.3);
}
body.error dl dt {
  margin-bottom: 15px;
  font-weight: bold;
}
body.error .btn-col {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 851px) {
  body.error .pc-hide {
    display: none;
  }
  body.error dl {
    position: absolute;
    left: 46%;
    top: 60%;
    color: rgba(0, 0, 0, 0.3);
  }
  body.error dl dt {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  body.error dl dd {
    font-size: 18px;
    line-height: 26px;
  }
  body.error .btn-col .CM-btn {
    width: 150px;
    border-radius: 10px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 850px) {
  body.error .pd-hide {
    display: none;
  }
  body.error .txt-box {
    width: 95%;
    margin: auto;
  }
  body.error .txt-box dl {
    position: absolute;
    left: 46%;
    top: 60%;
  }
  body.error .txt-box dl dt {
    font-size: 6vw;
  }
  body.error dl.pc-hide {
    width: 90%;
    margin: auto;
  }
  body.error dl.pc-hide dd {
    font-size: 16px;
    line-height: 25px;
  }
}

body.home-list .news-list .nl-box {
  padding: 0 16px;
}
body.home-list .news-list .nl-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 15px;
  gap: 10px;
}
body.home-list .news-list .nl-box dl .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.home-list .news-list .nl-box dl dt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home-list .news-list .nl-box dl dt a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 1100px) {
  body.home-list .news-list {
    margin-top: 10px;
  }
}

body.news-content .content-box .news-title {
  background-color: #e5e5e5;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news-content .content-box .news-title .title-icon {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 7px 0;
}
body.news-content .content-box .news-title .title-icon img {
  vertical-align: top;
}
body.news-content .content-box .news-title .title-txt {
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: bold;
}
body.news-content .content-box .content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.news-content .content-box .content .news-date {
  display: block;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
body.news-content .content-box .content .editor {
  line-height: 25px;
}
body.news-content .content-box .content-footer .pagination a {
  text-decoration: none;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.85);
}
body.news-content .content-box .content-footer .pagination a:hover {
  text-decoration: underline;
  color: #1877f2;
}
body.news-content .content-box .content-footer .pagination span {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1101px) {
  body.news-content .content-box .content {
    padding: 10px 30px 30px 30px;
  }
  body.news-content .content-box .content-footer .pagination {
    margin-top: 30px;
  }
  body.news-content .content-box .content-footer .pagination a {
    width: 30%;
  }
  body.news-content .content-box .content-footer .pagination span {
    height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  body.news-content .content-box .content {
    padding: 10px 0 30px;
    width: 95%;
    margin: auto;
  }
  body.news-content .content-box .news-title {
    display: none;
  }
  body.news-content .content-box .content-footer {
    padding: 30px 16px;
  }
  body.news-content .content-box .content-footer .pagination {
    margin-top: 20px;
    position: relative;
  }
  body.news-content .content-box .content-footer .pagination a {
    width: 42%;
  }
  body.news-content .content-box .content-footer .pagination span {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

body &gt; * {
  color: #333;
}
body.single-page {
  line-height: 1.4;
  font-size: 15px;
}
body.single-page .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
}
body.single-page .wrapper h1 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
body.single-page .wrapper .inner {
  width: 100%;
  max-width: 560px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.single-page .wrapper .inner .inner-title {
  font-weight: bold;
  font-size: 24px;
}
body.single-page .wrapper .inner .row .txt {
  font-weight: bold;
}
body.single-page .wrapper .inner .single-btn .CM-btn {
  width: 70%;
}
body.single-page .wrapper .inner .btn-row {
  gap: 20px;
}
@media screen and (max-width: 560px) {
  body.single-page .wrapper {
    padding-top: 20px;
  }
  body.single-page .wrapper .inner {
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px 15px;
  }
}

body.template main .bg-b {
  background: #999;
}
body.template main .bg-w {
  background: #fff;
}
body.template main table.tmp {
  width: 100%;
  background-color: #fff;
}
body.template main table.tmp td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
body.template main table.tmp td:first-child {
  width: 300px;
}
body.template main table.tmp td &gt; textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px;
}
body.template main table.tmp td &gt; textarea:focus-visible {
  outline: 1px solid #ccc;
  background-color: #fff;
}
body.apply-page {
  display: block;
}
body.apply-page .top-bar {
  padding: 20px;
  height: 90px;
  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
body.apply-page .top-bar a {
  height: 100%;
}
body.apply-page .top-bar a img {
  height: 100%;
  vertical-align: top;
}
body.apply-page .top-bar a {
  display: inline-block;
}
body.apply-page &gt; .wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) {
  body.apply-page .top-bar {
    text-align: center;
    height: 64px;
    border-right: 1px solid #e3e3e3;
    -webkit-box-shadow: 3px 0px 8px #e9e9e9;
            box-shadow: 3px 0px 8px #e9e9e9;
    padding: 10px;
  }
}
body.vendor-manage .default-type,
body.vendor-manage .edit-type,
body.vendor-manage .info-func {
  display: none;
}
body.vendor-manage .default-type.current,
body.vendor-manage .edit-type.current,
body.vendor-manage .info-func.current {
  display: block;
}
body.withdraw .withdraw-func {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
body.withdraw .withdraw-func &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.withdraw .withdraw-func &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.withdraw .withdraw-func &gt; *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.withdraw .withdraw-func &gt; *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body.withdraw .withdraw-func .box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.withdraw .withdraw-func .box:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 55px 15px auto;
  grid-template-rows: 55px 15px auto;
}
body.withdraw .withdraw-func .box:nth-child(1) .box-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.withdraw .withdraw-func .box:nth-child(1) .btn-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
body.withdraw .withdraw-func .box:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
body.withdraw .withdraw-func .box:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
body.withdraw .withdraw-func .box:nth-child(3) p {
  line-height: 2;
}
body.withdraw .withdraw-func .box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.withdraw .withdraw-calculate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 40px auto;
  grid-template-columns: 65% auto;
  gap: 40px;
}
body.withdraw .withdraw-calculate .block:nth-child(2) {
  line-height: 2;
}
body.withdraw .withdraw-calculate .block .withdraw-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
body.withdraw .withdraw-calculate .block .highlight-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  line-height: 2;
  margin-bottom: 30px;
}
body.withdraw .withdraw-calculate .block .highlight-box .grid-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.withdraw .withdraw-calculate .block .highlight-box .grid-col:nth-child(1) {
  -ms-grid-columns: 100px 10px;
  grid-template-columns: 100px 10px;
}
body.withdraw .withdraw-calculate .block .highlight-box .grid-col:nth-child(2) {
  -ms-grid-columns: 100px 10px 100px 10px 100px;
  grid-template-columns: 100px 10px 100px 10px 100px 10px 100px;
  justify-items: center;
}
body.withdraw .withdraw-calculate .block .highlight-box .grid-col:nth-child(2) .CM-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.withdraw .withdraw-calculate .block .highlight-box .grid-col .CM-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.withdraw .withdraw-calculate .block .border-bottom {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}
body.withdraw .withdraw-calculate .block .select-row {
  width: 100%;
  max-width: 200px;
}
body.withdraw .withdraw-calculate .block .CM-tab-box .tab-content {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.withdraw .withdraw-func {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }
  body.withdraw .withdraw-func &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.withdraw .withdraw-func .box {
    padding: 15px;
  }
  body.withdraw .withdraw-func .box:nth-child(1) {
    display: block;
  }
  body.withdraw .withdraw-func .box:nth-child(1) .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  body.withdraw .withdraw-func .box:nth-child(1) .btn-row {
    margin-top: 20px;
  }
  body.withdraw .withdraw-func .box:nth-child(1) .period {
    line-height: 1.6;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.withdraw .withdraw-func .box:nth-child(1) .period span {
    width: 100%;
  }
  body.withdraw .withdraw-func .box:nth-child(1), body.withdraw .withdraw-func .box:nth-child(2), body.withdraw .withdraw-func .box:nth-child(3) {
    grid-area: unset;
  }
  body.withdraw .withdraw-calculate {
    display: block;
  }
  body.withdraw .withdraw-calculate .block .highlight-box .CM-flex:nth-child(2) .grid-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.withdraw .withdraw-calculate .block .highlight-box .CM-flex:nth-child(2) .grid-col:nth-child(2) {
    justify-items: flex-end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.withdraw .withdraw-calculate .block:nth-child(2) {
    margin-top: 30px;
  }
}
body.page-set .product-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
  grid-template-columns: repeat(2, calc(50% - 10px));
  gap: 20px;
}
body.page-set .product-row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-set .product-row .col .txt {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.page-set .product-row .col .CM-select {
  width: calc(100% - 60px);
}
body.page-set .cover-template-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body.page-set .cover-template-box .box {
  border-radius: 8px;
  overflow: hidden;
}
body.page-set .cover-page {
  width: 100%;
  margin: 30px 0;
}
body.page-set .cover-page .wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.page-set .cover-page .wrap .cover-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
body.page-set .cover-page .wrap .cover-box .caption {
  line-height: 1.8;
}
body.page-set .cover-page .wrap .cover-box .hot-cover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
  background-color: #F40000;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
  background-color: #009CF4;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
  background-color: #009CF4;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  background-color: #009CF4;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/3/5;
  background-color: #009CF4;
}
body.page-set .cover-page .wrap .cover-box .cover-list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box,
body.page-set .cover-page .wrap .cover-box .cover-list .box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box img,
body.page-set .cover-page .wrap .cover-box .cover-list .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.page-set .cover-page .wrap .cover-box .hot-cover .box .fee,
body.page-set .cover-page .wrap .cover-box .cover-list .box .fee {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  padding: 5px 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.page-set .product-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.page-set .product-row .col {
    display: block;
  }
  body.page-set .product-row .col .txt {
    margin-bottom: 10px;
  }
  body.page-set .product-row .col .CM-select {
    width: 100%;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover &gt; *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/3/3;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  body.page-set .cover-page .wrap .cover-box .hot-cover .box:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  body.page-set .cover-page .wrap .cover-box .cover-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
body.document-page .return-box {
  color: #333;
  padding: 12px;
  line-height: 1.5;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
body.document-page .return-box.box-q {
  background-color: #F5F5F5;
}
body.document-page .return-box.box-a {
  background-color: #fff;
}
body.document-page .return-box .box-title {
  font-size: 1em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.document-page .return-box .box-title span:first-child {
  font-weight: bold;
}</pre></body></html>