html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

small {
  font-size: 100%;
  font-weight: normal;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/24px "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0;
}

html,
body {
  margin: auto;
}

body {
  background-color: #FFF;
  position: relative;
  width: 100%;

  margin: 0 auto;
  min-width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  left: 0;
}

#luxy {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
  overflow-x: hidden;
  max-width: 100%;
}

body.body_ie {
  height: auto !important;
}

body.skrollr {
  /* overflow: hidden; */
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}

p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #666666;
}

html {
  overflow-x: hidden;
}

strong {
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  /*display: inline-block;*/
}

div,
li {
  box-sizing: border-box;
}

.clear-float::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.auto {
  width: 1280px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

/*占位符*/

input::-webkit-input-placeholder {
  color: #958170;
}

input:-moz-placeholder {
  color: #958170;
}

input::-moz-placeholder {
  color: #958170;
}

input:-ms-input-placeholder {
  color: #958170;
}

textarea::-webkit-input-placeholder {
  color: #958170;
}

textarea:-moz-placeholder {
  color: #958170;
}

textarea::-moz-placeholder {
  color: #958170;
}

textarea:-ms-input-placeholder {
  color: #958170;
}


/*滚动条样式*/
/* body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background-color: #eee;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #eee;
} */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(210, 210, 210, .4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}

@font-face {
  font-family: 'DIN-MEDIUM';
  src: url('../fonts/DIN\ MEDIUM.TTF.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy_Bold';
  src: url('../fonts/Gilroy_Bold.eot');
  src: url('../fonts/Gilroy_Bold.otf')format('otf'),
    url('../fonts/Gilroy_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy_Bold.woff') format('woff'),
    url('../fonts/Gilroy_Bold.woff2') format('woff2'),
    url('../fonts/Gilroy_Bold.ttf') format('truetype'),
    url('../fonts/Gilroy_Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 公共样式 */
p.no_margin{
    margin-bottom: 0;
}
.w1280{
    width: 1280px;
    margin: 0 auto;
}
.content .txt .cn {
  color: #232323;
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1;
  display: none !important;
}

.content .txt .en {
  font-size: 24px;
  color: #d8161f;
  font-family: 'Gilroy_Bold';
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.code_img {
    bottom: 37px;
    position: absolute;
    width: 106px;
    height: 105px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 11;
    background: #fff;
    padding: 5px;
}

video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


