@charset "utf-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 2rem;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: .05rem dotted ButtonText;
}
fieldset {
  margin: 0 .1rem;
  padding: .35em .625em .75em;
  border: .05rem solid silver;
}
legend {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -0.1rem;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  *line-height: normal;
}
a:focus {
  outline: none;
}
button,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
input,
ol,
ul {
  margin: 0;
  padding: 0;
}
* + address,
* + blockquote,
* + dl,
* + fieldset,
* + figure,
* + hr,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
}
.clear {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*变量*/
/*mixin混入*/
/*rem适配主流机型*/
@media screen and (min-width: 320px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 20.7px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 21.2px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 37.5px;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 54px;
  }
}
body {
  width: 100%;
  height: 100%;
}
@keyframes rectTitle {
  from {
    opacity: 0;
    top: 18.66666667rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes rectTitle {
  from {
    opacity: 0;
    top: 18.66666667rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes rectDate {
  from {
    opacity: 0;
    top: 20rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes rectDate {
  from {
    opacity: 0;
    top: 20rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes rectCenterImg {
  from {
    opacity: 0;
    top: 21.33333333rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes rectCenterImg {
  from {
    opacity: 0;
    top: 21.33333333rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes rectLogo {
  from {
    opacity: 0;
    top: 22.66666667rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes rectLogo {
  from {
    opacity: 0;
    top: 22.66666667rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.container {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
}
.container .commonTitle {
  width: 100%;
  height: 100%;
  /* background-attachment: fixed; */
  background: url('../images/j-body-bg.png') no-repeat center / cover;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.13333333rem;
}
.container .commonTitle .title {
  font-size: 1.28rem;
  margin: 0 0 0.8rem;
  padding-top: 2.24rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: normal;
}
.container .commonTitle .subTitle {
  font-size: 0.96rem;
  color: #fff;
  margin-bottom: 2.13333333rem;
  position: relative;
  padding-left: 2rem;
}
.container .commonTitle .subTitle::before {
  content: "";
  width: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.container .cover {
  width: 100%;
  height: 100%;
  background: url('../images/j-index-bg.png') no-repeat center / cover;
  text-align: center;
}
.container .cover .title {
  font-size: 0.96rem;
  margin: 0 0 1.38666667rem;
  color: #fff;
  padding-top: 2.24rem;
  position: relative;
}
.container .cover .date {
  font-size: 0.90666667rem;
  color: #fff;
  position: relative;
}
.container .cover .centerImg {
  width: 9.01333333rem;
  display: block;
  margin: 3.2rem auto 0;
  position: relative;
}
.container .cover .logo {
  width: 9.28rem;
  margin: 4.26666667rem auto 0;
  display: inline-block;
  position: relative;
}
.container .introduce .text ul li {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.6rem;
  letter-spacing: 1px;
}
.container .introduce .text ul li:last-child {
  margin-top: 2.13333333rem;
}
.container .personal .info .name {
  font-size: 1.92rem;
  color: #fff;
}
.container .personal .info .name .en {
  margin-left: 0.53333333rem;
  font-size: 0.96rem;
}
.container .personal .info .person {
  width: 100%;
  margin-top: 1.17333333rem;
}
.container .personal .info .person img {
  width: 100%;
}
.container .personal .info .company {
  font-size: 0.96rem;
  color: #fff;
  letter-spacing: 1px;
}
.container .personal .info .company:nth-of-type(1) {
  margin-top: 1.97333333rem;
}
.container .personal .info .company:nth-of-type(2) {
  margin-top: 1.22666667rem;
}
.container .special .guest .model .imgWrap {
  width: 8.53333333rem;
}
.container .special .guest .model .imgWrap img {
  width: 100%;
}
.container .special .guest .model .info .name {
  font-size: 1.28rem;
  margin: 0.8rem 0 1.33333333rem;
  line-height: 1.28rem;
  color: #fff;
  font-weight: normal;
}
.container .special .guest .model .info .identity {
  margin-top: 0.66666667rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.container .special .guest .model .info1 {
  margin-left: 0.96rem;
  color: #fff;
}
.container .special .guest .model .info2 .name {
  margin: 0.26666667rem 0 0;
}
.container .special .guest .model .info2 .identity {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
}
.container .special .guest .model2 {
  margin-top: 3.73333333rem;
}
.container .details ul li {
  text-align: center;
}
.container .details ul li .t {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  margin: 1rem 0 0.6rem;
  color: #fff;
  position: relative;
}
.container .details ul li .t .sign {
  width: 0.69333333rem;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.container .details ul li .t::before {
  content: "";
  width: 0.69333333rem;
  height: 0.69333333rem;
  background: url('../images/icon-sign.png') no-repeat center / cover;
  display: block;
  position: absolute;
  left: 30%;
  top: 0;
}
.container .details ul li p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
  text-align: center;
}
.container .procedure ul li {
  font-size: 0.8rem;
  color: #fff;
  padding-left: 1.06666667rem;
  position: relative;
  line-height: 1.86666667rem;
}
.container .procedure ul li::before {
  content: "";
  width: 0.42666667rem;
  height: 0.42666667rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.61333333rem;
  background: url("../images/icon-jiantou.png") no-repeat center / cover;
}
.container .procedure ul li:last-child::before {
  content: "";
  background: none;
}
.container .joinUs .form {
  width: 100%;
}
.container .joinUs .form .box {
  height: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.container .joinUs .form .box + .box {
  margin-top: 0.69333333rem;
}
.container .joinUs .form .box label {
  font-size: 0.8rem;
  color: #666;
  margin: 2% 0.53333333rem 0 1.01333333rem;
  display: inline-block;
  vertical-align: middle;
}
.container .joinUs .form .box .inputText {
  width: 70%;
  height: 100%;
  background: #fff;
  font-size: 0.8rem;
  color: #666;
  border: none;
  outline: none;
}
.container .joinUs .form .box .inputCode {
  width: 50%;
  height: 100%;
  background: #fff;
  font-size: 0.8rem;
  color: #666;
  border: none;
  outline: none;
  margin-left: 1.01333333rem;
}
.container .joinUs .form .box .codeBtn {
  width: 4rem;
  height: 1.2rem;
  position: absolute;
  right: 0.8rem;
  top: 0.35rem;
  background: #fe5347;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  border: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.container .joinUs .form .box .submit {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #fe5347;
  font-size: 0.96rem;
  letter-spacing: 2px;
  color: #fff;
}
.container .joinUs .form .box:last-child {
  margin-top: 1.33333333rem;
}
.container .joinUs .form .address {
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-align: left;
  margin-top: 6rem;
  color: #fff;
  letter-spacing: 1px;
}
.iconArrow {
  width: 1.12rem;
  position: absolute;
  bottom: 0.48rem;
  left: 50%;
  margin-left: -0.56rem;
  animation: myfirst 1.5s;
  -webkit-animation: myfirst 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes myfirst {
  0% {
    bottom: 0.48rem;
    opacity: 0.2;
  }
  50% {
    bottom: 0.85333333rem;
    opacity: 1;
  }
  100% {
    bottom: 0.93333333rem;
    opacity: 0;
  }
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    bottom: 0.85333333rem;
    opacity: 0.2;
  }
  50% {
    bottom: 0.85333333rem;
    opacity: 1;
  }
  100% {
    bottom: 1.33333333rem;
    opacity: 0;
  }
}
.swiper-container {
  /*  width: 320px;
    height: 480px;*/
  width: 100%;
  height: 100%;
  background: #fff;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: .4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
@-webkit-keyframes tipmove {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  50% {
    bottom: 15px;
    opacity: 1;
  }
  100% {
    bottom: 20px;
    opacity: 0;
  }
}
#array {
  position: absolute;
  z-index: 999;
  -webkit-animation: tipmove 1.5s infinite ease-in-out;
}
.prompt {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  bottom: -8%;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.prompt span {
  color: #fff;
  font-size: 0.64rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-block;
}
.active {
  bottom: 8%;
}
