@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

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

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

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@font-face {
  font-family: "MBCorpoSText";
  src: url(/assets/font/MBCorpoSText-Regular-Web.woff2);
}
@font-face {
  font-family: "MBCorpoATitle";
  src: url(/assets/font/MBCorpoATitle-Regular.woff);
}
@font-face {
  font-family: "ARMingB5Heavy";
  src: url(..font/ARMingB5Heavy.otf);
}
@font-face {
  font-family: "DFHeiStd-W5";
  src: url(/assets/font/DFHeiStd-W5.otf);
}
h1, h2, h3, h4, h5, h6,
div, ul, li, header, footer, section, p, dl, dt, dd {
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

body {
  height: 100%;
  max-width: 1920px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-family: "MBCorpoSText", "Noto Sans TC", sans-serif;
  margin: 0 auto;
  background: #000;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MBCorpoATitle", "ARMingB5Heavy", "Noto Serif TC", serif;
}

.btn {
  position: relative;
  color: #fff;
  border: 0;
  outline: 0;
  background: none;
  padding: 0 1.5em 0;
  line-height: 1.6;
  cursor: pointer;
  display: inline-block;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0.25em 0;
}
.btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: skew(-30deg);
  position: absolute;
  left: 0;
  background: #be0013;
  z-index: 0;
}

a.btn {
  color: #fff;
  border-bottom: 0;
}

.btn.disable:after {
  background: #bababa;
}

.upload {
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.upload input[type=file] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.upload span {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0.25em 1.5em;
}
.upload:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: skew(-30deg);
  position: absolute;
  left: 0;
  background: #be0013;
  z-index: 0;
}

.btn-border:after {
  border: 1px solid #fff;
  background: transparent;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: right;
  height: 100px;
  padding: 20px 0;
  background: #000;
  z-index: 10;
}
.header .container {
  padding-top: 10px;
  position: relative;
}
.header .logo {
  position: absolute;
  left: 1rem;
  background: url(/assets/images/img_logo.png) no-repeat left;
  background-size: auto 100%;
  width: 214px;
  height: 60px;
  margin-top: -5px;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo span {
  display: none;
}
.header .nav {
  display: inline-block;
  vertical-align: middle;
  font-family: "MBCorpoATitle", "ARMingB5Heavy", "Noto Serif TC", serif;
}
.header .nav .nav-link {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}
.header .nav .nav-link span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
.header .nav .nav-link .nav-sub-open {
  line-height: 60px;
  border-bottom: 5px solid #000;
}
.header .nav .nav-link .nav-sub-open:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 1em;
  position: relative;
  top: -2px;
}
.header .nav .nav-link .nav-sub-link {
  display: block;
}
.header .nav .nav-link .nav-sub-open.active {
  box-sizing: border-box;
}
.header .nav .nav-sub {
  max-height: 0;
  width: auto;
  min-width: 7em;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #222;
  transition: all 0.1s;
  text-align: left;
}
.header .nav .nav-sub a, .header .nav .nav-sub span {
  display: block;
  color: #fff;
  padding: 0.5em 0.75em;
}
.header .nav .nav-sub a:hover {
  color: #be0013;
}
.header .nav .nav-sub .nav-sub-in span {
  position: relative;
}
.header .nav .nav-sub .nav-sub-in span:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 0.5em;
  position: absolute;
  top: 1em;
  right: 1em;
}
.header .nav .nav-sub .nav-sub-in span.active:after {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .nav .nav-sub .nav-sub-in ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s;
}
.header .nav .nav-sub .nav-sub-in ul li {
  list-style-type: none;
}
.header .nav .nav-sub .nav-sub-in ul.active {
  max-height: 10000px;
}
.header .nav .nav-sub.active {
  padding: 1em 0;
  max-height: 10000px;
  border-top: 5px solid #be0013;
}
.header .search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
  color: #000;
  padding: 0.2em 1em 0.2em 2.5em;
  border-radius: 2em;
  margin-right: 1em;
}
.header .search span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.header .search input {
  color: #000;
  border: 0;
  outline: 0;
  width: 10em;
  padding: 0.2em;
}
.header .search .search-input {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  max-width: 0;
  overflow: hidden;
}
.header .search .search-send {
  border: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/i_search.png);
  background-size: cover;
  position: absolute;
  left: 0.75em;
  top: 50%;
  margin-top: -10px;
}
.header .search.active span {
  display: none;
}
.header .search.active .search-input {
  max-width: 1000px;
}
.header .user {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.header .user .user-open {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
}
.header .user .user-open i.user-icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  background: #fff url(/assets/images/i_user.png) center no-repeat;
  background-size: 60%;
  border-radius: 50%;
}
.header .user .user-open img {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.header .user .user-open .user-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-family: "MBCorpoATitle", "ARMingB5Heavy", "Noto Serif TC", serif;
}
.header .user .user-open .notify-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: #9d2526;
  border-radius: 50%;
}
.header .user .user-open:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: white;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: calc(50% - 4px);
}
.header .user .user-sub {
  position: absolute;
  top: 51px;
  right: 0;
  min-width: 12em;
  background: #222;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
.header .user .user-sub a {
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: 1px solid #333;
  margin: 0.5em;
  padding: 0.25em 0;
}
.header .user .user-sub .notify-list {
  padding: 0 0.5em;
  margin-top: 1em;
  text-align: left;
}
.header .user .user-sub .notify-list h3 {
  font-size: 1em;
  color: #999;
}
.header .user .user-sub .notify-list li {
  list-style-type: none;
  font-size: 0.8em;
}
.header .user .user-sub .notify-list li a {
  display: block;
  width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  border-bottom: 0;
  margin: 0;
  text-overflow: ellipsis;
}
.header .user .user-sub.active {
  max-height: 10000px;
}

.wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 100px;
}

.date {
  background: #be0013;
  font-family: "MBCorpoSText";
  position: absolute;
  left: 1rem;
  top: 0;
  text-align: center;
  padding: 0.5em 0.75em;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.date span, .date b {
  display: block;
}
.date span {
  font-size: 1em;
  line-height: 1.2;
}
.date b {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2;
}

.banner {
  background-size: cover;
  background-position: center;
  height: 36vw;
  position: relative;
}
.banner .date {
  left: 50%;
  margin-left: -620px;
  z-index: 1;
}
.banner .banner-word {
  position: relative;
  height: 100%;
  background: url(/assets/images/bg_banner-word.png) no-repeat;
  background-size: cover;
  background-position: -45vw top;
}
.banner .banner-word .title-link {
  margin-left: 5em;
  padding-top: 2.5em;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
}
.banner .banner-word .title-link a {
  border-bottom: 1px solid #fff;
}
.banner .banner-word .bw-title {
  width: 15em;
  font-weight: 700;
  padding-top: 1.5em;
}
.banner .banner-word p {
  width: 30%;
  margin-top: 1em;
}
.banner .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-info {
  margin-top: 1em;
}
.social-info span {
  display: inline-block;
  padding-left: 1.8em;
  background-position: left;
  background-size: auto 90%;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  cursor: pointer;
}
.social-info .views {
  background-image: url(/assets/images/i_eye.png);
}
.social-info .comments {
  background-image: url(/assets/images/i_comment.png);
}
.social-info .like {
  background-image: url(/assets/images/i_like.png);
}
.social-info .like.active {
  background-image: url(/assets/images/i_like-active.png);
}
.social-info .favor {
  background-image: url(/assets/images/i_favor.png);
}
.social-info .favor.active {
  background-image: url(/assets/images/i_favor-active.png);
}

.main {
  background: url(/assets/images/bg_main.jpg) no-repeat top fixed;
  background-size: 100% auto;
  padding: 3em 0;
}

.title {
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}

.tabs {
  text-align: right;
  margin: 0 auto 2em;
}
.tabs span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5em;
  line-height: 2em;
  cursor: pointer;
}
.tabs span b {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.tabs span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2em;
  transform: skew(-30deg);
  background: #b6b7b8;
  position: absolute;
  right: 0;
}
.tabs span.active:after {
  background: #be0013;
  width: 100%;
  z-index: 0;
}

.post-list {
  margin: 0 auto;
}
.post-list .pl-box {
  position: relative;
  padding: 4rem 1.5rem;
  border-top: 1px solid #999a9a;
  border-right: 1px solid #999a9a;
}
.post-list .pl-box .date {
  top: 4rem;
  left: 2.5rem;
  font-size: 12px;
}
.post-list .pl-box .plb-img {
  overflow: hidden;
  min-height: 25vh;
  background-size: cover;
  background-position: center;
}
.post-list .pl-box .plb-img img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.post-list .pl-box .plb-info {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.post-list .pl-box .plb-sp-mark {
  display: inline-block;
  background: #be0013;
  color: white;
  padding: 0.125em 0.75em;
  font-size: 12px;
  margin-left: 1em;
}
.post-list .pl-box .plb-tag {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  padding: 0 1em;
  width: auto;
  z-index: 2;
  margin-top: 0.5em;
}
.post-list .pl-box .plb-tag b {
  display: inline-block;
  vertical-align: middle;
}
.post-list .pl-box .plb-tag:before, .post-list .pl-box .plb-tag:after {
  content: "";
  width: 1px;
  height: 1.2em;
  transform: skew(-30deg);
  background: #b6b7b8;
  position: absolute;
}
.post-list .pl-box .plb-tag:before {
  left: 0;
}
.post-list .pl-box .plb-tag:after {
  right: 0;
}
.post-list .pl-box .social-info {
  font-size: 0.9em;
  text-align: right;
}
.post-list .pl-box .plb-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.post-list .pl-box p {
  font-size: 0.9em;
}
.post-list .pl-box .plb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-list .pl-box:last-child {
  border-right: 0;
}
.post-list .plb-33 {
  width: 33.3%;
}
.post-list .plb-33:nth-child(3n) {
  border-right: 0;
}
.post-list .plb-full {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-list .plb-full .left {
  width: 66.6%;
  padding-right: 1.5em;
}
.post-list .plb-full .right {
  width: 33.3%;
  padding-left: 1.5em;
  position: relative;
}
.post-list .plb-66 {
  width: 66.6%;
}

.pl-end {
  border-bottom: 1px solid #999a9a;
}

.footer {
  padding: 3em 0;
}
.footer .ft-icons {
  width: 33.3%;
}
.footer .ft-icons a {
  margin-right: 1em;
}
.footer .ft-icons img {
  height: 36px;
}
.footer .ft-links {
  width: 66.6%;
  text-align: right;
  line-height: 36px;
  font-size: 0.9em;
}
.footer .ft-links a {
  margin: 0 0.5em;
}

.article .article-top h1 {
  width: 66.6%;
}
.article .article-top .social-info {
  width: 33.3%;
  text-align: right;
}

.article-content {
  margin: 2rem -0.5em;
}
.article-content .ac-title {
  font-weight: bold;
  margin: 1em 0;
}
.article-content .ac-text {
  padding: 0 0.5em;
  margin: 1em auto;
}
.article-content .ac-text:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.article-content .ac-text img.right {
  width: 50%;
  margin-left: 1em;
  margin-bottom: 1em;
  float: right;
}
.article-content .ac-text img.left {
  width: 50%;
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}
.article-content p {
  margin: 1em auto;
  text-align: justify;
}
.article-content .ac-img {
  margin: 1em auto;
}
.article-content .ac-img .img-box {
  padding: 0.5em;
}
.article-content .ac-img .img-box iframe {
  height: 346px;
}
.article-content .ac-img img {
  width: 100%;
  display: inline-block;
}
.article-content .ac-img-2 .img-box {
  width: 50%;
  overflow: hidden;
  text-align: center;
}
.article-content .ac-img-3 .img-box {
  overflow: hidden;
  width: 33.3%;
  text-align: center;
}
.article-content .video {
  padding: 0 0.5em;
  margin: 1em auto;
  height: 709px;
}

.comment-form {
  position: relative;
  border: 1px solid #999a9a;
  height: 9em;
  padding-left: 8em;
  margin: 1em auto 2em;
}
.comment-form .avatar {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 7em;
}
.comment-form textarea {
  display: block;
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1em;
  box-sizing: border-box;
}
.comment-form .comment-send {
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.comment-list-box {
  border: 1px solid #999a9a;
  margin: 1.5em auto;
}
.comment-list-box.highlight {
  background: #480601;
}
.comment-list-box .clb-main {
  position: relative;
  min-height: 9em;
  padding-left: 8em;
}
.comment-list-box .avatar {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 7em;
}
.comment-list-box .clb-content {
  padding: 1em 1em 4em;
}
.comment-list-box .clb-content .user-name {
  margin-bottom: 0.5em;
}
.comment-list-box .clb-content .user-name span {
  vertical-align: middle;
  display: inline-block;
}
.comment-list-box .clb-content .user-name .user-icon {
  vertical-align: middle;
  display: inline-block;
  width: 1.5em;
  margin: 0 0 0 0.25em;
}
.comment-list-box .clb-info {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  line-height: 2em;
  font-size: 0.9em;
}
.comment-list-box .clb-info .icon-text {
  display: inline-block;
  padding-left: 2em;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 1.5em;
}
.comment-list-box .clb-info .like {
  background-image: url(/assets/images/i_like.png);
}
.comment-list-box .clb-info .like.active {
  background-image: url(/assets/images/i_like-active.png);
}
.comment-list-box .clb-info .reply {
  background-image: url(/assets/images/i_pen.png);
}
.comment-list-box .clb-info .date-text {
  margin-left: 1.5em;
}

.user-text,
.date-text {
  display: inline-block;
}

.reply-list {
  border-top: 1px solid #999a9a;
}
.reply-list .comment-list-box {
  border: 0;
  padding: 0 1.5em;
}
.reply-list .comment-list-box .clb-main {
  min-height: 5em;
  padding-left: 6.5em;
}
.reply-list .comment-list-box .avatar {
  left: 0;
  width: 5em;
}
.reply-list .comment-form {
  border: 0;
  height: 5em;
  padding-left: 8em;
  padding-right: 1.5em;
}
.reply-list .comment-form .avatar {
  width: 5em;
  top: 0;
  left: 1.5em;
}
.reply-list .comment-form textarea {
  background: #222;
}
.reply-list .comment-form .comment-send {
  right: 2.5em;
}

.crumb {
  color: #666;
}
.crumb a {
  color: #999a9a;
}
.crumb a:hover {
  color: #fff;
}
.crumb span {
  color: #fff;
}

.tab-bar {
  margin: 0 auto 2em;
}
.tab-bar .crumb {
  width: 66.6%;
}
.tab-bar .tabs {
  width: 33.3%;
  margin: 0;
  text-align: right;
}

.brand-box {
  position: relative;
  margin: 3em auto;
}
.brand-box:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.brand-box > div {
  float: left;
  width: 50%;
  display: table;
  min-height: 22vw;
}
.brand-box > div img {
  width: 100%;
  display: block;
}
.brand-box .video {
  width: 100%;
  height: 320px;
}
.brand-box .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 3em;
}
.brand-box .content h1 {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: 1.6em;
  max-width: 20em;
  display: inline-block;
}
.brand-box .content p {
  margin: 1em auto;
}
.brand-box .right .content {
  text-align: right;
}

.brand-box:nth-child(even) .left {
  float: right;
}
.brand-box:nth-child(even) .right .content {
  text-align: left;
}

.brand-tag {
  position: absolute;
  top: -1.5em;
  left: 50%;
  margin-left: -5em;
  display: inline-block;
  min-width: 10em;
  text-align: center;
  color: #fff;
  padding: 0.25em 1.5em;
}
.brand-tag span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.brand-tag:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: skew(-40deg);
  position: absolute;
  left: 0;
  background: #be0013;
  z-index: 0;
}

.main-top,
.photos-top {
  text-align: center;
  margin: 2em auto;
}
.main-top h1,
.photos-top h1 {
  font-weight: 700;
}
.main-top p,
.photos-top p {
  margin: 1em auto;
}

.photos .photos-box {
  width: 50%;
  padding: 0.5em;
  height: 20em;
  position: relative;
}
.photos .photos-box .pb-img {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.photos .photos-box .pb-img a[data-fancybox] {
  display: block;
  width: 100%;
  height: 100%;
}
.photos .photos-box .pb-img a.alert-box-open {
  display: block;
  width: 100%;
  height: 100%;
}
.photos .photos-box .pb-img .photos-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.photos .photos-box .pb-img .photos-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.photos .photos-box .pb-img .photos-checkbox .mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #be0013;
  z-index: 0;
}
.photos .photos-box .pb-img .photos-checkbox .mark:before {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #be0013;
}
.photos .photos-box .pb-img .photos-checkbox .mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 12px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.photos .photos-box .pb-img .photos-checkbox input:checked ~ .mark:after {
  display: block;
}
.photos .photos-box .pb-info {
  transition: all 0.5s;
  position: absolute;
  bottom: -5em;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.75em;
  padding: 0.5em;
}
.photos .photos-box .pb-info .social-info {
  display: inline-block;
  margin-top: 0;
  float: right;
}
.photos .photos-box .pb-info .notice-info {
  display: inline-block;
  float: right;
}
.photos .photos-box .pb-info .user-text {
  margin-right: 0.5em;
  padding: 0 0.25em;
}
.photos .photos-box .pb-img:hover .pb-info {
  bottom: 0;
}
.photos .pb-40 {
  width: 40%;
}
.photos .pb-60 {
  width: 60%;
}
.photos .pb-25 {
  width: 25%;
}
.photos .pb-50 {
  height: 40em;
}
.photos .pb-50.row {
  padding: 0;
}
.photos .pb-33 {
  width: 33.33%;
}
.photos .pb-66 {
  width: 66.66%;
}
.photos .highlight .pb-img:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid rgba(190, 0, 19, 0.8);
}

.photo-vote .item {
  width: 33.33%;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
.photo-vote .pv-img {
  padding: 10px;
  background: white;
}
.photo-vote .pv-img img {
  display: block;
  width: 100%;
  height: 20em;
  object-fit: cover;
}
.photo-vote .pv-info {
  font-size: 0.85em;
  margin: 0.5em 0;
}
.photo-vote .pv-function .pvf-box {
  width: 50%;
  padding-right: 0.5em;
}
.photo-vote .pv-function .pvf-box span {
  display: inline-block;
  padding: 0.25em 0;
}
.photo-vote .pv-function .pvf-box:nth-child(2) {
  text-align: right;
}

.load-more {
  text-align: center;
  margin: 3em auto;
}

.lf-title {
  display: block;
  margin-bottom: 0.5em;
}

.lf-text {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #bababa;
  padding-left: 2em;
}
.lf-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 2em solid transparent;
  border-top: 2em solid #bababa;
  position: absolute;
  left: 0;
  top: 0;
}
.lf-text input {
  border: 0;
  outline: 0;
  background: transparent;
  height: 2em;
  width: 100%;
}

.lf-select {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #bababa;
  padding-left: 2em;
}
.lf-select:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 2em solid transparent;
  border-top: 2em solid #bababa;
  position: absolute;
  left: 0;
  top: 0;
}
.lf-select select {
  border: 0;
  outline: 0;
  background: transparent;
  height: 2em;
  width: 99%;
}

.lf-upload {
  cursor: pointer;
  padding-right: 2em;
}
.lf-upload input[type=file] {
  opacity: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.lf-upload:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(/assets/images/i_upload.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.lf-short {
  width: 50%;
  padding-right: 1em;
  margin-bottom: 1em;
}

.lf-row {
  margin-bottom: 1.5em;
}

.lf-block {
  display: block;
  margin-bottom: 1.5em;
}
.lf-block em {
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.lf-block em.red {
  color: #be0013;
}
.lf-block em.right {
  text-align: right;
}
.lf-block .lf-check {
  display: block;
  max-width: 80%;
  margin: 0.5em auto;
}
.lf-block .lf-check input[type=radio],
.lf-block .lf-check input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 1em;
  cursor: pointer;
  background: #000;
  border: 1px solid #d8d8d8;
}
.lf-block .lf-check span {
  display: inline-block;
  width: 5em;
}

.btns {
  text-align: center;
  font-size: 1em;
  margin: 1rem auto;
  padding: 0 1em;
}
.btns .btns-text {
  display: inline-block;
  margin: 0 1em;
  font-size: 0.9em;
}
.btns .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btns .notice {
  color: #be0013;
  font-size: 0.8em;
  margin: 0.5rem auto;
}

.btns.right {
  text-align: right;
}

.btns.left {
  text-align: left;
}

.login-box {
  color: #000;
  background-color: #e8ebef;
  background-image: url(/assets/images/bg_login-1.png), url(/assets/images/bg_login-2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  padding: 3em 1.5em;
}
.login-box .login-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}
.login-box .login-title span {
  display: inline-block;
  background: #000;
  padding: 0.25em 0.5em;
}
.login-box .login-desc {
  text-align: center;
  margin: 1.5em 0;
}
.login-box .login-form {
  width: 80%;
  margin: auto;
  justify-content: center;
}
.login-box .login-form > div {
  padding: 0.5em;
}
.login-box .login-form input {
  color: #000;
}
.login-box .login-form h3 {
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: 700;
}
.login-box .login-form .lf-25 {
  width: 25%;
  padding-right: 1em;
}
.login-box .login-form .lf-50 {
  width: 50%;
}
.login-box .login-form .lf-100 {
  width: 100%;
}
.login-box .login-form .lf-desc {
  width: 100%;
  font-size: 1.2em;
}
.login-box .login-form .avatar-box {
  width: 100%;
  padding: 2em;
}
.login-box .login-form .avatar-box img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.login-box .login-form .img-box {
  width: 100%;
  min-height: 20em;
  padding: 2em;
}
.login-box .login-form .img-box img {
  display: block;
  margin: auto;
  width: 100%;
}
.login-box .login-form .img-box-auto {
  min-height: auto;
  padding: 0 0 1em;
}
.login-box .row-left {
  justify-content: left;
}
.login-box a {
  color: #000;
  border-bottom: 1px solid #000;
}
.login-box a.btn {
  color: #fff;
  border-bottom: 0;
}
.login-box .login-check {
  width: 80%;
  padding: 1em;
  margin: 1em auto;
}
.login-box .login-check .lf-block {
  margin-bottom: 0;
}
.login-box .choose-avatar .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.login-box .choose-avatar .item img {
  height: 60px;
  border-radius: 0.5em;
}
.login-box .choose-avatar .item ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 256px;
  max-height: 0;
  overflow: hidden;
  z-index: 2;
  background: #eee;
  border-radius: 0.5em;
}
.login-box .choose-avatar .item ul li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
}
.login-box .choose-avatar .item ul.active {
  max-height: 1000em;
}
.login-box .choose-avatar .item .avatar-list-open {
  cursor: pointer;
  border-bottom: 0;
}
.login-box .choose-avatar .item button {
  border: 0;
  outline: 0;
  background: none;
}
.login-box .choose-avatar .avatar-upload {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/btn_upload-avatar.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.login-box .choose-avatar .avatar-upload input[type=file] {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.login-box .choose-avatar .avatar-upload:after {
  content: "上傳頭像";
  position: absolute;
  top: 60px;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  display: block;
}
.login-box .photos-box {
  color: #fff;
}
.login-box .load-more a {
  color: #fff;
  border-bottom: 0;
}

.step {
  text-align: center;
  margin: 0 auto 2em;
}
.step span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5em;
  line-height: 2em;
}
.step span b {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.step span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2em;
  transform: skew(-30deg);
  background: #be0013;
  position: absolute;
  right: 0;
}
.step span a {
  display: inline-block;
  border-bottom: 0;
}
.step span.active {
  color: #fff;
}
.step span.active:after {
  background: #be0013;
  width: 100%;
  z-index: 0;
}
.step span.active a {
  color: #fff;
}
.step:before, .step:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30%;
  background: #bababa;
}

.account-top {
  text-align: center;
  margin-bottom: 2em;
}
.account-top img {
  width: 136px;
  margin: auto;
}
.account-top h1 {
  position: relative;
  display: inline-block;
  font-size: 3em;
  line-height: 1;
  font-family: "MBCorpoSText", "Noto Sans TC", sans-serif;
  font-weight: bold;
}
.account-top .at-img {
  position: relative;
  display: inline-block;
}
.account-top .at-title {
  position: relative;
  margin: 1em auto;
}
.account-top .at-title input[type=text] {
  background: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 6em;
}
.account-top .function {
  position: absolute;
  right: 50%;
  bottom: 0;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.5em 0;
  text-align: left;
  margin-right: -90%;
}
.account-top .function a {
  border-bottom: 0;
}
.account-top .function .edit {
  border: 1px solid #999;
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/images/i_pen-gray.png) center no-repeat;
  background-size: 80%;
}
.account-top .function .edit span {
  display: none;
}
.account-top .function .save {
  display: inline-block;
  vertical-align: middle;
}
.account-top .function .save span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.375em 0.5em;
  border-radius: 0.5em;
}
.account-top .function .cancel {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/images/i_cancel.png) center;
  background-size: cover;
}
.account-top .function .cancel span {
  display: none;
}

.account-top ~ .step:before, .account-top ~ .step:after {
  display: none;
}

.account-text {
  text-align: center;
  margin: 1em auto;
}

.ai-title {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 1em auto;
}
.ai-title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.ai-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8em;
  height: 100%;
  transform: skew(-40deg);
  position: absolute;
  left: 50%;
  margin-left: -4em;
  background: #000;
  z-index: 0;
}

.account-info h2 {
  text-align: center;
  margin: 1em auto;
}
.account-info .ai-login-info {
  justify-content: center;
}
.account-info .ai-login-info .item {
  width: 25%;
}
.account-info .ai-score-info {
  text-align: center;
}
.account-info .mark-list {
  margin: 2em auto;
}
.account-info .mark-list .item {
  width: 16.6%;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}
.account-info .mark-list .item img {
  width: 100%;
}
.account-info .mark-list .item .mark-choose {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #be8935;
  border-radius: 0.25em;
  margin-top: 0.5em;
}
.account-info .mark-list .item .mark-choose.active {
  background: #be8935;
  color: #fff;
}
.account-info .ai-score-list {
  width: 80%;
  margin: auto;
}
.account-info .ai-score-list .item {
  position: relative;
  width: calc(50% - 2em);
  margin: 1em auto;
  border-bottom: 1px solid #999;
  padding: 0.5em 0;
}
.account-info .ai-score-list .item h4 {
  font-family: "MBCorpoSText", "Noto Sans TC", sans-serif;
}
.account-info .ai-score-list .item .aisl-date {
  font-size: 0.8em;
}
.account-info .ai-score-list .item .aisl-number {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}

.hr {
  border-top: 1px solid #999;
  margin: 2em auto;
}

.account-gift {
  max-width: 960px;
  border: 1px solid #999;
  border-radius: 0.5em;
  margin: 2em auto;
}
.account-gift > div {
  padding: 1em;
}
.account-gift > div img {
  max-width: 100%;
}
.account-gift .ag-33 {
  width: 33.3%;
  text-align: center;
  border-right: 1px solid #999;
}
.account-gift .ag-66 {
  width: 66.6%;
}
.account-gift .ag-66 table {
  width: 80%;
  height: 100%;
  vertical-align: middle;
  margin: auto;
}
.account-gift .ag-66 h1 {
  margin-bottom: 0.5em;
}
.account-gift .gift-slider .item {
  text-align: center;
}
.account-gift .gift-slider .item img {
  margin: auto;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #999;
}

.slick-dots li.slick-active button {
  background: #be0013;
}

.slick-dots li button:before {
  display: none;
}

.score-table {
  width: 50%;
  margin: 1em auto;
}
.score-table table {
  width: 100%;
  font-size: 0.9em;
  border: 2px solid #999;
}
.score-table table td, .score-table table th {
  padding: 0.5em;
  border: 1px solid #999;
  text-align: center;
}
.score-table table th {
  background: #cacbcb;
}

.rule-box {
  width: 80%;
  margin: 1em auto 2em;
  font-size: 0.9em;
}
.rule-box li {
  margin-left: 1.5em;
}
.rule-box p {
  margin: 1em auto;
}

.space {
  height: 4em;
}

.popup {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.65);
}
.popup .popup-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  margin: auto;
  padding: 3em;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
}
.popup .popup-box h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
.popup .popup-box .desc {
  text-align: center;
  margin: 1.5em auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
  max-width: 90%;
}
.popup .popup-box .desc a {
  display: inline-block;
}
.popup .popup-box .sdesc {
  font-size: 0.9em;
  line-height: 1.75;
  margin: 1.5rem auto;
  text-align: center;
}
.popup .popup-box input {
  color: #fff;
}
.popup .popup-box a {
  border-bottom: 1px solid #fff;
}
.popup .popup-box a.popup-close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 0;
}
.popup .popup-box a.popup-close:hover {
  color: #be0013;
}
.popup .popup-box a.btn {
  color: #fff;
  border-bottom: 0;
}
.popup .popup-box .popup-table {
  margin: 1.5em auto;
}
.popup .popup-box .popup-table table {
  width: 100%;
  font-size: 0.8em;
}
.popup .popup-box .popup-table th, .popup .popup-box .popup-table td {
  border: 1px solid #b8b8b8;
  padding: 0.5em;
}
.popup .popup-full {
  max-width: none;
  min-height: calc(100vh - 100px);
}
.popup .popup-full .login-box {
  padding: 0 0 2em;
}
.popup .popup-full .login-box input {
  color: #000;
}
.popup .popup-full .login-title span {
  display: block;
  padding: 0.375em 0.5em;
}
.popup .choose-avatar-big {
  max-width: 800px;
  margin: 1em auto;
}
.popup .choose-avatar-big .item {
  padding: 0.5em;
}
.popup .choose-avatar-big .item:nth-child(1) {
  width: 45%;
}
.popup .choose-avatar-big .item:nth-child(2) {
  width: 55%;
}
.popup .choose-avatar-big .cab-view img {
  padding: 2%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 96%;
  display: block;
  margin: auto;
}
.popup .choose-avatar-big .cab-list:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.popup .choose-avatar-big .cab-list label {
  position: relative;
  display: block;
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
}
.popup .choose-avatar-big .cab-list label span {
  font-size: 0.9em;
}
.popup .choose-avatar-big .cab-list label img {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
}
.popup .choose-avatar-big .cab-list label input[type=file],
.popup .choose-avatar-big .cab-list label input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.popup .choose-avatar-big .cab-list label input:checked ~ img {
  border: 1px solid #be0013;
}
.popup .popup-notice {
  position: relative;
  padding: 1em 1em 1em 70px;
}
.popup .popup-notice .error {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2em;
  color: #be0013;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.popup .popup-notice .error i {
  position: relative;
  z-index: 1;
  font-style: normal;
}
.popup .popup-notice .error:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 0.375em;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup .popup-notice .pn-text {
  display: inline-block;
  text-align: justify;
}
.popup .popup-alert {
  text-align: center;
}
.popup .popup-alert .error {
  line-height: 60px;
  text-align: center;
  font-size: 3em;
  color: #be0013;
}
.popup .popup-alert .error i {
  font-style: normal;
}
.popup .popup-alert p {
  margin: 0.5em auto;
}

.questionnaire {
  margin: 0 0.5em;
}
.questionnaire li {
  color: #ccc;
  margin-left: 1.75em;
  margin-bottom: 2.5em;
}
.questionnaire h3 {
  border-bottom: 1px dotted #333;
  padding: 0.5em 0;
}
.questionnaire .q-box {
  color: #fff;
  margin: 1.5em 0;
}
.questionnaire .q-box .item {
  margin-bottom: 0.5em;
}
.questionnaire .q-box .item label {
  cursor: pointer;
  display: inline-block;
}
.questionnaire .q-box .item input[type=radio],
.questionnaire .q-box .item input[type=checkbox] {
  margin-right: 0.5em;
}
.questionnaire .q-box .item select {
  width: calc(100% - 1em);
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border: 1px solid #333;
  border-radius: 3px;
}
.questionnaire .q-box .item input[type=text] {
  width: 100%;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #666;
}

img.user-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

@media screen and (max-width: 1152px) {
  .banner {
    height: 40vw;
  }
  .banner .date {
    left: 1em;
    margin-left: 0;
  }
  .banner .banner-word .bw-title {
    font-size: 24px;
    width: 33%;
  }
  .banner .banner-word p {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 60px;
  }
  .header {
    height: 60px;
    padding-top: 15px;
  }
  .header .container {
    padding-top: 0;
    padding-right: 50px;
  }
  .header .logo {
    height: 30px;
    margin-top: 0;
  }
  .header .open-nav {
    display: block;
    position: relative;
    height: 18px;
    width: 22px;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -10px;
  }
  .header .open-nav span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 55%;
    margin-top: -2px;
  }
  .header .open-nav:before, .header .open-nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.5s;
    border-radius: 2px;
  }
  .header .open-nav:before {
    top: 0;
  }
  .header .open-nav:after {
    bottom: 0;
  }
  .header .open-nav.active span {
    background: none;
  }
  .header .open-nav.active:before {
    top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header .open-nav.active:after {
    bottom: auto;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header .nav {
    position: absolute;
    top: 45px;
    right: 0;
    background: #111;
    display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: all 0.5s;
  }
  .header .nav .nav-link {
    display: block;
    margin-right: 0;
  }
  .header .nav .nav-link .nav-sub-open {
    width: 100%;
    border-bottom: 0;
    line-height: 2;
    padding: 0.75em 1em;
  }
  .header .nav .nav-link .nav-sub-open:after {
    position: absolute;
    right: 1em;
    top: 1.25em;
  }
  .header .nav .nav-link .nav-sub-open.active {
    border-bottom: 0;
  }
  .header .nav .nav-link .nav-sub-link {
    line-height: 2;
    padding: 0.75em 1em;
  }
  .header .nav .nav-sub {
    position: static;
    display: block;
    padding: 0;
  }
  .header .nav .nav-sub a, .header .nav .nav-sub span {
    padding: 0.75em 1em;
  }
  .header .nav .nav-sub.active {
    padding: 0;
  }
  .header .nav.active {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .header .search {
    font-size: 0.9em;
    padding: 0.2em 1em 0.2em 2.5em;
    margin-right: 0.5em;
    position: relative;
  }
  .header .search input {
    width: 6em;
  }
  .header .search.active span {
    display: none;
  }
  .header .search.active .search-input {
    width: 6em;
  }
  .header .user {
    top: 0;
  }
  .header .user .user-open i.user-icon {
    width: 30px;
    height: 30px;
  }
  .header .user .user-open img {
    width: 30px;
    height: 30px;
  }
  .header .user .user-open .user-name {
    display: none;
  }
  .header .user .user-sub {
    top: 45px;
  }
  .banner {
    height: 50vw;
  }
  .banner .banner-word {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0.5em 0;
    background-size: 100% auto;
    background-position: right top;
  }
  .banner .banner-word .title-link {
    position: absolute;
    right: 3em;
    top: 1em;
    padding-top: 0;
    font-size: 0.9em;
  }
  .banner .banner-word .bw-title {
    width: auto;
    padding-top: 0;
    padding-right: 6rem;
    font-size: 20px;
  }
  .banner .banner-word p {
    display: none;
  }
  .banner .banner-word .social-info {
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  .post-list {
    border-top: 0;
  }
  .post-list .pl-box {
    border: 0;
    padding: 1.5rem 0;
  }
  .post-list .pl-box .date {
    top: 1.5rem;
    left: 1rem;
  }
  .post-list .pl-box .plb-img {
    min-height: 30vh;
  }
  .post-list .plb-33 {
    width: 100%;
  }
  .post-list .plb-full .left {
    width: 100%;
    padding-right: 0;
  }
  .post-list .plb-full .right {
    width: 100%;
    padding-left: 0;
  }
  .post-list .plb-full .right p {
    position: static;
  }
  .post-list .plb-66 {
    width: 100%;
  }
  .pl-end {
    border-bottom: 0;
  }
  .article-content .ac-img .img-box iframe {
    height: 202px;
  }
  .article-content .video {
    height: 423px;
  }
  .footer .ft-icons {
    width: 100%;
    text-align: center;
  }
  .footer .ft-links {
    width: 100%;
    text-align: center;
    line-height: 2em;
  }
  .brand-box .content h1 {
    font-size: 24px;
  }
  .brand-box .content p {
    font-size: 0.9em;
  }
  .photos .photos-box {
    height: 10em;
  }
  .photos .pb-50 {
    height: 20em;
  }
  .tabs {
    font-size: 0.9em;
  }
  .tab-bar {
    font-size: 0.9em;
  }
  .article .article-top h1 {
    width: 100%;
    font-size: 24px;
  }
  .article .article-top .social-info {
    width: 100%;
    font-size: 0.9em;
  }
  .popup {
    top: 60px;
  }
  .popup .popup-box {
    max-height: calc(100vh - 60px);
  }
  .popup .popup-full {
    min-height: calc(100vh - 60px);
  }
  .login-box .login-form .lf-25 {
    width: 50%;
  }
  .photo-vote .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .banner {
    height: 75vw;
  }
  .banner .date {
    font-size: 0.9em;
  }
  .tab-bar .crumb {
    width: 100%;
  }
  .tab-bar .tabs {
    width: 100%;
    text-align: left;
    margin-top: 1em;
  }
  .brand-box > div {
    width: 100%;
  }
  .brand-box .content {
    padding: 2em 1rem 0;
  }
  .brand-box .right .content {
    text-align: left;
  }
  .brand-tag {
    top: -1.5em;
  }
  .article-content .ac-text img {
    width: 100%;
    margin-left: 0;
  }
  .article-content .ac-text img.left,
  .article-content .ac-text img.right {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
  .article-content .ac-img .img-box iframe {
    height: 56vw;
  }
  .article-content .ac-img-2 .img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .article-content .ac-img-2 .img-box img {
    min-width: 100%;
    width: 100%;
    height: auto;
  }
  .article-content .ac-img-3 .img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    margin-right: 0;
  }
  .article-content .ac-img-3 .img-box img {
    min-width: 100%;
    width: 100%;
    height: auto;
  }
  .article-content .ac-img-3 .img-box:nth-child(3) {
    width: 100%;
  }
  .article-content .video {
    height: 56vw;
  }
  .comment-form {
    height: 8em;
    padding-left: 4em;
  }
  .comment-form .avatar {
    width: 4em;
    top: 0.5em;
    left: 0.5em;
  }
  .comment-form textarea {
    font-size: 0.9em;
  }
  .comment-form .comment-send {
    font-size: 0.9em;
  }
  .comment-list-box .clb-main {
    min-height: 4em;
    padding-left: 5em;
  }
  .comment-list-box .avatar {
    width: 4em;
    top: 0.5em;
    left: 0.5em;
  }
  .comment-list-box .clb-content {
    font-size: 0.8em;
    padding: 0.5em 0.5em 4em;
  }
  .comment-list-box .clb-info {
    font-size: 0.8em;
    right: 0.75em;
    bottom: 1em;
  }
  .comment-list-box .clb-info .icon-text {
    margin-left: 0.75em;
  }
  .comment-list-box .clb-info .date-text {
    margin-left: 0.75em;
  }
  .reply-list .comment-list-box {
    padding: 0 1em;
  }
  .reply-list .comment-list-box .clb-main {
    padding-left: 4.5em;
  }
  .reply-list .comment-list-box .avatar {
    width: 4em;
    top: 0.5em;
    left: 0em;
  }
  .reply-list .comment-form {
    height: 7em;
    padding-left: 6em;
    padding-right: 1em;
  }
  .reply-list .comment-form .avatar {
    width: 4em;
    left: 1em;
  }
  .reply-list .comment-form .comment-send {
    right: 2em;
    bottom: 0.5em;
  }
  .photos-top h1 {
    font-size: 24px;
  }
  .photos-top p {
    font-size: 0.9em;
  }
  .photos .photos-box {
    width: 100%;
    height: 15em;
    padding: 0;
    margin-bottom: 1rem;
  }
  .login-box {
    padding-left: 1em;
    padding-right: 1em;
  }
  .login-box .login-title {
    font-size: 1.2em;
  }
  .login-box .login-form {
    width: 100%;
  }
  .login-box .login-form .lf-25 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .login-box .login-form .lf-50 {
    width: 100%;
  }
  .login-box .login-form .img-box {
    min-height: 15em;
  }
  .login-box .login-check {
    width: 100%;
    font-size: 0.9em;
  }
  .login-box .choose-avatar .item ul {
    width: 190px;
  }
  .step:before, .step:after {
    width: 15%;
  }
  .account-top img {
    width: 90px;
  }
  .account-top h1 {
    font-size: 2em;
  }
  .account-top ~ .step span {
    font-size: 0.85em;
    padding: 0 1em;
  }
  .account-top ~ .step:before, .account-top ~ .step:after {
    display: none;
  }
  .account-info .ai-login-info .item {
    width: 80%;
  }
  .account-info .mark-list .item {
    width: 33.3%;
  }
  .account-info .ai-score-list {
    width: 100%;
  }
  .account-info .ai-score-list .item {
    width: calc(100% - 2em);
  }
  .account-gift .ag-33,
  .account-gift .ag-66 {
    width: 100%;
  }
  .account-gift .ag-33 {
    border-right: 0;
  }
  .account-gift .ag-33 img {
    height: 180px;
  }
  .account-gift .ag-66 table {
    width: 100%;
  }
  .account-gift .ag-66 table br {
    display: none;
  }
  .account-gift .ag-66 h1 {
    font-size: 1.5em;
  }
  .popup .popup-box {
    padding: 3em 1em 1em;
  }
  .popup .choose-avatar-big .item:nth-child(1),
  .popup .choose-avatar-big .item:nth-child(2) {
    width: 100%;
  }
  .popup .choose-avatar-big .cab-view img {
    width: 50%;
  }
  .popup .choose-avatar-big .cab-list label {
    width: 15%;
  }
  .popup .choose-avatar-big .cab-list label span {
    font-size: 0.8em;
    line-height: 1em;
  }
  .login-box .login-desc br {
    display: none;
  }
  .score-table {
    width: 100%;
  }
  .rule-box {
    width: 100%;
    font-size: 0.8em;
  }
  .photo-vote .item {
    width: 100%;
  }
}