html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
ul,
li,
ol {
  list-style: none;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  clear: both;
}
a,
a:hover {
  text-decoration: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
:focus {
  outline: 0;
}
a img,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
select,
input {
  font-size: 1em;
}
@font-face {
  font-family: 'scania';
  src: url('scaniasans-regular-webfont.eot');
  src: url('scaniasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('scaniasans-regular-webfont.woff2') format('woff2'), url('scaniasans-regular-webfont.woff') format('woff'), url('scaniasans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
input {
  font-family: 'scania', SimHei;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user_select_none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input_no_style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.single_line {
  white-space: nowrap;
  line-height: 100% !important;
}
.single_line_text_overflow {
  line-height: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.point_events_none {
  pointer-events: none;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img,
canvas {
  display: block;
}
.layout {
  width: 1440px;
  position: relative;
  margin: 0 auto;
}
.sline {
  margin-top: 2px;
  width: 2em;
  overflow: hidden;
  height: 3px;
  background-color: #d6001c;
}
.btn_red {
  background-color: #d6001c;
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 3% 5%;
  cursor: pointer;
  border: 1px solid #d6001c;
  white-space: nowrap;
  line-height: 100% !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup .panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .panel .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media screen and (max-width: 1440px) {
  .layout {
    width: 100%;
  }
  .btn_red {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 751px) {
  .mb {
    display: none !important;
  }
  .left_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .left_center_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .left_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .center_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .center_center_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .center_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .right_top_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .right_center_box {
    width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .right_bottom_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .btn_red {
    padding: 4% 0;
    text-align: center;
    width: 100%;
    font-size: 0.93em;
  }
  .left_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .left_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .left_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .center_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .center_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .center_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .right_top_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    box-align: start;
  }
  .right_center_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
  }
  .right_bottom_box_mb {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    box-align: end;
  }
  .popup .panel {
    width: 90%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .popup .panel .close {
    width: 7.4%;
    height: auto;
  }
}
.nav {
  width: 96%;
  margin: 0 auto;
  padding-top: 2%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.nav .logo {
  width: 11.74%;
  float: left;
  -webkit-transform: translate(0, 25%);
  -moz-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.nav .part {
  float: right;
  white-space: nowrap;
  margin-right: 7.5%;
  -webkit-transform: translate(0, 30%);
  -moz-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.nav .part a {
  color: #fff;
}
.nav .logo2 {
  width: 3.33%;
  float: right;
}
@media screen and (max-width: 1440px) {
  .nav .part {
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}
@media screen and (max-width: 750px) {
  .nav {
    width: 100%;
    padding: 2% 0;
    background-color: #101212;
    position: relative;
  }
  .nav .logo {
    display: none;
  }
  .nav .part {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 2% 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav .part .sline {
    display: none;
  }
  .nav .logo2 {
    width: 9.07%;
    float: none;
    margin: 0 auto;
  }
  .nav .menu {
    width: 13.07%;
    display: block;
    background: url('../images/menu_mb.png') no-repeat center center;
    background-size: 40% auto;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #1e1e1e;
  }
  .nav .menu:after {
    content: '';
    display: block;
    margin-top: 100%;
  }
  .nav .menu_mb {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav .menu_mb a {
    display: block;
    text-decoration: none;
    background-color: #101212;
    border-top: 1px solid #1e1e1e;
    padding: 4% 0;
    text-align: center;
    color: #fff;
  }
}
.footer {
  background-color: #fff;
  padding: 3% 10.28%;
}
.footer .text {
  float: left;
  width: 50%;
}
.footer .text .logo {
  width: 24.6%;
}
.footer .text .msg {
  line-height: 160%;
  font-size: 0.875em;
  color: #666;
  margin-top: 3%;
}
.footer .text .copy {
  font-size: 0.875em;
  color: #aaa;
  margin-top: 5%;
  white-space: nowrap;
  line-height: 100% !important;
}
.footer .text a {
  color: #aaa;
}
.footer .text a img {
  display: inline;
  width: 13px;
  height: 13px;
}
.footer .qrcode {
  float: right;
  width: 45%;
}
.footer .qrcode .img {
  float: right;
  width: 24%;
  margin-left: 2%;
}
.footer .qrcode .img img {
  width: 83%;
  margin: 0 auto 8%;
}
.footer .qrcode .img .qrtext {
  font-size: 0.875em;
  color: #666;
  text-align: center;
  white-space: nowrap;
  line-height: 100% !important;
}
@media screen and (max-width: 1440px) {
  .footer .qrcode .img {
    width: 34%;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 3% 5%;
  }
  .footer .text {
    float: none;
    width: 100%;
    margin-top: 8%;
    text-align: center;
  }
  .footer .text .logo {
    width: 25%;
    margin: 0 auto;
  }
  .footer .qrcode {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .footer .qrcode .img {
    width: 50%;
    margin-left: 0;
  }
  .footer .qrcode .img img {
    margin: 0 auto 3%;
  }
  .footer .qrcode .img .qrtext {
    font-size: 1em;
  }
}
body {
  background-color: #000;
}
.bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
h1 {
  width: 100%;
  font-size: 3em;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
h1 .sline {
  width: 60%;
  margin-left: 20%;
}
.tip {
  width: 100%;
  font-size: 1em;
  color: #d6d6d6;
  text-align: center;
  padding: 10px 0;
}
.poster-wrapper {
  width: 90%;
  margin: 0 5%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.poster-wrapper .poster {
  width: 100%;
}
.poster-wrapper .top {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
.poster-wrapper .bottom {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.full-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: scroll;
  display: none;
}
.full-box .close {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  background-image: url(../images/close.png);
}
.no-scroll {
  overflow: hidden;
}
.intro {
  width: 100%;
  line-height: 150%;
  text-align: justify;
  color: #fff;
  font-size: 1.1em;
  margin-top: 16px;
  box-sizing: border-box;
  padding: 0 5%;
}
@media screen and (max-width: 1440px) {
  .section .list .car .text {
    font-size: 0.9em;
  }
  .section .list .car2 .text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 750px) {
  .nav {
    left: 0;
  }
  .section {
    width: 90%;
  }
  .section h1 {
    font-size: 1.93em;
  }
  .section h1 .sline {
    margin-top: 3%;
  }
  .section .list .car {
    width: 31%;
    margin: 5% 0;
    float: none;
    width: 100%;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section .list .car img {
    width: 100%;
  }
  .section .list .car .mask {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .section .list .car .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 4% 6%;
    color: #fff;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section .list .line {
    width: 100%;
    height: 1px;
    background-color: #9c9c9c;
    margin: 10px 0;
    margin-top: 16px;
  }
  .section .list .hl-box {
    width: 100%;
    display: block;
  }
  .section .list .hl-box .hl-detail {
    font-size: 0.9em;
    line-height: 130%;
    color: #bebebe;
    text-align: justify;
    font-weight: 300;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s;
  }
  .section .list .hl-box .car2 {
    margin: 5% 0;
    float: none;
    width: 100%;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section .list .hl-box .car2 .detail-btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #d9d9d9;
    z-index: 2;
  }
  .section .list .hl-box .car2 img {
    width: 100%;
  }
  .section .list .hl-box .car2 .mask {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .section .list .hl-box .car2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=solution.css.map */