/*! 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 */
  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; }

body {
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  max-width: 540px !important;
  min-width: 320px !important; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }

@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  body {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom); } }

.img-multiple {
  float: left;
  padding: 4px 2px;
  background-clip: content-box;
  background-color: #eee;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAtCAMAAADP2JRpAAAAM1BMVEXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eU6Er+wAAAAEHRSTlMAAQQJEBkkMT9QY3iPqMPghcKzlQAAA19JREFUaN7FmkmigyAMQMMgphSB+5/2L5QZadDWn12R6RnIZAEuCpO7CFp3vvfmcFOOZfMmhVRh+bCX3+VNW/i9915Si5CNNC9D7qOwaQEAuR4YxhPFFHPbo1XRAI5VZNNyvsIQgG3eeyumAJbiSIRWwqFQiHjw6qDNIYAJsu3tNvzWEUB77713bALAwqTG4pvrjRgCnE6oAoBwSf/UDalpAMe+DOBYAJDZKyJuyME0gIYvA7ziHZBucAPDzHJ4HQnCKQAGEdHQAHgCQO+99xv8EuANFAAEAMBZKyQBvfeGXQF4GWPiljZzLvl4jDu5CcDi3tipV/wAAAAgAgAjOtBjhysNIHq29bhMmbM7Jgo/+TWANSiAGgEkP0YBoBtqfxFgS2bhfwEOQ5fcIw2A+U4XHA1z8cR9F4CXA6gAqhxAAEj9vwqg4RqA7gVfIwCWohEKQIqCXGPbiuiIXwRwEUCkmW1jWd+1OTRANqOvxoAWe8WugqkAMrl+SYjlLgEcGmjTJVucnSGArhMaUeUyHwAcq80uEgEUhvNYb0EewwzwvYEPAE43tNEAXj1HTLsDA6sTAHQe49MAsM5lPgDw5tYvdwF0eGZ4EY3SAFhtRMcAup9Q3gIQEaBQAA1AV/n5jBk16UreATDxmS3TARIAh8bNkAGy+UmXOM8VKitiOlnuCcDaL3lwjDbiVwBBySoEpqJ1okU+NuvIYBJAZN1JAL4KnUy7TK6AnwPISYAlBesjAPUYwJKZAQqATo5kAGDhMYDMj5EA7MA5YkcBTwGscDuc5gnAwnMA7+zJLQCdHSH1IID5FoBIcYCFBwFsNj0xoSnzFxdquymWV08C+EmAZqhpTLKF5wHsVwCWXlH0xwC5H7sNYHr1oGcA3nDfjCrZXeUygDKjpN5gk1COAdZPAI5tzeZUVqrdl3WnhVtZA+C4bCNrRyxDIOsigE3wCj4BYMwHZS84on5kogLYsgiwpMWcaNMOJ+AjAIsPdUwRJgCa6E/jzEcpGQGcaPOmLYv5z/wAtnRsAqCO/rQcD7at4cCs2lMCbGx020znwjaxxYQCwHv34p/OH1aFvNhftZmrHpqLTZ0BiAmArE4FVlG/bJSOGLMXYbo1vHbstvZt/onj+IVM/amijsSbLxhloQ7+AOTgG5nWBE8IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%; }
  .img-multiple[data-img-width="1/3"] {
    width: calc(33.33333333333333% + 0px); }
  .img-multiple.size-3-2 .content {
    padding-bottom: 66.66666666666666%; }
  .img-multiple.size-3-2 img {
    width: 100%; }
  .img-multiple .content {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%; }
    .img-multiple .content:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1; }

.img-single {
  position: relative;
  float: left;
  padding: 4px 6px 4px 0;
  background-clip: content-box;
  background-color: #eee;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAtCAMAAADP2JRpAAAAM1BMVEXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eU6Er+wAAAAEHRSTlMAAQQJEBkkMT9QY3iPqMPghcKzlQAAA19JREFUaN7FmkmigyAMQMMgphSB+5/2L5QZadDWn12R6RnIZAEuCpO7CFp3vvfmcFOOZfMmhVRh+bCX3+VNW/i9915Si5CNNC9D7qOwaQEAuR4YxhPFFHPbo1XRAI5VZNNyvsIQgG3eeyumAJbiSIRWwqFQiHjw6qDNIYAJsu3tNvzWEUB77713bALAwqTG4pvrjRgCnE6oAoBwSf/UDalpAMe+DOBYAJDZKyJuyME0gIYvA7ziHZBucAPDzHJ4HQnCKQAGEdHQAHgCQO+99xv8EuANFAAEAMBZKyQBvfeGXQF4GWPiljZzLvl4jDu5CcDi3tipV/wAAAAgAgAjOtBjhysNIHq29bhMmbM7Jgo/+TWANSiAGgEkP0YBoBtqfxFgS2bhfwEOQ5fcIw2A+U4XHA1z8cR9F4CXA6gAqhxAAEj9vwqg4RqA7gVfIwCWohEKQIqCXGPbiuiIXwRwEUCkmW1jWd+1OTRANqOvxoAWe8WugqkAMrl+SYjlLgEcGmjTJVucnSGArhMaUeUyHwAcq80uEgEUhvNYb0EewwzwvYEPAE43tNEAXj1HTLsDA6sTAHQe49MAsM5lPgDw5tYvdwF0eGZ4EY3SAFhtRMcAup9Q3gIQEaBQAA1AV/n5jBk16UreATDxmS3TARIAh8bNkAGy+UmXOM8VKitiOlnuCcDaL3lwjDbiVwBBySoEpqJ1okU+NuvIYBJAZN1JAL4KnUy7TK6AnwPISYAlBesjAPUYwJKZAQqATo5kAGDhMYDMj5EA7MA5YkcBTwGscDuc5gnAwnMA7+zJLQCdHSH1IID5FoBIcYCFBwFsNj0xoSnzFxdquymWV08C+EmAZqhpTLKF5wHsVwCWXlH0xwC5H7sNYHr1oGcA3nDfjCrZXeUygDKjpN5gk1COAdZPAI5tzeZUVqrdl3WnhVtZA+C4bCNrRyxDIOsigE3wCj4BYMwHZS84on5kogLYsgiwpMWcaNMOJ+AjAIsPdUwRJgCa6E/jzEcpGQGcaPOmLYv5z/wAtnRsAqCO/rQcD7at4cCs2lMCbGx020znwjaxxYQCwHv34p/OH1aFvNhftZmrHpqLTZ0BiAmArE4FVlG/bJSOGLMXYbo1vHbstvZt/onj+IVM/amijsSbLxhloQ7+AOTgG5nWBE8IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%; }
  .img-single[data-img-width="1/3"] {
    width: calc(33.33333333333333% - 4px); }
  .img-single[class*=-to-3-2] .content {
    padding-bottom: 66.66666666666666%; }
  .img-single[class*=-to-3-2] img {
    width: 100%; }
  .img-single .content {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%; }
    .img-single .content:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1; }

.union-wrap {
  position: relative;
  margin: auto;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAtCAMAAADP2JRpAAAAM1BMVEXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eU6Er+wAAAAEHRSTlMAAQQJEBkkMT9QY3iPqMPghcKzlQAAA19JREFUaN7FmkmigyAMQMMgphSB+5/2L5QZadDWn12R6RnIZAEuCpO7CFp3vvfmcFOOZfMmhVRh+bCX3+VNW/i9915Si5CNNC9D7qOwaQEAuR4YxhPFFHPbo1XRAI5VZNNyvsIQgG3eeyumAJbiSIRWwqFQiHjw6qDNIYAJsu3tNvzWEUB77713bALAwqTG4pvrjRgCnE6oAoBwSf/UDalpAMe+DOBYAJDZKyJuyME0gIYvA7ziHZBucAPDzHJ4HQnCKQAGEdHQAHgCQO+99xv8EuANFAAEAMBZKyQBvfeGXQF4GWPiljZzLvl4jDu5CcDi3tipV/wAAAAgAgAjOtBjhysNIHq29bhMmbM7Jgo/+TWANSiAGgEkP0YBoBtqfxFgS2bhfwEOQ5fcIw2A+U4XHA1z8cR9F4CXA6gAqhxAAEj9vwqg4RqA7gVfIwCWohEKQIqCXGPbiuiIXwRwEUCkmW1jWd+1OTRANqOvxoAWe8WugqkAMrl+SYjlLgEcGmjTJVucnSGArhMaUeUyHwAcq80uEgEUhvNYb0EewwzwvYEPAE43tNEAXj1HTLsDA6sTAHQe49MAsM5lPgDw5tYvdwF0eGZ4EY3SAFhtRMcAup9Q3gIQEaBQAA1AV/n5jBk16UreATDxmS3TARIAh8bNkAGy+UmXOM8VKitiOlnuCcDaL3lwjDbiVwBBySoEpqJ1okU+NuvIYBJAZN1JAL4KnUy7TK6AnwPISYAlBesjAPUYwJKZAQqATo5kAGDhMYDMj5EA7MA5YkcBTwGscDuc5gnAwnMA7+zJLQCdHSH1IID5FoBIcYCFBwFsNj0xoSnzFxdquymWV08C+EmAZqhpTLKF5wHsVwCWXlH0xwC5H7sNYHr1oGcA3nDfjCrZXeUygDKjpN5gk1COAdZPAI5tzeZUVqrdl3WnhVtZA+C4bCNrRyxDIOsigE3wCj4BYMwHZS84on5kogLYsgiwpMWcaNMOJ+AjAIsPdUwRJgCa6E/jzEcpGQGcaPOmLYv5z/wAtnRsAqCO/rQcD7at4cCs2lMCbGx020znwjaxxYQCwHv34p/OH1aFvNhftZmrHpqLTZ0BiAmArE4FVlG/bJSOGLMXYbo1vHbstvZt/onj+IVM/amijsSbLxhloQ7+AOTgG5nWBE8IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%; }

.unions-wrap > div {
  position: relative;
  margin: auto;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAtCAMAAADP2JRpAAAAM1BMVEXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eU6Er+wAAAAEHRSTlMAAQQJEBkkMT9QY3iPqMPghcKzlQAAA19JREFUaN7FmkmigyAMQMMgphSB+5/2L5QZadDWn12R6RnIZAEuCpO7CFp3vvfmcFOOZfMmhVRh+bCX3+VNW/i9915Si5CNNC9D7qOwaQEAuR4YxhPFFHPbo1XRAI5VZNNyvsIQgG3eeyumAJbiSIRWwqFQiHjw6qDNIYAJsu3tNvzWEUB77713bALAwqTG4pvrjRgCnE6oAoBwSf/UDalpAMe+DOBYAJDZKyJuyME0gIYvA7ziHZBucAPDzHJ4HQnCKQAGEdHQAHgCQO+99xv8EuANFAAEAMBZKyQBvfeGXQF4GWPiljZzLvl4jDu5CcDi3tipV/wAAAAgAgAjOtBjhysNIHq29bhMmbM7Jgo/+TWANSiAGgEkP0YBoBtqfxFgS2bhfwEOQ5fcIw2A+U4XHA1z8cR9F4CXA6gAqhxAAEj9vwqg4RqA7gVfIwCWohEKQIqCXGPbiuiIXwRwEUCkmW1jWd+1OTRANqOvxoAWe8WugqkAMrl+SYjlLgEcGmjTJVucnSGArhMaUeUyHwAcq80uEgEUhvNYb0EewwzwvYEPAE43tNEAXj1HTLsDA6sTAHQe49MAsM5lPgDw5tYvdwF0eGZ4EY3SAFhtRMcAup9Q3gIQEaBQAA1AV/n5jBk16UreATDxmS3TARIAh8bNkAGy+UmXOM8VKitiOlnuCcDaL3lwjDbiVwBBySoEpqJ1okU+NuvIYBJAZN1JAL4KnUy7TK6AnwPISYAlBesjAPUYwJKZAQqATo5kAGDhMYDMj5EA7MA5YkcBTwGscDuc5gnAwnMA7+zJLQCdHSH1IID5FoBIcYCFBwFsNj0xoSnzFxdquymWV08C+EmAZqhpTLKF5wHsVwCWXlH0xwC5H7sNYHr1oGcA3nDfjCrZXeUygDKjpN5gk1COAdZPAI5tzeZUVqrdl3WnhVtZA+C4bCNrRyxDIOsigE3wCj4BYMwHZS84on5kogLYsgiwpMWcaNMOJ+AjAIsPdUwRJgCa6E/jzEcpGQGcaPOmLYv5z/wAtnRsAqCO/rQcD7at4cCs2lMCbGx020znwjaxxYQCwHv34p/OH1aFvNhftZmrHpqLTZ0BiAmArE4FVlG/bJSOGLMXYbo1vHbstvZt/onj+IVM/amijsSbLxhloQ7+AOTgG5nWBE8IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%; }

.makeStyles-title-diy-1 {
  position: relative;
  margin-bottom: 8px;
  font-weight: 800 !important; }
  .makeStyles-title-diy-1:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    color: #e5e5e5;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

body {
  padding-top: 80px !important;
  max-width: 640px; }

header {
    position: fixed;
    z-index: 100;
    top: 0;
    /* height: 74px; */
    width: 100%;
    max-width: 640px; 
}

.nav-wrapper {
  position: relative;
  /* height: 74px; */
  background-color: #296eff; 
}
.nav-wrapper .nav-list {
    /* overflow: hidden; */
    /* overflow-x: scroll; */
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch; 
}
.nav-wrapper .nav-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(top, transparent, transparent 40%, #ddd 0);
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat; 
}
.nav-wrapper .nav-list::-webkit-scrollbar {
    display: none; 
}
.nav-wrapper .nav-list li {
    font-size: 0.45333rem;
    line-height: 0.72rem;
    display: inline-block;
    margin: 0.13333rem 0 0.13333rem 0.13333rem;
    padding: 0 0.26667rem;
    animation: fadeout .4s;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff; 
}
.nav-wrapper .nav-list li.active {
    color: #9af859; 
}

.loading {
    font-size: 0.8rem;
    padding: 0.13333rem 0 0.26667rem;
    background-color: #fff; 
}
.loading .spinner {
    width: 2rem;
    margin: 0 auto;
    text-align: center; 
}
.loading .spinner > div {
      display: inline-block;
      width: 0.21333rem;
      height: 0.21333rem;
      -webkit-animation: bouncedelay 1.4s ease-in-out infinite;
      animation: bouncedelay 1.4s ease-in-out infinite;
      border-radius: 100%;
      background-color: #999;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .loading .spinner .bounce1 {
      margin-right: 0.10667rem;
      animation-delay: -.32s; }
    .loading .spinner .bounce2 {
      margin-right: 0.10667rem;
      animation-delay: -.16s; }
  .loading .txt {
    font-size: 0.26667rem;
    padding: 0.13333rem 0;
    text-align: center;
    color: #999; }

.news-list {
  position: relative;
  overflow: hidden; }
  .news-list li:nth-child(1){
    padding:0px 0px 10px 0px;
  }
  .news-list li:nth-child(2){
    padding:0px 0px 10px 0px;
  }
  .news-list .news-item {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(0deg, #e9e9e9 0, #e9e9e9 51%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
    background-size: calc(100% - 14px) 1px;
    background-position: center bottom .5px;
    background-repeat: no-repeat;
    padding: 0.26667rem 0;
    margin: 0 0.26667rem;
    }
    .news-list .news-item.removepadd {
      padding: 0; }
    .news-list .news-item a {
      display: block;
      color: #333;
      text-decoration: none; }
      .news-list .news-item a:visited {
        color: #333; }
      .news-list .news-item a h3 {
        display: -webkit-box;
        font-size: 0.42667rem;
        /* font-weight: 400; */
        line-height: 1.2em;
        overflow: hidden;
        width: 100%;
        max-height: 1.06667rem;
        margin-bottom: 0.18667rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .news-list .news-item a .n-desc {
        font-size: 12px;
        color: #999;
        box-sizing: border-box; }
        .news-list .news-item a .n-desc .info {
          display: flex;
          justify-content: space-between;
          line-height: 1.6;
          font-size: 0.32rem; }
          .news-list .news-item a .n-desc .info span {
            margin-right: 0.18667rem; }
  .news-list .J-news {
    position: relative;
    overflow: hidden; }
  .news-list .news-wrap {
    position: relative;
    overflow: hidden; }
  .news-list .news-item-s2 .img-wrap .img {
    float: left;
    padding: 4px 1px;
    background-clip: content-box;
    background-color: #eee;
    box-sizing: border-box;
    width: 33.33333%; }
    .news-list .news-item-s2 .img-wrap .img .content {
      position: relative;
      padding-top: 66.66667%;
      height: 0;
      overflow: hidden; }
      .news-list .news-item-s2 .img-wrap .img .content img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0; }
  .news-list .news-item-s1 .news-wrap .img {
    float: left;
    background-clip: content-box;
    background-color: #eee;
    box-sizing: border-box;
    width: calc(33.33333% - 2px);
    margin-right: 8px; }
    .news-list .news-item-s1 .news-wrap .img .content {
      position: relative;
      padding-top: 66.66667%;
      height: 0;
      overflow: hidden; }
      .news-list .news-item-s1 .news-wrap .img .content img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0; }
  .news-list .news-item-s1 .news-wrap h3 {
    padding: 0.10667rem 0 0.26667rem 0;
    display: table-cell; }
    .news-list .news-item-s1 .news-wrap h3 span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
  .news-list .tip-red {
    display: inline-block;
    color: #fff;
    background-color: #f85959;
    border-radius: 4px;
    padding: 0 4px;
    -webkit-transform: scale(0.833);
    font-size: 14px; }
  .news-list .item-report {
    float: right;
    display: inline-block;
    color: #c3c3c3;
    border-radius: 0.10667rem;
    padding: 0 7px;
    position: relative;
    margin-right: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAqCAQAAACjUzs7AAABuElEQVRYw93YP04CQRTH8ZdswMIgd1AKr6A2XEEFG2zxFHbaQGFMNFEbQ+M2cANigmd4ifgNBUYv4J8Y1GYsVNgFTNzJzmBcGnYh+YS37zfMW5HZHmTZIqTPGyal1zNdQspkp4Pr9Lhkh8IPX7D7EQV2uKTHxvhHATW6FJ3Vr0iXGkH0Uo0rFpzetBwdaqPTEjfknXdKni6l73rfsealPVe5JysiVGh7y0SbbRGhSdUbWaUlItxS8EYucSsivKaXw1/k9E1EMF5XOPO3Sd3XgTY0M3E90DMd6IEL8kWNGm3GUQ30Qo0aHbggD9WMo0PQ6JkLMtDzOBoBQw2ctE8ctQEtOjaGWoBWIYmgFqBlLmNoQtCeDIdkazKnLgobxgqbELVpn3BY0nMbNHlIRmAQuacJ0KRLQRhvGhs0GXk62aURtOFuWR+LxRB9dUHu6qOeTOZQAz3UB937H3/RaZJP5Hxvt2DZ96ZyBlvnGQwIWe5Y9QKucM/c59sy156GvfLotE7Hbd+So0M9PrgfOR/cjxlfudikR5sqi2RSo+ZZpkqb3tf8PCWoFVr0eU/tIcw7fVpU/M12U48P6iF8Kg6jPdUAAAAASUVORK5CYII=");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 0.13333rem;
    height: 0.37333rem;
    top: 2px;
    margin-right: 0.26667rem; }
    .news-list .item-report:after {
      content: "\3000";
      position: absolute;
      left: -20px;
      right: -20px;
      top: -20px;
      bottom: -20px; }

#qudao .placeholder {
  margin: 0 0.26667rem;
  padding: 0.10667rem 0;
  }
  #qudao .placeholder .qudaotitle {
    line-height: 0.6rem;
    font-size: 0.42667rem;
    color: #f85959;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    word-wrap: break-word;
    }
    #qudao .placeholder .qudaotitle span {
      line-height: 1.2;
      font-size: 0.37333rem;
      color: #fff;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      background-color: #f85959;
      padding: 0.05333rem 0.10667rem;
      border-radius: 4px;
      margin-bottom: 0.10667rem;
      margin-right: 0.10667rem; }

.opinion-button {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999; }
  .opinion-button .icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px; }
  .opinion-button .title {
    font-size: 8px;
    text-align: center; }

#zd0 {
  margin: 0.26667rem; }
.H5_red {
  position: fixed;
  right: 10px;
  bottom: 25%;
  z-index: 10;
  width: 40px;
  height: 40px;
}
.H5_red a {
  display: inline-block;
}
.red_close {
  position: absolute;
  top: -15px;
  right: 3px;
  width: 12px;
  height: 12px;
}
.red_close img {
  width: 100%;
  height: 100%;
  position: absolute;
}