/* Reset S */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: 'SimHei', '\5FAE\8F6F\96C5\9ED1';
  position: relative;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

html,
body {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

h2 {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:active,
a {
  outline: none;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a,
p,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

a,
img,
input {
  border: none;
}

a,
img {
  -webkit-touch-callout: none;
}

img {
  height: auto;
}

ul,
ol,
li {
  list-style: none;
}

span {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="password"],
select,
div,
a {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-sizing: border-box;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.text-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

em,
i,
b {
  font-style: normal;
}

fieldset,
img {
  border: 0;
  display: block;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hd {
  display: block;
  text-indent: -9999px;
}

.hide {
  display: none;
}

.on {
  display: block;
}

@font-face {
  font-family: 'font1';
  src: url(../ossweb-img/font1-cn.ttf);
}

@font-face {
  font-family: 'font2';
  src: url(../ossweb-img/font2.ttf);
}

@font-face {
  font-family: 'font3';
  src: url(../ossweb-img/font3.ttf);
}

/* Reset E */

/* wrap start */
.index-nav {
  background: url(../ossweb-img/index-nav.png) no-repeat center/cover;
  width: 100%;
  height: 1.21rem;
  position: absolute;
  top: 0;
  left: 0;
}

.index-nav .logo {
  background: url(../ossweb-img/index-logo.png) no-repeat center/cover;
  width: 3.87rem;
  height: 0.96rem;
  position: absolute;
  top: 0;
  left: 0.34rem;
}

.index-nav .nav-box {
  width: 9.6rem;
  height: 0.9rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-42%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-nav .nav-box a {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #bebcc5;
  font-family: 'font1';
  font-weight: bold;
}

.index-nav .icon-box {
  width: 2.48rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0.08rem;
  right: 0.1rem;
}

.index-nav .icon-box a {
  width: 0.8rem;
  height: 0.75rem;
}

.index-nav .icon-box .icon1 {
  background: url(../ossweb-img/index-icon1-on.png) no-repeat center/cover;
}

.index-nav .icon-box .icon2 {
  background: url(../ossweb-img/index-icon2-on.png) no-repeat center/cover;
}

.index-nav .icon-box .icon3 {
  background: url(../ossweb-img/index-icon3.png) no-repeat center/cover;
}

.wrap {
  background: url(../ossweb-img/intro-bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 95rem;
  position: relative;
  padding-top: 1px;
}

.wrap .totop-btn {
  background: url(../ossweb-img/intro-top.png) no-repeat center/cover;
  width: 1.14rem;
  height: 1.36rem;
  position: fixed;
  bottom: 0.15rem;
  right: 0.15rem;
  z-index: 999;
}

.wrap .ewm-box {
  background-color: rgba(0, 0, 0, 0.65);
  width: 2.6rem;
  position: fixed;
  top: 2rem;
  right: 0;
  overflow: hidden;
  z-index: 999;
  padding-bottom: 0.2rem;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
}

.wrap .ewm-box .tit {
  font-size: 0.26rem;
  color: #fdfdfd;
  text-align: center;
  font-family: 'font1';
  font-weight: bold;
  margin-top: 0.2rem;
}

.wrap .ewm-box img {
  width: 1.6rem;
  height: 1.61rem;
  margin: 0.05rem auto 0.15rem;
}

.wrap .ewm-box .intro {
  font-size: 0.16rem;
  color: #4cc6ff;
  font-family: 'font1';
  text-align: center;
  margin-top: 0.05rem;
  cursor: pointer;
}

.wrap .inp-box {
  position: absolute;
  right: -999999px;
}
.wrap .notice-tit {
  background: url(../ossweb-img/notice-tit-cn.png) no-repeat center/7.06rem 0.82rem;
  width: 7.06rem;
  height: 0.82rem;
  margin: 2rem auto 0;
}
.wrap .notice-tit1 {
  width: 7.06rem;
  height: 0.82rem;
  margin: 2rem auto 0;
  text-align: center;
}

.wrap .notice-add {
  width: 12rem;
  margin: 0.2rem auto 0;
  text-align: center;
}

.wrap .notice-add p {
  font-size: 0.28rem;
  color: #000000;
  font-family: 'font1';
  margin-top: 0.1rem;
}

.wrap .notice-box {
  width: 12rem;
  margin: 0.8rem auto 0;
}

.wrap .notice-box.long .long {
  height: 3.3rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.05rem;
}

.wrap .notice-box.long .long::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.09rem;
  overflow: hidden;
  border-radius: 0.04rem;
}

.wrap .notice-box.long .long::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.04rem;
  width: 0.09rem;
}

.wrap .notice-box .tit {
  font-size: 0.36rem;
  color: #ffe327;
  font-family: 'font1';
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.wrap .notice-box .tit1 {
  font-size: 0.26rem;
  color: #000000;
  font-family: 'font1';
  font-weight: bold;
}

.wrap .notice-box .content {
  font-size: 0.26rem;
  color: #000000;
  font-family: 'font1';
  margin-top: 0.05rem;
  padding-left: 0.27rem;
  position: relative;
}
.wrap .notice-box .content1 {
  font-size: 0.26rem;
  color: #000000;
  margin-top: 0.05rem;
  padding-left: 0.27rem;
  position: relative;
}
.wrap .notice-box .content::after {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.05rem;
  left: 0.02rem;
}

.wrap .notice-box1 {
  margin: 0.5rem auto 0;
}

.bottom-box {
  background-color: #000;
  width: 100%;
  height: 4rem !important;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.bottom-box .bottom-btn {
  width: 6.7rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem auto 0.2rem;
  transform: scale(0.7);
}

.bottom-box .bottom-btn a {
  width: 0.91rem;
  height: 0.92rem;
}

.bottom-box .bottom-btn .bottom-icon1 {
  background: url(../ossweb-img/sec4-icon1.png) no-repeat center/cover;
}

.bottom-box .bottom-btn .bottom-icon2 {
  background: url(../ossweb-img/sec4-icon2.png) no-repeat center/cover;
}

.bottom-box .bottom-btn .bottom-icon3 {
  background: url(../ossweb-img/sec4-icon3.png) no-repeat center/cover;
}

.bottom-box .bottom-btn .bottom-icon4 {
  background: url(../ossweb-img/sec4-icon4.png) no-repeat center/cover;
}

.bottom-box .bottom-btn .bottom-icon5 {
  background: url(../ossweb-img/sec4-icon5.png) no-repeat center/cover;
}

.bottom-box .tips {
  font-size: 0.26rem;
  color: #494952;
  font-family: 'font3';
  text-align: center;
  display: block;
  transform: scale(0.7);
}

/* wrap end */

/* 视频弹窗 */
.dia-video {
  width: 10rem;
  height: 5rem;
  background-color: #000;
}

.dia-video video {
  width: 10rem;
  height: 5rem;
}

.dia-video .close-btn {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -0.5rem;
}