<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img[lazy-inited="0"] {
  background: #fff;
}
img {
  color: #ccc;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('FontAwesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('FontAwesome/fontawesome-webfont.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'), url('FontAwesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('FontAwesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('FontAwesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('FontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading {
  from {
    background-position: left top;
  }
  to {
    background-position: -600px top;
  }
}
@-moz-keyframes loading {
  /* Firefox */
  from {
    background-position: left top;
  }
  to {
    background-position: -600px top;
  }
}
@-webkit-keyframes loading {
  /* Safari 和 Chrome */
  from {
    background-position: left top;
  }
  to {
    background-position: -600px top;
  }
}
@-o-keyframes loading {
  /* Opera */
  from {
    background-position: left top;
  }
  to {
    background-position: -600px top;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  vertical-align: baseline;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-property: color, background-color, border-color, opacity;
  -o-transition-property: color, background-color, border-color, opacity;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
}
body,
input,
select,
button,
textarea {
  font-size: 9pt;
  font-family: "Helvetica", "Droid Sans", "Tahoma", "Roboto", "Microsoft YaHei", "微软雅黑", "Heiti SC", "Droid Sans Fallback", "Hiragino Sans GB", "宋体";
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
input::-ms-clear {
  display: none;
}
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
.loading-indicator-overlay {
  position: absolute;
  background-color: rgba(128, 128, 128, 0);
}
.captchaCode {
  zoom: 1;
}
.captchaCode:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.captchaCode .k-textbox {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}
.captchaCode .code {
  height: 29px;
  width: 110px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.captchaCode .code .BDC_CaptchaDiv {
  float: left;
}
.captchaCode .code .BDC_CaptchaDiv a {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.captchaCode .code .BDC_CaptchaDiv .BDC_CaptchaImageDiv img {
  border: solid 1px #ccc;
  height: 29px;
  width: 110px;
}
.captchaCode .change {
  float: left;
  vertical-align: middle;
  color: #00a0e8;
  text-decoration: none;
  line-height: 31px;
}
.captchaCode .change:hover {
  color: #9fd8f6;
  text-decoration: underline;
}
.loading-indicator {
  color: white;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.loading-indicator:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('UI/loading-ani.png') no-repeat top left;
  -moz-animation: loading 0.6s steps(30) infinite;
  -o-animation: loading 0.6s steps(30) infinite;
  -webkit-animation: loading 0.6s steps(30) infinite;
  animation: loading 0.6s steps(30) infinite;
  background: url('UI/loading-white-ani.png') no-repeat top left;
  vertical-align: middle;
  margin-right: 10px;
}
/*weight up*/
@keyframes contribute-new {
  from {
    background-position-y: 5px;
  }
  to {
    background-position-y: 15px;
  }
}
@-moz-keyframes contribute-new {
  from {
    background-position-y: 5px;
  }
  to {
    background-position-y: 15px;
  }
}
@-webkit-keyframes contribute-new {
  from {
    background-position-y: 5px;
  }
  to {
    background-position-y: 15px;
  }
}
@-ms-keyframes contribute-new {
  from {
    background-position-y: 5px;
  }
  to {
    background-position-y: 15px;
  }
}
@-o-keyframes contribute-new {
  from {
    background-position-y: 5px;
  }
  to {
    background-position-y: 15px;
  }
}
.mj-top {
  /*position: relative;
    //background-color: fadeOut(@color-mj-blue, 50%);
    background-color: fadeOut(#000, 60%);

    &amp;:before {
        content: " ";
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        .base-blur(5px);
        background: #f0f0f0 url('UI/bg/summer2017.jpg') repeat-x center top;
        z-index: -1;
    }*/
  background-color: #00a0e8;
}
.mj-top .mj-top-box {
  width: 1200px;
  margin: auto;
  zoom: 1;
}
.mj-top .mj-top-box:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-top .mj-top-box .mj-top-nav &gt; a,
.mj-top .mj-top-box .mj-top-login-box &gt; a,
.mj-top .mj-top-box .mj-top-user &gt; a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-left: solid 1px #9fd8f6;
  font-size: 14px;
  vertical-align: middle;
}
.mj-top .mj-top-box .mj-top-nav &gt; a:first-child,
.mj-top .mj-top-box .mj-top-login-box &gt; a:first-child,
.mj-top .mj-top-box .mj-top-user &gt; a:first-child {
  padding-left: 0;
  border-left: 0;
}
.mj-top .mj-top-box .mj-top-nav &gt; a:last-child,
.mj-top .mj-top-box .mj-top-login-box &gt; a:last-child,
.mj-top .mj-top-box .mj-top-user &gt; a:last-child {
  padding-right: 0;
}
.mj-top .mj-top-box .mj-top-nav &gt; a:hover,
.mj-top .mj-top-box .mj-top-login-box &gt; a:hover,
.mj-top .mj-top-box .mj-top-user &gt; a:hover {
  text-decoration: underline;
  color: #fdd000;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.important,
.mj-top .mj-top-box .mj-top-login-box &gt; a.important,
.mj-top .mj-top-box .mj-top-user &gt; a.important {
  color: #fdd000;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile {
  position: relative;
  display: inline-block;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile:before,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile:before,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: '\f10b';
  font-size: 20px;
  vertical-align: -2px;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile:hover,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile:hover,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile:hover {
  text-decoration: none;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile div,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile div,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile div {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: -20px;
  padding: 0 10px 0px 10px;
  z-index: 9999;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
  opacity: 0;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile div strong,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile div strong,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile div strong {
  display: block;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile div strong:before,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile div strong:before,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile div strong:before {
  content: "扫一扫访问手机版";
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile div span,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile div span,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile div span {
  display: block;
  width: 120px;
  height: 120px;
  background-size: 100% 100%;
  image-rendering: pixelated;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile:focus,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile:focus,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile:focus {
  color: #fdd000;
}
.mj-top .mj-top-box .mj-top-nav &gt; a.mj-top-mobile:focus div,
.mj-top .mj-top-box .mj-top-login-box &gt; a.mj-top-mobile:focus div,
.mj-top .mj-top-box .mj-top-user &gt; a.mj-top-mobile:focus div {
  opacity: 1;
  height: 160px;
}
.mj-top .mj-top-box .mj-top-nav {
  float: left;
}
.mj-top .mj-top-box .mj-top-nav .mj-top-logo {
  font-size: 0;
  display: inline-block;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 105px;
  height: 40px;
  border-right: 0;
}
.mj-top .mj-top-box .mj-top-nav .mj-top-logo:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mj-top .mj-top-box .mj-top-nav .mj-top-logo + a {
  border-left: solid 1px #9fd8f6;
}
.mj-top .mj-top-box .mj-contribute {
  float: right;
  margin-right: 10px;
  background: url('UI/contribute-new.png') no-repeat left 10px;
  background-position-y: 10px;
  position: relative;
  width: 170px;
  height: 40px;
  padding-left: 34px;
  -webkit-animation: contribute-new 1000ms 0ms ease-in-out infinite alternate;
  -moz-animation: contribute-new 1000ms 0ms ease-in-out infinite alternate;
  -ms-animation: contribute-new 1000ms 0ms ease-in-out infinite alternate;
  animation: contribute-new 1000ms 0ms ease-in-out infinite alternate;
}
.mj-top .mj-top-box .mj-contribute:before {
  content: " ";
  display: block;
  width: 32px;
  height: 40px;
  background: url('UI/contribute.png') no-repeat right bottom;
}
.mj-top .mj-top-box .mj-contribute a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #fdd000;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  height: 48px;
  padding: 0 20px;
  padding-bottom: 8px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mj-top .mj-top-box .mj-contribute a:hover {
  background: #f08300;
  color: #fff;
}
.mj-top .mj-top-box .mj-top-login-box {
  float: right;
  width: 148px;
  height: 40px;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -130px 0;
  zoom: 1;
  display: none;
}
.mj-top .mj-top-box .mj-top-login-box:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-top .mj-top-box .mj-top-login-box a {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  width: 58px;
  height: 40px;
  font-size: 0;
}
.mj-top .mj-top-box .mj-top-login-box a:hover {
  width: 90px;
}
.mj-top .mj-top-box .mj-top-login-box a.mj-top-login {
  float: left;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -130px 0;
}
.mj-top .mj-top-box .mj-top-login-box a.mj-top-login:hover {
  background-position: -278px 0;
}
.mj-top .mj-top-box .mj-top-login-box a.mj-top-register {
  float: right;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -220px 0;
}
.mj-top .mj-top-box .mj-top-login-box a.mj-top-register:hover {
  background-position: -484px 0;
}
.mj-top .mj-top-box .mj-top-user {
  position: relative;
  float: right;
  display: none;
}
.mj-top .mj-top-box .mj-top-user .mj-top-avatar {
  vertical-align: middle;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 5px transparent;
}
.mj-top .mj-top-box .mj-top-user .mj-top-avatar + a {
  margin-left: -5px;
  border-left: 0;
}
.mj-top .mj-top-box .mj-top-user .vip {
  background: url('UI/vip/20.png') no-repeat center left;
  width: 37px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mj-top .mj-top-box .mj-top-user .vip.vip2 {
  background-position: right center;
}
.mj-top .mj-top-box .mj-top-user .notice &gt; span,
.mj-top .mj-top-box .mj-top-user .message &gt; span {
  display: inline-block;
  padding: 0 3px;
  max-width: 99px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  background-color: #e60909;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -6px;
  left: 2px;
  font-weight: bold;
  -webkit-animation: bounce 5s ease-out 3s infinite;
  -moz-animation: bounce 5s ease-out 3s infinite;
  -o-animation: bounce 5s ease-out 3s infinite;
  animation: bounce 5s ease-out 3s infinite;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.mj-top .mj-top-box .mj-top-user .notice &gt; span:empty,
.mj-top .mj-top-box .mj-top-user .message &gt; span:empty {
  padding: 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
}
.mj-top .mj-top-box .mj-top-user .notice-list {
  position: absolute;
  right: 0px;
  top: 40px;
  border: solid 1px #00a0e8;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #000;
  width: 300px;
  z-index: 999;
  border-top: 0;
  max-height: 600px;
  overflow-y: auto;
  background-color: rgba(204, 204, 204, 0.95);
}
.mj-top .mj-top-box .mj-top-user .notice-list::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  background-color: transparent;
}
.mj-top .mj-top-box .mj-top-user .notice-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mj-top .mj-top-box .mj-top-user .notice-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.mj-top .mj-top-box .mj-top-user .notice-list .loading {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #72716d;
}
.mj-top .mj-top-box .mj-top-user .notice-list .loading:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('UI/loading-ani.png') no-repeat top left;
  -moz-animation: loading 0.6s steps(30) infinite;
  -o-animation: loading 0.6s steps(30) infinite;
  -webkit-animation: loading 0.6s steps(30) infinite;
  animation: loading 0.6s steps(30) infinite;
  vertical-align: middle;
  margin-right: 10px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .empty {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #72716d;
}
.mj-top .mj-top-box .mj-top-user .notice-list a {
  color: #00a0e8;
  text-decoration: none;
}
.mj-top .mj-top-box .mj-top-user .notice-list a:hover {
  text-decoration: underline;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item {
  word-break: break-all;
  text-justify: inter-ideograph;
  text-align: justify;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
  line-height: 16px;
  position: relative;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .content {
  padding: 10px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related {
  margin: 0 10px;
  padding-bottom: 10px;
  zoom: 1;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .user {
  display: block;
  float: right;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .user:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .user img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  border: solid 1px #fff;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .user strong {
  display: inline-block;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .comic {
  display: block;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .comic img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .chapter {
  zoom: 1;
  height: 96px;
  overflow: hidden;
  display: block;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .chapter:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .related .chapter img {
  float: left;
  display: block;
  margin-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .message {
  margin: 0 10px 10px 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  zoom: 1;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  color: #00a0e8;
  line-height: 30px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #007db5;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a:nth-child(n+1) {
  border-left: solid 1px rgba(0, 0, 0, 0.05);
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a:first-child {
  font-weight: bold;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .options a .not {
  cursor: not-allowed;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .delete {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  color: rgba(114, 113, 109, 0.6);
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .delete:hover {
  color: #000;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  text-decoration: none;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item .delete:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: "\f00d";
}
.mj-top .mj-top-box .mj-top-user .notice-list .item.new:before {
  content: " ";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #e60909;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .item:last-of-type {
  border-bottom: 0;
}
.mj-top .mj-top-box .mj-top-user .notice-list .all {
  color: #72716d;
  padding: 6px;
  padding-bottom: 16px;
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.mj-top .mj-top-box .mj-top-user .notice-list .all:hover {
  color: #000;
  text-decoration: none;
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  1% {
    top: -26px;
  }
  3% {
    top: -16px;
  }
  5% {
    top: -11px;
  }
  7% {
    top: -8px;
  }
  9% {
    top: -7px;
  }
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  100% {
    top: -6px;
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  1% {
    top: -26px;
  }
  3% {
    top: -16px;
  }
  5% {
    top: -11px;
  }
  7% {
    top: -8px;
  }
  9% {
    top: -7px;
  }
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  100% {
    top: -6px;
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  1% {
    top: -26px;
  }
  3% {
    top: -16px;
  }
  5% {
    top: -11px;
  }
  7% {
    top: -8px;
  }
  9% {
    top: -7px;
  }
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  100% {
    top: -6px;
  }
}
.mj-nav {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  height: 120px;
  zoom: 1;
}
.mj-nav:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-nav .mj-nav-links {
  float: left;
}
.mj-nav .mj-nav-links a {
  float: left;
  font-size: 18px;
  padding: 6px 6px;
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  margin-top: 24px;
}
.mj-nav .mj-nav-links a.current {
  position: relative;
  color: #f08300;
  font-weight: bold;
}
.mj-nav .mj-nav-links a.current:hover {
  color: #f08300;
}
.mj-nav .mj-nav-links a.current:after {
  content: " ";
  display: block;
  height: 3px;
  background-color: #f7ab00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mj-nav .mj-nav-links a:hover {
  color: #f7ab00;
}
.mj-nav .mj-nav-links a.jykt {
  background: url('UI/hntv.png') left center no-repeat;
  padding-left: 40px;
}
.mj-nav .mj-nav-links .mj-logo {
  margin-top: 0;
  margin-right: 40px;
  height: 80px;
  font-size: 0px;
}
.mj-nav .mj-nav-links .mj-logo:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mj-nav .mj-nav-links .mj-logo.mj-logo-user {
  width: 200px;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -40px;
}
.mj-nav .mj-nav-links .mj-logo.mj-logo-author {
  width: 200px;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -263px -40px;
}
.mj-nav .mj-nav-links .mj-logo.mj-logo-vip {
  width: 200px;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -462px -40px;
}
.mj-nav .mj-nav-links .mj-logo.maiji-logo-main {
  width: 63px;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -200px -40px;
}
.mj-nav .mj-nav-search {
  float: right;
}
.mj-nav .mj-nav-search .mj-search-box {
  background-color: rgba(128, 128, 128, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  height: 50px;
  padding-right: 75px;
  position: relative;
  width: 400px;
  margin-bottom: 10px;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box {
  height: 40px;
  float: left;
  overflow: hidden;
  width: 100%;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input {
  border: 0;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding-left: 10px;
  width: 100%;
  color: #000;
  border: solid 1px #72716d;
  border-right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input.placeholder {
  color: #a5a4a0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input::-webkit-input-placeholder {
  color: #a5a4a0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:-moz-placeholder {
  color: #a5a4a0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input::-moz-placeholder {
  color: #a5a4a0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:-ms-input-placeholder {
  color: #a5a4a0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus {
  background-color: #e5f4fd;
  border-color: #00a0e8;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus.placeholder {
  color: #70c5f2;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus::-webkit-input-placeholder {
  color: #70c5f2;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus:-moz-placeholder {
  color: #70c5f2;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus::-moz-placeholder {
  color: #70c5f2;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-input-box input:focus:-ms-input-placeholder {
  color: #70c5f2;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-button {
  float: left;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #45403c;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 70px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: -574px 0;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-button:hover {
  background-color: #00a0e8;
}
.mj-nav .mj-nav-search .mj-search-box .mj-search-button:active {
  background-color: #008ecf;
}
.mj-nav .mj-nav-search .mj-search-tip {
  text-align: center;
  color: #72716d;
}
.mj-nav .mj-nav-search .mj-search-tip a {
  color: #72716d;
  text-decoration: none;
  padding: 0 2px;
}
.mj-nav .mj-nav-search .mj-search-tip a:hover {
  text-decoration: underline;
  color: #00a0e8;
}
.mj-footer {
  background: #00a0e8;
  margin-top: 20px;
}
.mj-footer .mj-footer-container {
  width: 1200px;
  margin: auto;
  zoom: 1;
  padding: 20px 0;
}
.mj-footer .mj-footer-container:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-footer .mj-footer-container .mj-footer-logo {
  float: left;
  width: 445px;
  height: 120px;
  font-size: 0;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -120px;
  margin-top: 20px;
}
.mj-footer .mj-footer-container .mj-footer-qr {
  float: right;
}
.mj-footer .mj-footer-container .mj-footer-qr div {
  float: left;
  margin-left: 20px;
}
.mj-footer .mj-footer-container .mj-footer-qr div strong {
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  color: #9fd8f6;
}
.mj-footer .mj-footer-container .mj-footer-qr div strong:before {
  background-image: url('UI/maiji-sprite.png');
  width: 100px;
  height: 100px;
  content: " ";
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  zoom: 0.19;
}
.mj-footer .mj-footer-container .mj-footer-qr div img {
  display: block;
  border: 0;
  width: 120px;
  height: 120px;
}
.mj-footer .mj-footer-container .mj-footer-qr div:nth-child(1) strong:before {
  background-position: 0 -260px;
}
.mj-footer .mj-footer-container .mj-footer-qr div:nth-child(2) strong:before {
  background-position: -100px -260px;
}
.mj-footer .mj-footer-container .mj-footer-qr div:nth-child(3) strong:before {
  background-position: -200px -260px;
}
.mj-footer .mj-footer-links {
  width: 1200px;
  margin: auto;
  text-align: center;
  padding: 20px 0 40px 0;
  border-top: solid 1px #9fd8f6;
}
.mj-footer .mj-footer-links .mj-links {
  font-size: 14px;
}
.mj-footer .mj-footer-links .mj-links a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-left: solid 1px #9fd8f6;
}
.mj-footer .mj-footer-links .mj-links a:first-child {
  border: 0;
}
.mj-footer .mj-footer-links .mj-links a:hover {
  text-decoration: underline;
  color: #9fd8f6;
}
.mj-footer .mj-footer-links .mj-copy {
  margin-top: 20px;
  font-size: 12px;
  color: #9fd8f6;
}
.mj-footer .mj-footer-links .mj-copy a {
  color: #9fd8f6;
  text-decoration: none;
}
.mj-footer .mj-footer-links .mj-copy .maiji-footer-beian {
  padding-left: 24px;
  display: inline-block;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -240px;
}
.mj-simple-footer {
  background: #00a0e8;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.mj-simple-footer .mj-footer-container {
  width: 1200px;
  margin: auto;
  zoom: 1;
}
.mj-simple-footer .mj-footer-container:after {
  display: block;
  content: " ";
  clear: both;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mj-simple-footer .mj-footer-container .mj-footer-logo {
  float: left;
  width: 262.5px;
  height: 60px;
  font-size: 0;
  background: url('UI/logo.png') no-repeat left center;
  background-size: contain;
  margin-top: 20px;
  border-right: solid 1px rgba(159, 216, 246, 0.5);
}
.mj-simple-footer .mj-footer-container .mj-copy {
  float: left;
  margin-top: 20px;
  font-size: 12px;
  color: #9fd8f6;
  margin-left: 30px;
}
.mj-simple-footer .mj-footer-container .mj-copy a {
  color: #9fd8f6;
  text-decoration: none;
}
.mj-simple-footer .mj-footer-container .mj-copy .maiji-footer-beian {
  padding-left: 24px;
  display: inline-block;
  background-image: url('UI/maiji-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -240px;
}
.mj-simple-footer .mj-footer-container .mj-copy .mj-links {
  font-size: 14px;
  margin-left: -10px;
}
.mj-simple-footer .mj-footer-container .mj-copy .mj-links a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-left: solid 1px #9fd8f6;
}
.mj-simple-footer .mj-footer-container .mj-copy .mj-links a:first-child {
  border: 0;
}
.mj-simple-footer .mj-footer-container .mj-copy .mj-links a:hover {
  text-decoration: underline;
  color: #9fd8f6;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr {
  float: right;
  padding-top: 20px;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div {
  float: left;
  margin-left: 20px;
  position: relative;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div strong {
  display: block;
  line-height: 20px;
  font-size: 0;
  font-weight: normal;
  text-align: right;
  color: #9fd8f6;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div strong:before {
  background-image: url('UI/maiji-sprite.png');
  margin-top: 70px;
  content: " ";
  width: 100px;
  height: 100px;
  display: inline-block;
  zoom: 0.25;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div img {
  position: absolute;
  display: block;
  border: 0;
  width: 122px;
  height: 122px;
  display: none;
  top: -132px;
  left: -31px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: solid 1px #ddd;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div:hover strong {
  border: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 58px;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div:hover img {
  display: block;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div:nth-child(1) strong:before {
  background-position: 0 -260px;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div:nth-child(2) strong:before {
  background-position: -100px -260px;
}
.mj-simple-footer .mj-footer-container .mj-footer-qr div:nth-child(3) strong:before {
  background-position: -200px -260px;
}
.mj-pager {
  margin-top: 20px;
  text-align: center;
  line-height: 30px;
}
.mj-pager a,
.mj-pager span {
  display: inline-block;
  border: solid 1px #bebdba;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  height: 32px;
  margin-left: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mj-pager a:hover,
.mj-pager span:hover {
  border-color: #72716d;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.mj-pager a.current,
.mj-pager span.current {
  background-color: #f08300;
  border-color: #f08300;
  color: #fff;
  font-weight: bold;
}
.mj-pager a.current:hover,
.mj-pager span.current:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.mj-pager a.dot,
.mj-pager span.dot {
  border: solid 1px #efefef;
}
.mj-pager a.dot:hover,
.mj-pager span.dot:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.mj-pager a.disabled,
.mj-pager span.disabled {
  background-color: #fff;
  border-color: #d6d6d5;
  color: #d6d6d5;
  cursor: no-drop;
}
.mj-pager a.disabled:hover,
.mj-pager span.disabled:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.mj-pager a.prev,
.mj-pager span.prev {
  font-size: 0px;
  padding: 0 12px;
}
.mj-pager a.prev:before,
.mj-pager span.prev:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: "\f104";
  font-size: 12px;
}
.mj-pager a.next:after,
.mj-pager span.next:after {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: "\f105";
  margin-left: 6px;
}
.jiathis_style * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.jiathis_style .searchTxt {
  margin-top: 4px !important;
  background-color: transparent !important;
}
.jiathis_style .jt_sharetitle td:first-child {
  padding-left: 10px;
}
.jiathis_style .jt_sharetitle td:last-child {
  padding-right: 10px;
}
.jiathis_style .jiadiv_02 .jiatitle {
  width: 87px !important;
}
.jiathis_style .jiadiv_01 .centerBottom {
  display: none;
}
.mj-share-qr {
  position: absolute;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}
.mj-share-qr span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.mj-share-qr span:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mj-share-qr span:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: "\f00d";
}
.mj-share-qr img {
  display: block;
  width: 170px;
  height: 170px;
  image-rendering: pixelated;
}
.mj-share-qr em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 4px;
  text-align: center;
}
.mj-share-qr em:before {
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  content: "\f10b";
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
}
.pad-container {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-container .swiper-container {
  height: 100vh;
  width: 100vw;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide {
  background: center center no-repeat;
  background-size: cover;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide .nr {
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  height: 100%;
  z-index: 2;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 {
  background-image: url('../../img/pc/bg1.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .nr {
  background-image: url('../../img/pc/page1.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .buttons {
  position: absolute;
  top: 54%;
  left: 47%;
  margin-left: -35vw;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .buttons .download {
  background: #00a0e8;
  color: #fff;
  text-decoration: none;
  padding: 1.5vw 5vw;
  font-size: 2vw;
  -webkit-border-radius: 5vw;
  -moz-border-radius: 5vw;
  border-radius: 5vw;
  display: block;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .buttons .download:hover {
  background: rgba(0, 160, 232, 0.7);
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .buttons .qr {
  background: #fff;
  width: 10vw;
  height: 10vw;
  margin: auto;
  margin-top: 2vw;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page1 .buttons .qr img {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page2 {
  background-image: url('../../img/pc/bg2.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page2 .nr {
  background-image: url('../../img/pc/page2.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page3 {
  background-image: url('../../img/pc/bg3.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page3 .nr {
  background-image: url('../../img/pc/page3.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page4 {
  background-image: url('../../img/pc/bg4.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page4 .nr {
  background-image: url('../../img/pc/page4.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page5 {
  background-image: url('../../img/pc/bg5.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page5 .nr {
  background-image: url('../../img/pc/page5.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page6 {
  background-image: url('../../img/pc/bg6.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page6 .nr {
  background-image: url('../../img/pc/page6.png');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page7 {
  background-image: url('../../img/pc/bg7.jpg');
}
.pad-container .swiper-container .swiper-wrapper .swiper-slide.page7 .nr {
  background-image: url('../../img/pc/page7.png');
}
.pad-container .swiper-container .swiper-pagination {
  transform: scale(2) translateX(-100%) translateY(-25%) !important;
}
.pad-container .swiper-container .swiper-pagination span {
  background: rgba(0, 0, 0, 0.5);
}
.pad-container .swiper-container .swiper-pagination span:hover {
  background: rgba(0, 0, 0, 0.9);
}
.pad-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a0e8;
}
.pad-container .swiper-container .swiper-button-next {
  top: auto;
  bottom: 20px;
  left: 50%;
  right: 0;
  margin-left: -22px;
  transform: rotate(90deg);
}
.pad-container .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
</pre></body></html>