﻿@charset "utf-8";

/*统一的样式*/

/* reset */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  box-sizing: border-box;
}

/*默认外边距 和 内边距*/
/*去圆点*/
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%
}

table {
  border-collapse: collapse;
}

/*边框会合并为一个单一的边框*/
/**/
button,
input,
select,
textarea {
  font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-size: inherit
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/
/*轮廓取消*/
/* link */
a {
  text-decoration: none;
  color: inherit;
  transition: 0s;
}

/*清除超链接的下划线*/
a:hover {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

/*清除浮动*/
/*统一的样式*/
ol,
ul,
dl {
  margin: 0px;
}


html body {
  margin: 0px auto;
  min-width: 320px;
  font-size: 100%;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
}

main {
  font-size: 16px;
}

body {
  word-wrap: break-word;
  min-height: 100vh;
  width: 100vw;
  background: url('../images/bg-pc.png')no-repeat center right;
  background-size: cover;
}

/*=================公共头部样式           开始==========================*/
header {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}

.hea-down span {
  display: none;
  width: 72px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #282828;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
}

.mark {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.mark img {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 8.4rem;
  height: 3.2rem;
}

/*=================公共头部样式           结束============================*/




/*=================首页样式              ===========================*/
.iphone-bottom {
  display: none;
}

.main-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.code-wrod {
  margin-top: 40px;
}

.logo-main {
  width: 228px;
  height: 228px;
}

.code-wrod p {
  display: inline-block;
  width: 144px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.code-wrod .scann {
  background-color: #282828;
  margin-right: 10px;
}

.code-wrod .android {
  background-color: #F41E15;
}

.down-code {
  position: absolute;
  top: 120%;
  display: block;
  width: 192px;
  height: 192px;
  padding: 16px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
  transition: 0.35s;
  visibility: hidden;
  opacity: 0;
}

.scann:hover .down-code {
  visibility: initial;
  opacity: 1;
}

.down-code::after {
  position: absolute;
  background: url('../images/icon_app_qrcode.png')no-repeat center center;
  background-size: 100%;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 10;
  width: 36px;
  height: 36px;
}

.main-video {
  width: 8.56rem;
  height: 7.60rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-bg {
  background: url('../images/bg-video.png') no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: inherit;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.auto-video {
  width: 5.58rem;
  height: 3.14rem;
}


/*=================首页样式           结束=============================*/




/*=================公共尾样式           开始===========================*/
footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

footer div {
  text-align: center;
}

footer a {
  font-size: 12px;
  color: #fff;
  padding-right: 5px;
  position: relative;
  display: inline-block;
}

footer a::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 1px;
  background-color: #fff;
}

footer div a:last-of-type::after {
  content: none;
}

.code-index {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: url('../images/code-bg.png') no-repeat top center;
  background-color: #fff;
  background-size: 100%;
}

.code-index .code-logo {
  width: 100%;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 2.4rem;
}

.code-logo img {
  width: 3.84rem;
  height: 3.84rem;
  margin-bottom: 0.48rem;
}

.code-logo h3 {
  font-size: .96rem;
  color: #282828;
  font-weight: 500;
}

.code-logo p {
  font-size: .64rem;
  color: #282828;
  font-weight: 500;
}

.code-index h4 {
  background-color: #FF8F10;
  width: 9.6rem;
  height: 1.92rem;
  line-height: 1.92rem;
  font-size: .64rem;
  color: #fff;
  font-weight: 500;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.code-index .code-down {
  background-color: #282828;
}

/*=================公共尾样式            结束=======================*/

/*=================部分公共样式            开始==========================*/
.wrapper {
  width: 100%;
  min-width: 320px;
  margin: auto;
  overflow: hidden;
}

.layout {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .layout {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.clearfix::after {
  clear: both;
  content: '';
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: block;
}

.ulclearfix ul::after {
  display: block;
  overflow: hidden;
  clear: both;
  width: 0px;
  height: 0px;
  content: '';
}

.liclearfix li::after {
  display: block;
  overflow: hidden;
  clear: both;
  width: 0px;
  height: 0px;
  content: '';
}

body .swiper-container {
  overflow: hidden;
}

/*=================部分公共样式            结束===================================*/